VMware ESX server
Всякие полезности из командной строки.
Как остановить виртуальную машину
1. Execute the following to list registered VMs:
vmware-cmd -l
2. Verify the run state of the VM with:
vmware-cmd {cfg} getstate
where {cfg} is the path to the .vmx file retrieved from the vmware-cmd -l
command.
3. Power down the selected VM with:
vmware-cmd {cfg} stop
4. Verify the state again with:
vmware-cmd {cfg} getstate
Как установить в ESX Storage VMotion
www.vmware.com => Downloads => VMware Infrastructure 3 Download =>
Driver & Tools => VMware Infrastructure Remote CLI Download
Проще всего запускаться командой
svmotion --interactive
Last-modified: Mon, 06 Oct 2008 08:10:06 GMT