Vmsvc/getallvms: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh vmsvc/getallvms ==== Usage: getallvms Get the list of virtual machines on the host. Category: Vimsh |
No edit summary |
||
Line 3: | Line 3: | ||
Get the list of virtual machines on the host. | Get the list of virtual machines on the host. | ||
==== example output ==== | |||
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /vmsvc/getallvms | |||
Vmid Name File Guest OS Version Annotation | |||
64 bartPE [store] BartPE/BartPE.vmx winXPProGuest vmx-04 | |||
96 trustix [store] Trustix/Trustix.vmx otherLinuxGuest vmx-04 | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Revision as of 01:02, 3 January 2009
vimsh vmsvc/getallvms
Usage: getallvms
Get the list of virtual machines on the host.
example output
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /vmsvc/getallvms Vmid Name File Guest OS Version Annotation 64 bartPE [store] BartPE/BartPE.vmx winXPProGuest vmx-04 96 trustix [store] Trustix/Trustix.vmx otherLinuxGuest vmx-04