Differences between revisions 3 and 4
Revision 3 as of 2016-01-27 06:28:05
Size: 754
Editor: localhost
Comment:
Revision 4 as of 2016-11-25 02:13:26
Size: 871
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

== how to upgrade ==
esxcli --server=server_name software vib update --depot=/path_to_vib_ZIP/ZIP_file_name.zip

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

Troubleshooting

Deprecated VMFS volume(s)found on the host. Please consider ....

services.sh restart

how to upgrade

esxcli --server=server_name software vib update --depot=/path_to_vib_ZIP/ZIP_file_name.zip

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