Start VM on ESX with vim-cmd
Hallo zusammen,
Kürzlich musste ich eine VM über die Commandline starten. Wie das geht steht im folgenden Blog Artikel
vim-cmd vmsvc/getallvms
vim-cmd vmsvc/power.getstate [VmId]
vim-cmd vmsvc/power.on [VmId]
vim-cmd vmsvc/power.off [VmId]
vim-cmd vmsvc/power.suspend [VmId]
vim-cmd vmsvc/power.reset [VmId]
vim-cmd vmsvc/power.shutdown [VmId]
vim-cmd vmsvc/power.reboot [VmId]
Grüsse
Andres Bohren