Escli
] esxcli system version get
] esxcli network nic list
] esxcli storage core device list
] esxcli network ip interface list
] /etc/init.d/hostd status
] /etc/init.d/hostd restart
] /etc/init.d/vpxa restart
vim-cmd
] vim-cmd vmsvc/getallvms
] vim-cmd vmsvc/power.on <VMID>
] vim-cmd vmsvc/power.off <VMID>
] vim-cmd vmsvc/power.getstate <VMID>
oo
] esxcfg-nics -l
] esxcli network ip interface ipv4 set --interface-name=<vmkX> --ipv4=<IP_ADDRESS> --netmask=<NETMASK> --type=static
] esxcfg-nics --enable <NIC>
] esxcfg-nics --disable <NIC>
] esxcli storage core adapter list
] esxcli storage filesystem list
] esxcli storage nfs add --host=<NFS_SERVER> --share=<NFS_SHARE> --volume-name=<DATASTORE_NAME>
] esxcli hardware platform get
] tail -f /var/log/vmkernel.log
] esxtop
] vim-cmd vmsvc/snapshot.create <VMID> <SNAPSHOT_NAME> <DESCRIPTION>
] vim-cmd vmsvc/destroy <VMID>
] who
] cat /etc/passwd
] esxcli system user add --id=<USERNAME> --password=<PASSWORD> --full-name="<FULL_NAME>"
] esxcli system hostname get
] esxcli hardware cpu list
] reboot
] poweroff
] dcui
] esxcfg-info -a