Power on a virtual machine VMware ESXi-Server

Published by admin. 28. February 2020 No Comments
  1. Connect to the VMware server using ssh root@[ip]
  2. type vim-cmd vmsvc/getallvms
  3. choose the right machine and remember the Vmid
  4. get the status of the chosen machine by typing vim-cmd vmsvc/power.getstate [id]
  5. turn on the machine by typing vim-cmd vmsvc/power.on [id]

Leave a Reply

Your email address will not be published. Required fields are marked *