0
点赞
收藏
分享

微信扫一扫

浪潮SA5212M4-IPMI管理地址配置方法2

残北 2023-11-22 阅读 145

方法二:操作系统内配置

注意:确保设备可以上网

1. 进系统后执行以下命令:

yum install -y ipmitool #安装ipmitool工具包

浪潮SA5212M4-IPMI管理地址配置方法2_IP

2. 如配置独享端口的IP地址:(如上面图中那个红色的网口)

ipmitool lan set 1 ipsrc static #设置IPMI的IP地址配置方式未静态IP
ipmitool lan set 1 ipaddr 192.168.1.200 #设置IPMI的IP地址
ipmitool lan set 1 netmask 255.255.0.0 #设置IPMI的掩码
ipmitool lan set 1 defgw ipaddr 192.168.1.1 #设置IPMI的网关

3. 配置共享端口的IP地址:(服务器自带的业务网卡)

ipmitool lan set 8 ipsrc static #设置IPMI的IP地址配置方式未静态IP
ipmitool lan set 8 ipaddr 192.168.1.202 #设置IPMI的IP地址
ipmitool lan set 8 netmask 255.255.0.0 #设置IPMI的掩码
ipmitool lan set 8 defgw ipaddr 192.168.1.1 #设置IPMI的网关

4.直接浏览器输入刚配置的管理IP地址,然后输入IPMI用户名密码登录。

举报

相关推荐

0 条评论