«
清理Status of other host hardware objects(VMWare)
Paladin 发布于
阅读:2434
oTher
清理Status of other host hardware objects
- localcli hardware ipmi sel get# 命令可以查看当前主机系统事件状态
- localcli hardware ipmi sel clear 命令
- vmware -v "esxcli system version get" # 查看ESXi版本
- esxcli hardware ipmi bmc get # 查看BMC地址
- uptime #查看主机运行时间
- esxcli system syslog config get #查看主机syslog配置
- esxcfg-route #查看路由信息
- esxcfg-vmknic -l #查看网卡配置信息
- esxcli hardware platform get #查看硬件型号、供应商、SN信息
- esxcli hardware clock get #查看硬件时钟
- net-stats -l #查看ESXi服务器下网卡对应MAC地址
- esxcli storage core device list #查看存储设备列表
- esxcli network nic list #查看网卡列表信息
- esxcfg-vswitch -l #查看当前的虚拟交换机
- esxcli software vib list #查看当前vSphere已安装的组件
- esxcli esxcli command list #列出所有esxcli命令
vmware