Hostsvc/runtimeinfo: Difference between revisions
added example output |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
Retrieves the host runtime information. | Retrieves the host runtime information. | ||
====example output=== | ====example output==== | ||
Example output when accessing an ESX3.5i host: | Example output when accessing an ESX3.5i host: | ||
# vmware-vim-cmd -H 10.10.10.10 -U root -P password hostsvc/runtimeinfo | # vmware-vim-cmd -H 10.10.10.10 -U root -P password hostsvc/runtimeinfo | ||
| Line 105: | Line 105: | ||
} | } | ||
==== example usage ==== | |||
#Checking Maintenance Mode | |||
vimsh -n -e /hostsvc/runtimeinfo | grep inMaintenanceMode | awk ‘{print $3}’ | |||
(see http://communities.vmware.com/thread/212398 ) | |||
[[Category: Vimsh]] | [[Category: Vimsh]] | ||