openEuler-22.03-LTS-SP3-x86_64的系统,能帮忙看一下吗
[root@localhost ~]# grep -i ipmi /proc/ioports /proc/iomem
/proc/ioports: 0ca2-0ca2 : ipmi_si
/proc/ioports: 0ca3-0ca3 : ipmi_si
/proc/iomem: 00000ca2-00000ca2 : IPMI Address 1
/proc/iomem: 00000ca3-00000ca3 : IPMI Address 2
麻烦看看是不是地址冲突的问题。
把ipmi分配到其他tty上测试下
具体要怎么操作
我这个是,开机过程中,ipmi初始化,dmesg中报的错,不确定怎么修改到其它tty下测试。
看一下 /proc/cmdline 中,配置到了哪个 tty 上
麻烦看看还需要查看哪些信息
是系统默认配置的tty,没有修改过tty的配置
加上console=tty0 console=ttyS1,115200n8, 之前宝德的服务器上出现过,海光不确定,可以试下
这个问题是BMC 用的2600的芯片吧? ipmi_si模块报错。ipmi_si模块加载时间应该比较长。我们之前有遇到过
1 Like
用的2500的bmc芯片
是怎么解决的呢
麻烦看看是怎么解决的这个问题
这个对bmc的功能有影响吗
之前遇到过会影响ipmitool的使用,我们之前是改BMC的代码解决的,具体BMC怎么改的不太清楚