服务器IBM x3650 m2 管理口访问故障处理

服务器的内存告警后,连接管理口查看信息,管理口状态灯显示正常,但是无法ping通和访问。

处理过程如下:

1、在centos 6.6中安装ipmitool,替换为阿里云的yum源,然后安装。

# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo

# yum -y install ipmitool

2、查找可用lan channel

# for i in `seq 1 14`; do ipmitool lan print $i 2>/dev/null | grep -q ^Set && echo Channel $i; done

3、显示channel1的网络配置信息

# ipmitool lan print 1

配置笔记本网卡地址为同网段IP,无法访问。重新配置了IP地址也无效。

4、重启BMC热启动,能够正常访问了。

# ipmitool mc reset cold

5、浏览器访问http://192.168.70.125

6、扩展配置命令

配置使用静态地址

# ipmitool lan set 1 ipsrc static

配置通道1的IP

# ipmitool lan set 1 ipaddr 172.20.254.16

配置子网信息

# ipmitool lan set 1 netmask 255.255.255.0

配置网关

# ipmitool lan set 1 defgw ipaddr 172.20.254.1

配置允许访问

# ipmitool -I open lan set 1 access on

查看配置信息

# ipmitool user list 1

配置用户访问权限

# ipmitool -I open channel setaccess 1 2  callin=on ipmi=on link=on privilege=4

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值