使用ipmitool命令报错处理

简介:

报错内容:

# ipmitool  channel info 1
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
Unable to Get Channel Info
因为没有启动ipmi服务,解决方法:
[root@localhost ipmitool-1.8.11]# /etc/init.d/ipmi start
Starting ipmi drivers:                                     [  OK  ]
[root@localhost ipmitool-1.8.11]# ipmitool  channel info 1   
Channel 0x1 info:
  Channel Medium Type   : 802.3 LAN
  Channel Protocol Type : IPMB-1.0
  Session Support       : multi-session
  Active Session Count  : 3
  Protocol Vendor ID    : 7154
  Volatile(active) Settings
    Alerting            : enabled
    Per-message Auth    : enabled
    User Level Auth     : enabled
    Access Mode         : always available
  Non-Volatile Settings
    Alerting            : enabled
    Per-message Auth    : enabled
    User Level Auth     : enabled
    Access Mode         : always available

本文转自pandazhai 51CTO博客,原文链接:http://blog.51cto.com/dreamway/1045591
相关文章
|
传感器 监控 Shell
|
6月前
|
网络协议 Shell 网络安全
Cobaltstrike4.0系列 -- Beacon命令
Cobaltstrike4.0系列 -- Beacon命令
67 0
|
Ubuntu 开发工具
Ubuntu使用命令行修改图形化界面中的NetworkManager网络配置
Ubuntu使用命令行修改图形化界面中的NetworkManager网络配置
939 0
Ubuntu使用命令行修改图形化界面中的NetworkManager网络配置
|
算法 Linux Shell
Linux Command rsync 远程同步
Linux Command rsync 远程同步
|
Linux C++ 计算机视觉
关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法
关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法
|
Linux Shell C++
今天领导分享了一个探测端口的命令-linux下提示bash:command not found
今天领导分享了一个探测端口的命令,于是试了一下,提示未找到-bash: nc: command not found  因此决定将bash的命令在复习一下,温故而知新 总结整理于此: 确定你的DNS可以解析公网地址(命令:vi /etc/resolv.conf,添加:nameserver 222.172.200.68) 使用命令:yum install nc 安装完成再使用命令:nc -l 5001 如果新装的系统,运行一些很正常的诸如:shutdown,fdisk的命令时,悍然提示:bash:command not found。
1314 0
|
移动开发 网络协议 Linux