HakureiSenzan
博丽千山
HakureiSenzan

ubuntu ipmi模块设置

  • 安装ipmitool
apt-get install ipmitool -y
  • 加载驱动模块
 modprobe ipmi_msghandler
 modprobe ipmi_devintf
 modprobe ipmi_si
 modprobe ipmi_poweroff
 modprobe ipmi_watchdog
  • 显示ipmi用户
ipmitool user list 1
  • 设置用户2的密码为123456
ipmitool user set password 2     "123456"
  • 设置ipmi ip获取方式为静态
ipmitool lan set 1 ipsrc static
  • 设置静态ip,掩码,网关
ipmitool lan set 1 ipaddr 172.0.1.xx
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 defgw ipaddr 172.0.1.254
  • 开启ipmi通道
ipmitool mc reset cold 
ipmitool lan set 1 access on
  • 查看ipmi信息
ipmitool lan print
赞赏

发表回复

textsms
account_circle
email

HakureiSenzan

ubuntu ipmi模块设置
安装ipmitool apt-get install ipmitool -y 加载驱动模块 modprobe ipmi_msghandler modprobe ipmi_devintf modprobe ipmi_si modprobe ipmi_poweroff modprobe ipmi_watch…
扫描二维码继续阅读
2021-12-15