设备中插入了300I Pro 和 300I Duo两种NPU卡。
| Atlas 300I Pro Inference Card PCI-E 1*16x (HHHL) | PCIeRiser1 | Huawei | 4 | 03028DFH | -- | 0x19e5 | 0xd500 | 0x0200 | 0x0100 | CPU1 | 0000:5f:00.0 | 0000:60:00.0 |
|---|
| Atlas 300I Duo Inference Card PCI-E 1*16x(FHFL) | PCIeRiser1 | Huawei | 5 | 03029WRV | -- | 0x19e5 | 0xd500 | 0x0200 | 0x0110 | CPU1 | 0000:40:02.0 | 0000:42:00.0 |
|---|
通过Readfish https://X.X.X.X/redfish/v1/Systems/1/Processors获取NPU信息时获取不到300I Pro的信息 :
“Members@odata.count”: 4,
"Members": \[
{
"@odata.id": "/redfish/v1/Systems/1/Processors/1"
},
{
"@odata.id": "/redfish/v1/Systems/1/Processors/2"
},
{
"@odata.id": "/redfish/v1/Systems/1/Processors/Npu5-1"
},
{
"@odata.id": "/redfish/v1/Systems/1/Processors/Npu5-2"
},
通过Readfish https://X.X.X.X/redfish/v1/Systems/1/Processors/Npu5-1获取NPU信息时获取不到Model信息:
“Name”: “Npu5-1”,
"Id": "Npu5-1",
"ProcessorType": "NPU",
"ProcessorArchitecture": "",
"InstructionSet": "",
"Manufacturer": "Huawei",
"Model": "",
"ProcessorId": {
"EffectiveFamily": **null**,
"EffectiveModel": **null**,
"Step": **null**,
"VendorId": **null**
},
"MaxSpeedMHz": **null**,
"TotalCores": **null**,
"TotalThreads": **null**,
"TotalEnabledCores": **null**,
"Socket": **null**,
"Links": {
"Chassis": {
"@odata.id": "/redfish/v1/Chassis/1"
}
},
"SerialNumber": **null**,
"PowerState": "On",
"Status": {
"State": "Enabled",
"Oem": {
"openUBMC": {
"Severity": "Informational"
}
},
"Health": "OK"
},
"FirmwareVersion": "7.5.0.9.220",