ipmitool认证不支持解决
通过yum源安装完ipmitool工具后,通过命令ipmitool -I lan -H 10.212.52.96 -Uadmin -Ppassword sdr list命令进行操作时,可能会遇到如下错误:
11. Authentication type NONE not supported
22. Error: Unable to establish LAN session
出现该错误后,可以从如下步骤入手。
1、确认是否加载了相应的三个模块
1# lsmod | grep ipmi
2ipmi_si 42401 0
3ipmi_devintf 8049 0
4ipmi_msghandler 35992 2 ipmi_si,ipmi_devintf
5# modprobe ipmi_msghandler
6# modprobe ipmi_devintf
7# modprobe ipmi_si
加载最后一个模块时还可能会遇到如下错误:
1FATAL: Error inserting ipmi_si (/lib/modules/2.6.32-279.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko): No such device
导致这种错误的原因是当前系统运行在虚拟机而非物理机上,只有运行在物理机上的CentOS系统才能用这个模块。
2、确认使用的参数
参数I有三种选择:“-I open/lan/lanplus”,具体选其中哪个,根据实际情况而定。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/ipmitool-authentication-not-supported/5673.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.