Esxi-cli command
查詢狀態
esxcli system snmp get
開啟snmp
esxcli system snmp set --enable true
設置snmp社區
esxcli system snmp set --communities public
查看ESXi版本
vmware -v "esxcli system version get"
查看BMC地址
esxcli hardware ipmi bmc get
查看主机运行时间
uptime
查看主机syslog配置
esxcli system syslog config get
查看路由信息
esxcfg-route
查看网卡配置信息
esxcfg-vmknic -l
查看硬件型号、供应商、SN信息
esxcli hardware platform get
查看硬件时钟
esxcli hardware clock get
查看ESXi服务器下网卡对应MAC地址
net-stats -l
查看存储设备列表
esxcli storage core device list
查看网卡列表信息
esxcli network nic list
查看当前的虚拟交换机
esxcfg-vswitch -l
查看当前vSphere已安装的组件
esxcli software vib list
列出所有esxcli命令
esxcli esxcli command list
发布时间: