Differences between revisions 1 and 2
Revision 1 as of 2015-04-19 15:35:49
Size: 587
Editor: merlyn
Comment:
Revision 2 as of 2016-01-25 08:33:04
Size: 638
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
== show arp ==
esxcli network ip neighbor list

show arp

esxcli network ip neighbor list

To power on a virtual machine from the command line:

    List the inventory ID of the virtual machine with the command:

    vim-cmd vmsvc/getallvms |grep <vm name>

    Note: The first column of the output shows the vmid.

    Check the power state of the virtual machine with the command:

    vim-cmd vmsvc/power.getstate <vmid>

    Power-on the virtual machine with the command:

    vim-cmd vmsvc/power.on <vmid> 

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1038043

désert/VMware/ESXi (last edited 2025-04-02 06:32:20 by merlyn)