IPMItool小结

Posted skyliao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IPMItool小结相关的知识,希望对你有一定的参考价值。

一、ipmitool 安装步骤

  tar -zxvf ipmitool-1.8.18.tar.bz2

  cd ipmitool

  ./configure

  make install

  modprobe ipmi_devintf    #出现Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory时。

  (modprobe ipmi_si  #出现Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory时。系统版本比较旧)

  chkconfig ipmi on #添加启动项

二、匿名用户的使用

  ipmitool -I lanplus -H IP -U "" -P "" raw 0x06 0x01

三、Get Device ID

  ipmitool -I lanplus -H IP -U xxx -P xxx raw 0x06 0x01 (Remote)

  ipmitool raw 0x06 0x01 (Local)

  cmdtool 20 18 01(DOS or Shell)   #Netfun 左移2 bit; 0x06-->00000110左移2 bit为00011000-->18

四、Get ME Device ID

  ipmitool -I lanplus -H IP -U xxx -P xxx -b 6 -t 2c raw 0x06 0x01

  cmdtool 2c 18 01

 

以上是关于IPMItool小结的主要内容,如果未能解决你的问题,请参考以下文章

SRCNN小结

phpMyAdmin利用小结

Terminal命令小结

Qt 的 paintEvent 函数小结

Kubernetes自动缩扩容HPA算法小结

列表排序交互方式小结