ESXI CLI
Enable ESXI SSH access then connect the ESXi host via SSH.
To get a list of all VMs run:
1
vim-cmd vmsvc/getallvms
Find the ID for the VM you want to start and Replace <##> in the command below:
1
vim-cmd vmsvc/power.on <##>
Enable ESXI SSH access then connect the ESXi host via SSH.
To get a list of all VMs run:
1
vim-cmd vmsvc/getallvms
Find the ID for the VM you want to start and Replace <##> in the command below:
1
vim-cmd vmsvc/power.on <##>
A new version of content is available.