ESXi 3.5 and SSH

ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported). If you just need to access the console of ESXi, then you only need to perform steps 1 –

Read More →

Using vimsh

List information about a VM vimsh -n -e “vmsvc/getallvms” See a summary of the current host configuration vimsh -n -e “hostsvc/hostsummary” Enter maintence mode vimsh -n -e /hostsvc/mainten

Read More →