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
- 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
关于远程串口映射,有时间再续上吧