Virtually anything is possible!
How to clone a virtual machine on VMware ESXi
Once you have established SSH connection to the server, you need to create a directory for the virtual machine you want to create in the Data Store, which should be here: “/vmfs/volumes/datastore1 /”.>
Type the following command: mkdir /vmfs/volumes/datastore1 /<name on your new VM>
We will now use vmkfstools to clone our virtual machine. In the example below, we show how to clone a Windows 2003 Server 32-bit, in our file structure.
/Vmfs/volumes/49be35b9-b234a901-5406-002219b69217 # /sbin/vmkfstools-i “/ vmfs/volumes/49be35b9-b234a901-5406-002219b69217/Windows-2003-32-bit/WindowsServer-2003 Serverx32.vmdk” ” /vmfs/volumes/datastore1/namn on the system’s directory/name of systemet.vmdk ” Disk Cloning
Clone: 100% done.
The virtual machine should now be cloned. All that remains now are two simple steps.
1st > Sign in with VMware vSphere client and select <Make a new VM on this server>.
2nd > Select “Custom” and then when you get to choose disk when the VM is created, you browse the data store and select the newly named vmdk file.
| Print article | This entry was posted by VMtech on June 30, 2010 at 14:40, and is filed under Articles, ESXi. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |