至于IPMI是干什么的,我就不多说了,做个简易笔记。
1.安装ipmitools,并且启动IPMI服务
- OpenIPMI-1.4.14-1.4E.13.rpm
-
OpenIPMI-libs-1.4.14-1.4E.13.rpm
-
OpenIPMI-tools-1.4.14-1.4E.20.rpm
2.配置
- ipmitool channel info 1
-
ipmitool lan set 1 ipaddr 10.10.22.30
-
ipmitool lan set 1 netmask 255.255.255.0
-
ipmitool lan set 1 defgw ipaddr 10.10.22.1
-
ipmitool lan set 1 arp respond on
-
ipmitool lan set 1 arp generate on
-
ipmitool lan set 1 access on
-
ipmitool lan set 1 password 123456
-
ipmitool lan set 1 user
-
ipmitool lan set 1 auth CALLBACK PASSWORD
-
ipmitool lan set 1 auth USER PASSWORD
-
ipmitool lan set 1 auth OPENRATOR PASSWORD
-
ipmitool lan set 1 auth ADMIN
-
-
ipmitool user list 1
-
ipmitool user enable 1
这样配置后,就可以使用IPMI进行一些基础使用了。
关于远程串口映射,有时间再续上吧
阅读(2467) | 评论(0) | 转发(0) |