Unable to connect to vcenter (setup at home)

ESXi is up, attempt to login to vcenter and the web client appears to login but has a message displayed at top that it can’t connect to vcenter. Even using vsphere it just won’t login to vcenter.

Access the VMware vCenter Server Appliance from the web client and you get in fine.

Once in, in Summary you’ll see

vCenter
Server:  STOPPED

Start it and it starts fine but still can’t login.

FIX

Go to Setup Wizard and Launch to re-setup the vcenter seems to fix it. Just use default config.
Before you start that you’ll want to stop the Server and Inventory Service. Also stop Log Browser and vsphere Auto Deploy. It could be just Server and Inventory Service that needs to be stopped. Anyway. If you don’t, the wizard eventually fails (as I found out) with the error:

Failed to execute ‘/usr/sbin/vpxd_servicecfg ‘service’ ‘start”:VC_CFG_RESULT=101(Error: vCenter Server failed to start.)

VMware ESXi 5 – Locked Disk

Cloned a VM.  The clone is off and trying to copy the clone disk to another VM on another datastore.

Complains the disk is locked, despite the VM being off and the name being different to the original VM.

So for example original VM hdd is “Mine.vmdk”

New clone is “clone-mine.vmdk”

Seems even though these have two different names, if the original VM is still running and live, it locks the clone disk as well.  Odd.

Turned off the original, now able to copy the clones VMDK.

Update VMware Tools via Windows System Tray when set disabled

You need to download the VMX file for the VM, edit it, and stick that at the end.

If you paste this from here beaware you’ll need to retype the ” that are surrounding the FALSE, because in the copy process it messes them up for some reason.

isolation.tools.guestInitiatedUpgrade.disable = “FALSE”

http://www.boche.net/blog/index.php/2012/05/31/update-vmware-tools-via-windows-system-tray/

ESXi Thin/Flat Drive Types

Taking a VM from VMWare Workstation 7 use the vmware Converter (Downloaded from their site for free). For me, I wanted my VMs to have an expanding disk, this is how all my Workstation VMs are setup. So their limit might be 100GB, but I know I prop won’t use that and don’t want to waste the space. I want them to expand up to the 100GB when needed.

When you convert the VMs to import them into ESXi though, by default it imports the VMs with the drives set to Flat. So if you set provision to 100GB, it will make the drive 100GB on the ESXi. I found out after I’d converted, annoying. So pick Thin as seen in screenshot below and it will create an expanding disk as well. Flat gives better performance but this is just a test lab so doesn’t matter about that.

Convertor