Invalid Virtual Machine in vCenter


If you see a virtual machine shows invalid in the vCenter VM inventory, it means this VM failed to get registered against vCenter. You have to manually remove it from the inventory and go to the datastore, then find the virtual machine .vmx file and manually add it to the vCenter inventory. If you have … Continue reading Invalid Virtual Machine in vCenter

ESXi 5.0 Command: Create Standard Switch


Here is a example of using esxi command to create a virtual standard switch, and add the vMotion port group (vlan 100). ##Standard vSwitch Settings esxcli network vswitch standard add -v vSwitch1 esxcli network vswitch standard uplink add -v vSwitch1 -u vmnic3   esxcli network vswitch standard uplink add -v vSwitch1 -u vmnic4esxcli network vswitch standard … Continue reading ESXi 5.0 Command: Create Standard Switch