ESXi

  • 1.  Cloning esxi hosts with their virtual machines

    Posted Jul 21, 2011 09:24 PM

        I need to deploy 1,000  ESXi hosts on the identical hardware with identical disks running the exact same set of virtual machines.   The first problem I encountered was is simply transplanting disks from one machine to the next.  Because the MAC addresses were different, the network wouldn't function.  I managed to discover how to configure vmware so it uses whatever mac address it finds on its hardware host.  Now I've discovered that when I actually make a bit perfect copy on an identical disk, ESXi deletes the virtual machine datastore on startup.  Why does is do that, and what can I do about it.



  • 2.  RE: Cloning esxi hosts with their virtual machines

    Posted Jul 21, 2011 11:09 PM

    I think it would be a lot cleaner to build up the hosts using PXE, then have a PowerCLI script to copy the VMs across and register them.

    Doing it your way could cause strange issues even if you fix the problem you are currently having.



  • 3.  RE: Cloning esxi hosts with their virtual machines

    Posted Jul 24, 2011 11:33 AM

    A better solution could be use scripted installation.

    If you simple clone the ESXi installation you will have ordinal UUID that could not match hardware info.

    Andre