远程管理卡配置

安装远程管理卡工具

yum install OpenIPMI OpenIPMI-tools -y

启动服务:

/etc/init.d/ipmi start

 

改远程管理卡缺省密码:

ipmitool user set password 2 Server2012M

 

查看远程管理卡地址:

ipmitool lan print 1

 

修改远程管理卡ip:

ipmitool lan set 1 ipaddr 10.208.254.50

ipmitool lan set 1 netmask 255.255.0.0

ipmitool lan set 1 defgw ipaddr 10.208.1.1


#浪潮服务器关闭BMC共享端口

ipmitool raw 0x3a 0x10 0x00 0x01
#关闭BMC共享端口,最后一位0x00开启,0x01关闭,返回00 00表示开启,返回00 01表示关闭

ipmitool raw 0x3a 0x11 0x00

#查询BMC共享端口,返回00 00表示开启,返回00 01表示关闭

你可能感兴趣的:(远程管理卡配置)