ipmitool常⽤命令详解
ipmitool命令
ipmitool –I  [open|lan|lanplus] command
OpenIPMI接⼝,command有以下项:
raw:发送⼀个原始的IPMI请求,并且打印回复信息。
lan:配置⽹络(lan)信道(channel)
chassis :查看底盘的状态和设置电源
event:向BMC发送⼀个已经定义的事件(event),可⽤于测试配置的SNMP是否成功
mc:查看MC(Management Contollor)状态和各种允许的项
sdr:打印传感器仓库中的所有监控项和从传感器读取到的值。
sensor:打印详细的传感器信息。
fru:打印内建的Field Replaceable Unit (FRU)信息
sel: 打印 System Event Log (SEL)
pef:设置 Platform Event Filtering (PEF),事件过滤平台⽤于在监控系统发现有event时候,⽤PEF中的策略进⾏事件过滤,然后看是否需要报警。
sol/isol:⽤于配置通过串⼝的Lan进⾏监控
user:设置BMC中⽤户的信息 。
channel:设置Management Controller信道。
ipmitool chassisreplaceable
ipmitool chassis
ipmitool chassis identify  #蓝⾊uid指⽰灯,直接执⾏命令,只能维持15秒
ipmitool chassis status
System Power        : on    #开机状态
Power Overload      : false  #是否过载
Power Interlock      : inactive
Main Power Fault    : false    #主电源是否故障
Power Control Fault  : false
Power Restore Policy : always-on  #上电后机器的响应状态
Last Power Event    : command
Chassis Intrusion    : inactive
Front-Panel Lockout  : inactive
Drive Fault          : false    #是否有硬盘告警
Cooling/Fan Fault    : false    #是否存在风扇告警
Sleep Button Disable : allowed
Diag Button Disable  : allowed
Reset Button Disable : allowed
Power Button Disable : allowed
Sleep Button Disabled: false
Diag Button Disabled : false
Reset Button Disabled: false
Power Button Disabled: false
ipmitool chassis bootdev pxe  #下次启动默认从⽹卡启动,只⼀次有效ipmitool chassis bootdev disk  #下次启动默认从硬盘启动
ipmitool chassis bootdev pxe options=persistent    #永久⽣效ipmitool chassis power status | on |reset
sensor查看
ipmitool sensor
fru读取和设置
ipmitool fru
ipmitool fru edit
ipmitol user 命令
查看⽤户
ipmitool user list
添加⽤户
ipmitool user set name 4 abcd    #新增⽤户abcd
设置密码
ipmitool  user set password 4 wifi@LS123 enable/disable⽤户
ipmitool user enable 4
channel参数
命令使⽤:
查看指定⽤户权限
修改权限
ipmitool channel setaccess 2 "4" privilege=4 ipmi=on link=on callin=on
mc参数
ipmitool mc info  #查看bmc固件版本
ipmitool mc reset cold    #重启bmc
lan参数
查看⽹络信息
ipmitool lan print
Set in Progress        : Set Complete
Auth Type Support      : MD5
Auth Type Enable        : Callback : MD5
: User    : MD5
: Operator : MD5
: Admin    : MD5
: OEM      : MD5
IP Address Source      : DHCP Address
IP Address              :
Subnet Mask            :
MAC Address            :
SNMP Community String  : AMI
IP Header              : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10 BMC ARP Control        : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl  : 0.0 seconds
Default Gateway IP      : 10.3.67.254
Default Gateway MAC    : 00:00:00:00:00:00
Backup Gateway IP      : 0.0.0.0
Backup Gateway MAC      : 00:00:00:00:00:00
802.1q VLAN ID          : Disabled
802.1q VLAN Priority    : 0
RMCP+ Cipher Suites    : 0,1,2,3,6,7,8,11,12,15,16,17
Cipher Suite Priv Max  : caaaaaaaaaaaXXX
:    X=Cipher Suite Unused
:    c=CALLBACK
:    u=USER
:    o=OPERATOR
:    a=ADMIN
:    O=OEM
修改IP为静态还是DHCP模式
ipmitool lan set 1 ipsrc dhcp | static
修改IP地址
ipmitool lan set <ChannelNo> ipaddr <IPAddress>
# ipmitool lan set 1 ipaddr 192.168.2.60
修改⼦⽹掩码
ipmitool lan set <ChannelNo> netmask <NetMask>
# ipmitool lan set 1 netmask 255.255.0.0
修改默认⽹关
ipmitool lan set <ChannelNo> defgw ipaddr <Gateway >
# ipmitool lan set 1 defgw ipaddr 192.168.2.1
问题:
ipmitool  lan  set  1  ipsrc  static
Channel 1  is not a LAN channel!
解决⽅法:帮助确认查channel

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。