DELL R420 IPMI 操作手册

一、对BIOS IDRAC进行设置

开机按F2进入下面界面,选择SYSTEM BLOS:如图所示

DELL R420 IPMI 操作手册_第1张图片



进入BLOS后,选择serial conmmunication:如图所示

DELL R420 IPMI 操作手册_第2张图片


按照图进行设置

DELL R420 IPMI 操作手册_第3张图片


BLOS 操作完成后,退回到第一页,选择IDRAC SETTINGS 如图所示

DELL R420 IPMI 操作手册_第4张图片


进入NETWOR

DELL R420 IPMI 操作手册_第5张图片


按照下面三幅图片进行设置

DELL R420 IPMI 操作手册_第6张图片

DELL R420 IPMI 操作手册_第7张图片


二、控制端的操作设置

1、yum安装一下安装包

  OpenIPMI-libs-2.0.16-14.el6.x86_64、OpenIPMI-2.0.16-14.el6.x86_64、 ipmitool.x86_64

2、常用命令

   ipmitool  -I lanplus -U root -P maxthon -H 10.0.6.32 user list  

    查看客户端ipmi的用户

ipmitool -I lanplus -U root -P maxton -H 10.0.6.32 sol activate

重启后,重定向屏幕到本机

ipmitool -I lanplus -U root -P maxton -H 10.0.6.32 sol info 1

(1为网络(lan)信道(channel) ,默认是1, 运行命令时可以省略不输入。)

ipmitool   -H drac ip -U root -P 密码 power off

(硬关机,直接切断电源 )

ipmitool   -H drac ip -U root -P 密码 power soft

软关机,即如同轻按一下开机扭

ipmitool   -H drac ip -U root -P 密码 power on

硬开机

ipmitool   -H drac ip -U root -P 密码 power status

获取当前电源状态

ipmitool   -H ip -U root  -P 密码 sdr

打印传感器数据(设备温度、电压、风扇转速==)

ipmitool   -H ip -U root  -P xxxx sensor

打印传感器详细数据


DELL R420 IPMI 操作手册_第8张图片