Spanish

 View Only
  • 1.  P2V linux, netware, unix, mac, como se hace?

    Posted Mar 25, 2008 01:42 PM

    P2V Assistant viene con el paquete completo de VMInfrastructure 3 Enterprise? o se compra aparte, pq dentro de las 6 maquinas que tengo q virtualizar 4 son windows y esos los paso con el VMWare converter, pero los CentOS 4.5 como los podre pasar o cualquier maquina que no sea windows?

    Hay alguna utilidad que me permita pasar maquinas fisicas a virtuales pero offline o con algun boot CD con vmware que sea gratuita o pagada?

    gracias x todo



  • 2.  RE: P2V linux, netware, unix, mac, como se hace?

    Posted Mar 25, 2008 06:05 PM

    Buenas,

    Yo utilizo tanto el CoolClone.iso que es el Converter para hacer imágenes en frío de VMware y que puedes descargar de la web de VMware, como el Acronis True Image.

    El primero no te permite redimensionar las particiones si no se trata de un sistema Windows, el segundo (True Image) sí que te permite la repartición de particiones. Yo lo que hago es:

    1. Haces imagen con el Acronis en frío de tu servidor Linux y obtienes un TIB.

    2. Creas una VM en el ESX del sistema operativo que vayas a crear.

    3. Metes el TIB en un ISO y se lo presentas a la VM.

    4. Arrancas la VM desde el CD del Acronis True Image, de modo que la VM vea:

    a) CD de Acronis.

    b) el archivo de imagen.

    c) el disco duro virgen en el que restaurarás la imagen.

    5 . Restauras la imagen redimensionando las particiones que quieras.

    6. Procedimiento post-P2V que consiste en montar a manija el sistema de archivos, arreglar los sitemas de arranque, etc. etc. etc. Reconocer el hardware viejo que ya no existe y el nuevo, etc.

    7. Instalas VMware Tools y a jugar.

    Si lo haces con el Converter en frío:

    1. Haces la imagen y directamente la metes e inventarias en el ES.

    2. Te vas al apartado 6 y 7 del procedimiento anterior.

    Aquí no hay repartición de las imágenes. Espero que te haya servido.

    Si no me equivoco los dos productos son de pago, tanto el Converter Enterprise, como el Acronis True Image, pero puedes obtener demos (del TrueImage seguro).

    En fin, no sé si te ayudé o aún te lié más.

    Saludos



  • 3.  RE: P2V linux, netware, unix, mac, como se hace?

    Posted Nov 27, 2008 12:07 PM

    Buenas! yo llevo probando varios días hacer un p2v de un redhat 8 a una vm en VMware server pero no hay manera. Hice una imagen con acronis y la restauré en un disco duro virtual del mismo tamaño del disco fisico que tenía.

    Después he arrancado la máquina virtual con Live CD de fedora que tenía por ahí y cambie /etc/fstab, /boot/grub/menu.lst para que encajara con la máquina virtual. También hice esto: /sbin/mkinitrd -v -f /boot/initrd-2.4.18-3.img 2.4.18-3. Y ya no sé que más hacer, pero el caso es que cuando arranco me encuetro este maravilloso mensaje:

    kernel panic: No init found. Try passing init= option to kernel.

    Agradezo cualquier ayuda!!

    Muchas gracias,

    Carlos.



  • 4.  RE: P2V linux, netware, unix, mac, como se hace?

    Posted Dec 03, 2008 01:43 PM

    Hola,

    VMware converter 4.0 (todavia en beta) ya soporta migraciones P2V de sistemas operativos Linux.

    Puedes suscribirte al programa beta de la herramienta de migración Converter 4.0 en este link.(Requiere logon)

    http://communities.vmware.com/community/beta/converter

    rgds,

    J.

    If you find this or any other answer useful please consider awarding points by marking the answer helpful or correct.

    -


    El Blog de Virtualizacion en Español

    http://josemariagonzalez.es

    -




  • 5.  RE: P2V linux, netware, unix, mac, como se hace?

    Posted Dec 04, 2008 10:15 PM

    Hola Carls2dms,

    Te copio el extracto de las instrucciones de otro foro de vmware (del que ahora no encuentro el link :smileysad: ) :

    For those you who are looking for the comprehensive details steps of how to P2V a linux box with VMware Converter.

    Pre-requisites: Have the Linux installation Boot CD1 handy. You should purchase VMware Converter Enterprise license.

    1. Download VMware Converter Enterprise latest version and burn it to the CD. I used version 3.0.2 update 1.

    2. Boot up with the above VMware Converter CD on the physical Linux box.

    3. Let the WinPE load up and watch for the Network adaptor settings screen. Make necessary changes such as IP addressing.

    4. Finally you should see the VMware Converter screen where you can import the machine.

    5. Click on Import machine button and follow the steps.

    6. Important Make sure you select all disks and no resizing during the import process.

    7. If all the information is entered correctly, it should start importing to ESX/VC.

    8. It will create a VM on the selected ESX server.

    9. In my case it failed at 97% where the error occurs at customization steps (which I did not configure for) but after successful copy of the local disks.

    10. Go to the ESX server where the imported VM resides. Edit the settings.

    11. In the VM's settings, check any irregular settings which might appears. In my case, I had to change the OS type of VM from other 32bit to REHL 4.

    12. When the VM is powered up for the first time as soon as P2V has finished, kernel panic will occur and it is just as expected.

    Steps to fix the kernel panic on the Linux VM

    13. Boot up with the bootable Linux installation CD 1. If it doesn't boot from the CD, you may have to change the VM's setting to go to the BIOS setting on the next boot so that you can change the boot sequence.

    14. At the boot: prompt type Linux rescue and hit enter.

    15. It will search for the Linux partition. In my case, it could not find the hard disks. So, I had to go back to VM's setting to change the BusLogic SCSI controller to LsiLogic.

    16. After changing to LsiLogic controller, Linux installation image was able to find the Linux partitions on the VM.

    17. The system will give you opportunity to mount the root file system. At the linux prompt, type: chroot /mnt/sysimage and hit enter.

    18. It will get you back to the prompt. Now at the prompt type: kudzu and hit enter.

    19. It will ask you to remove old hardware and detect and install new hardware. Follow the instructions.

    20. After exiting from Kudzu, at the prompt type: ls /lib/modules and take note of the version/image. For instance, your active linux version is 2.6.9-5.ELsmp. Take note of it.

    21. After that you will need to make new RAM disk as follows.

    22. Type /sbin/mkinitrd -v -f /boot/initrd-2.6.9-5.ELsmp.img 2.6.9-5.ELsmp

    23. Reboot.

    24. After the reboot, it should successfully boot up without any kernel panic.

    25. If you still see the kernel panic, then go back to step 20 and find the correct module and repeat the steps 22 & 23.

    26. After you have booted the system successfully, determine if it is working as expected.

    27. Install VMware Tools.

    The steps from 13 to 24 should take about 20-30 minutes. This procedure should be the same for most Linux distributions. Hope it will help on your P2V of Linux boxes.

    Síquelo al pie de la letra, y te tiene que funcionar.

    Salu2