Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Ernest_at_the_Beach

I’m just now getting into the whole VM thing myself. I recently used an application from VMWare known as “VMWare converter”. You can use the software to convert a live production server into a VM without even having to shut it down. I recently created VMs of all of our servers at work, and have been testing them. So far all of them that I’ve tried run perfectly. I just wish the converter app would convert Linux machines. What’s cool is I was able to do all of this with software that VMware just gives away for free. I’d love to see what their higher end stuff does.


6 posted on 04/22/2008 10:56:06 AM PDT by KoRn (CTHULHU '08 - I won't settle for a lesser evil any longer!)
[ Post Reply | Private Reply | To 2 | View Replies ]


To: KoRn
I’d love to see what their higher end stuff does.

Manage, move, swap, backup, restore, failover and replicate all of the VMs in your enterprise from one console. Truly sweeet!

Got five VMs on a physical server and the server dies? No problem, the system will automatically bring them back up in another server in your pool.

15 posted on 04/22/2008 11:41:37 AM PDT by antiRepublicrat
[ Post Reply | Private Reply | To 6 | View Replies ]

To: KoRn
I just wish the converter app would convert Linux machines.

I don't have time to go into it tonight but you can do P2V on Linux machines fairly easily.

The short version:

Build a VM using LSI Logic as the driver type for the disk. Don't install an OS, just build the raw disk to be the size of your source disk

On your Source machine ($SOURCE): Boot off a Linux rescue disk and get to a prompt in single user mode with networking enabled. Do the same with your Target machine($TARGET)

On $TARGET enter

    time dd if=/dev/sda | nc $TARGET_IP 9999

On $SOURCE, enter

    nc -l 9999 | dd of=/dev/sda 

 You'll have to edit /etc/modprobe.conf, /etc/fstab, /boot/grub.conf, and do a mkinitrd, once the disk image is copied.  Freepmail me if you want more information. I just did some testing with this, and am in the process of writing up some documentation.





19 posted on 04/24/2008 10:33:04 PM PDT by zeugma (If the District of Criminals ceased to exist tomorrow, most of us would be better off.)
[ Post Reply | Private Reply | To 6 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson