问题描述
无法在web上识别PCIe标卡,华为Atlas 300V PRO显卡和Broadcom 9440-8i Raid卡
环境信息
-
硬件配置:920L cpu模组板,载板有三个pcie插槽,模组板vpd来源于[需求]: 920L模组基本功能适配-vpd-AtomGit | GitCode
-
操作系统:openEuler 22.03 (LTS-SP4)
OS下lspci 可以识别华为Atlas 300V PRO显卡和Broadcom 9440-8i Raid卡
dmidecode --type 9没有内容
日志收集中的systemcom.dat显示SlotTable为空
尝试过的解决方案
有了解到sr需要配置SerDes BusinessConnector PcieAddrInfo Connector_PCIE才能达到识别pcie卡的目的,但不知道目前哪一步配置错误,我的相关配置都在14100513_BCU_0.sr,可能是SerDes就配置错误了。
想请教如下问题:
-
下面给出920L和pcie通道的信息,请问如何根据这个信息配置SerDes
-
我如何知道这些配置SerDes BusinessConnector PcieAddrInfo Connector_PCIE,哪一个配置有问题
-
当前silkconfig.json PCIeSilk字段有重复的内容,不知道哪里出了问题,具体内容请看一键收集日志内容。
null_null_20000101-0411.tar.gz (6.6 MB)
silkconfig.json
"PCIeSilk": [
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 2,
"RootPortDeviceId": 2,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 3,
"RootPortDeviceId": 3,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 1,
"RootPortDeviceId": 1,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 2,
"RootPortDeviceId": 2,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 3,
"RootPortDeviceId": 3,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 3,
"RootPortDeviceId": 3,
"SocketId": 1,
"Segment": 0
},
{
"DeviceType": "PCIe",
"Silk": "",
"SlotId": 1,
"RootPortDeviceId": 1,
"SocketId": 1,
"Segment": 0
}
],
(没接触过iBMC,第一次接触openUBMC,问题问得可能不太精确,有不明白的请指出,谢谢理解)








