ESXICLI command to find memmory cpu and IP details

     ESXICLI command to find memory, CPU and IP details



1)To check vmware version
   >vmware -v

2)To see Memory
 > esxcli hardware memory get

3)To see CPU details
> esxcli hardware cpu list

4)To check IP  details
> esxcfg-vmknic -l

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...