Linux
下使用
ipmitool
的工具命令详解
ipmitool
是一个开源的命令行工具,用于管 理基于
IPMI (Intelligent Platform
Management Interface)
的服务器系统。它可以在
Linux
、
Windows
操作系统中使
用。
下面是
ipmitool
的常用命令:
显示
BMC
信息:
ipmitool mc info
显示服务器传感器信息:
ipmitool sdr list
显示服务器电源状态:
ipmitool power status
关闭服务器电源:
ipmitool power off
重启服务器电源:
ipmitool power reset
显示服务器电源管理配置:
ipmitool power info
显示服务器的
LAN
配置:
ipmitool lan print
设置服务器的
IP
地址:
ipmitool lan set 1 ipaddr [IP_Address]
设置服务器的子网掩码:
ipmitool lan set 1 netmask [Subnet_Mask]