How can I start virtual machines when I am on the commandline of a ESXi5 host over ssh ?
Asked
Active
Viewed 827 times
0
-
The shutdown operation was already solved here: http://serverfault.com/questions/321909/how-to-shutdown-and-power-off-virtual-machines-over-ssh-on-esxi5 – mit Oct 16 '11 at 19:51
1 Answers
3
You can use
vim-cmd vmsvc/power.on <vmid>
where vmid can be found with
vim-cmd vmsvc/getallvms

user9517
- 115,471
- 20
- 215
- 297