Hostsvc/autostartmanager/get autostartseq: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh hostsvc/autostartmanager/get_autostartseq ==== Usage: Get the current VM Autostart sequence. Category: Vimsh |
No edit summary |
||
Line 1: | Line 1: | ||
==== vimsh hostsvc/autostartmanager/get_autostartseq ==== | ==== vimsh hostsvc/autostartmanager/get_autostartseq ==== | ||
Usage: Get the current VM Autostart sequence. | Usage: Get the current VM Autostart sequence. | ||
==== example output ==== | |||
Example output with one virtual machine set to autostart | |||
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/autostartmanager/get_autostart | |||
(vim.host.AutoStartManager.AutoPowerInfo) [ | |||
(vim.host.AutoStartManager.AutoPowerInfo) { | |||
dynamicType = <unset>, | |||
key = 'vim.VirtualMachine:96', | |||
startOrder = 1, | |||
startDelay = -1, | |||
waitForHeartbeat = "systemDefault", | |||
startAction = "PowerOn", | |||
stopDelay = -1, | |||
stopAction = "SystemDefault", | |||
} | |||
] | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Latest revision as of 12:30, 3 January 2009
vimsh hostsvc/autostartmanager/get_autostartseq
Usage: Get the current VM Autostart sequence.
example output
Example output with one virtual machine set to autostart
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/autostartmanager/get_autostart (vim.host.AutoStartManager.AutoPowerInfo) [ (vim.host.AutoStartManager.AutoPowerInfo) { dynamicType = <unset>, key = 'vim.VirtualMachine:96', startOrder = 1, startDelay = -1, waitForHeartbeat = "systemDefault", startAction = "PowerOn", stopDelay = -1, stopAction = "SystemDefault", } ]