Thursday, January 28, 2010

1. access esxi server form vsphers Client and bringdown to maintenance mode. 2. Install VMware vSphere CLI on your laptop/Desktop.run the vihostupdate.pl command with peramaters (-server; -install; -b Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...

Wednesday, January 20, 2010

# vmware -vout put will be[root@localhost ~]# vmware -vVMware ESX 4.0.0 build-1712...
# vmware -vout put will be[root@localhost ~]# vmware -vVMware ESX 4.0.0 build-1712...
To enter Maintenance Mode, at the ESX console type: vimsh -n -e /hostsvc/maintenance_mode_enter To exit Maintenance Mode type: vimsh -n -e /hostsvc/maintenance_mode_exit To display whether the ESX Server is currently in maintenance mode or not type: vimsh -n -e"hostsvc/hostsummary" | grep inMaintenanceMod...