Configure Linux Unix Windows VMware ESXi Escli 1 2 3 4 5 6 7 ] 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 1 2 3 4 ] vim-cmd vmsvc/getallvms ] vim-cmd vmsvc/power.on <VMID> ] vim-cmd vmsvc/power.off <VMID> ] vim-cmd vmsvc/power.getstate <VMID> oo 1 2 3 4 ] 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> 1 2 3 ] esxcli storage core adapter list ] esxcli storage filesystem list ] esxcli storage nfs add --host=<NFS_SERVER> --share=<NFS_SHARE> --volume-name=<DATASTORE_NAME> 1 2 3 ] esxcli hardware platform get ] tail -f /var/log/vmkernel.log ] esxtop 1 2 ] vim-cmd vmsvc/snapshot.create <VMID> <SNAPSHOT_NAME> <DESCRIPTION> ] vim-cmd vmsvc/destroy <VMID> 1 2 3 ] who ] cat /etc/passwd ] esxcli system user add --id=<USERNAME> --password=<PASSWORD> --full-name="<FULL_NAME>" 1 2 ] esxcli system hostname get ] esxcli hardware cpu list 1 2 3 4 ] reboot ] poweroff ] dcui ] esxcfg-info -a