Запуск остановка esxi
23 ноября 2015
Using the ESXi command-line utility vim-cmd to power off the virtual machine
- On the ESXi console, enter Tech Support mode and log in as root. For more information, see Tech Support Mode for Emergency Support (1003677).
- Get a list of all registered virtual machines, identified by their VMID, Display Name, and path to the
.vmx
configuration file by running this command:vim-cmd vmsvc/getallvms
- Get the current state of a virtual machine by running this command:
vim-cmd vmsvc/power.getstate VMID
- Shutdown the virtual machine using the VMID found in Step 2 and run this command:
vim-cmd vmsvc/power.shutdown VMID
Note: If the virtual machine fails to shut down, run this command:
vim-cmd vmsvc/power.off VMID
Свежие комментарии