Vmware

From Halfface
Revision as of 21:59, 23 September 2015 by Ekaanbj (talk | contribs) (Created page with "==Reload vmx file== vim-cmd vmsvc/reload Vmid ==To power on a virtual machine from the command line:== # List the inventory ID of the virtual machine with the command: vim-c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Reload vmx file

vim-cmd vmsvc/reload Vmid

To power on a virtual machine from the command line:

  1. List the inventory ID of the virtual machine with the command:
vim-cmd vmsvc/getallvms
  1. Check the power state of the virtual machine with the command:
vim-cmd vmsvc/power.getstate <vmid>
  1. Power-on the virtual machine with the command:
vim-cmd vmsvc/power.on <vmid>