Do you know you can run one command to get some important information about your host?
vmware-vim-cmd "/hostsvc/hostsummary" | less
What you are looking for is hardware info: (Server type, CPU and Memory info)
and software info: (Host name, Management port, ESX version and build, If the host require reboot, and management server IP if you set one)
vmware-vim-cmd "/hostsvc/hostsummary" | less
What you are looking for is hardware info: (Server type, CPU and Memory info)
and software info: (Host name, Management port, ESX version and build, If the host require reboot, and management server IP if you set one)
Post a Comment