Power on a virtual machine VMware ESXi-Server
Published by admin.
28. February 2020
- Connect to the VMware server using
ssh root@[ip]
- type
vim-cmd vmsvc/getallvms
- choose the right machine and remember the Vmid
- get the status of the chosen machine by typing
vim-cmd vmsvc/power.getstate [id]
- turn on the machine by typing
vim-cmd vmsvc/power.on [id]