0

How can I start virtual machines when I am on the commandline of a ESXi5 host over ssh ?

mit
  • 1,914
  • 6
  • 29
  • 42
  • 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 Answers1

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