IPMI 管理工具小记

  • 安装 ipmitool
  • # yum install ipmitool
    # apt-get install ipmitool
    
  • 内核加载
  • # modprobe ipmi_msghandler
    # modprobe ipmi_devintf
    # modprobe ipmi_si
    

    DELL的<channel_no>是1,HP的是2,超微的是1。

  • IPMI 访问–几个厂商的默认用户名和密码
  • 联想: albert admin
    超微: ADMIN ADMIN
    泰安的主板: root superuser
    浪潮: root superuser
    
  • 查看 IPMI 用户
  • $ ipmitool user list 1
    
  • 设置 IPMI ip 地址
  • 使用动态地址: ipmitool set <channel_no> ipsrc dhcp
    使用静态地址: ipmitool set <channel_no> ipsrc static
    设置IP: ipmitool lan set <channel_no> ipaddr <x.x.x.x>
    设置掩码: ipmitool lan set <channel_no> netmask <x.x.x.x>
    设置网关: ipmitool lan set <channel_no> defgw ipaddr <x.x.x.x>
    查看地址等信息: ipmitool lan print <channel_no>
    

    PS.如果需要,应安装 openipmi 包:yum install OPENIPMI apt-get install openipmi

    【参考地址】IPMI总结

    IPMI 管理工具小记》上有1条评论

    发表评论

    电子邮件地址不会被公开。 必填项已用*标注