開啟「伺服器管理員」: 電源供應器韌體詳細目錄混合廠商限制

Summary: 混合廠商填入時,Dell Open Server Manager (OSM) Web 使用者介面 (UI) 韌體清查無法顯示多個電源供應器 (PSU) 韌體版本。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

配備混合 PSU 廠商的 Dell PowerEdge 伺服器在 OSM Web UI 韌體頁面中僅顯示單一廠商的韌體映像。「韌體詳細目錄」頁面遺失次要 PSU 韌體映像。如果此頁面遺失 PSU 廠商,則無法從 OSM Web 介面更新韌體映像。 
 
OSM Web UI >>作業>>韌體範例:


圖 1:OSM UI 韌體清查頁面
當系統組態中存在混合廠商時,可利用其他清查方法來確認。

OSM Web UI >> 硬體狀態 >> 清查和 LED 範例:

圖 2:OSM 硬體清單

IPMITOOL 範例:
 
ipmitool> fru print

FRU Device Description : PWR SPLY,1100W,R (ID 91)
 Board Mfg Date        : Wed May 24 22:56:00 2023 UTC
 Board Mfg             : DELL
 Board Product         : PWR SPLY,1100W,RDNT,DELTA
 Board Serial          : CNDEDXXXXXXXXX
 Board Part Number     : 0J9N6WA02

FRU Device Description : PWR SPLY,1100W,R (ID 149)
 Board Mfg Date        : Fri Mar 10 18:07:00 2023 UTC
 Board Mfg             : DELL
 Board Product         : PWR SPLY,1100W,RDNT,LTON
 Board Serial          : CNLOXXXXXXXXXX
 Board Part Number     : 0FR0KXA02

REDFISH 範例:
 
GET …/redfish/v1/Chassis/Baseboard_FRU/Power


    "PowerSupplies": [
        {
            "@odata.id": "/redfish/v1/Chassis/Baseboard_FRU/Power#/PowerSupplies/0",
            "EfficiencyPercent": 90,
            "Manufacturer": "DELL",
            "MemberId": "PSU1_FRU",
            "Model": "PWR SPLY,1100W,RDNT,LTON",
            "Name": "PSU1 FRU",
            "PartNumber": "0FR0KXA02",
            "PowerInputWatts": 0.0,
            "SerialNumber": "CNLOXXXXXXXXX",
            "Status": {
                "Health": "OK",
                "State": "Enabled"
            }
        },
        {
            "@odata.id": "/redfish/v1/Chassis/Baseboard_FRU/Power#/PowerSupplies/1",
            "EfficiencyPercent": 90,
            "Manufacturer": "DELL",
            "MemberId": "PSU2_FRU",
            "Model": "PWR SPLY,1100W,RDNT,DELTA",
            "Name": "PSU2 FRU",
            "PartNumber": "0J9N6WA02",
            "PowerInputWatts": 0.0,
            "SerialNumber": "CNDEXXXXXXXXXX",
            "Status": {
                "Health": "OK",
                "State": "Enabled"
            }
        }
    ],
 

Cause

上游 OpenBMC 韌體清查 Web UI 頁面僅支援每個裝置商品一個映像。當混用多個廠商的不同映像時,OSM Web UI 僅會顯示系統中第一個 PSU 的韌體映像。

Resolution

此目擊事件是上游 OpenBMC 韌體映像的限制。當上游開放原始碼映像更新後,Dell 將納入未來的 OSM 更新中。

因應措施:

可利用 REDFISH 介面 UpdateService 分別查詢每個 PSU 的韌體清查。
 
GET …/redfish/v1/UpdateService/FirmwareInventory/psu1

{
    "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/psu1",
    "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory",
    "Description": "PSU image",
    "Id": "psu1",
    "Name": "Software Inventory",
    "Oem": {
        "DellOpenBMC": {
            "@odata.type": "#DellOpenBMCSoftwareInventory.v1_0_0.DellOpenBMCSoftwareInventory",
            "DellOpenBMCSoftwareInventory": {
                "InstanceType": "Installed"
            }
        }
    },
    "SoftwareId": "108858",
    "Status": {
        "HealthRollup": "OK",
        "State": "Enabled"
    },
    "Updateable": true,
    "Version": "00.21.33"
}

GET …/redfish/v1/UpdateService/FirmwareInventory/psu2

{
    "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/psu2",
    "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory",
    "Description": "PSU image",
    "Id": "psu2",
    "Name": "Software Inventory",
    "Oem": {
        "DellOpenBMC": {
            "@odata.type": "#DellOpenBMCSoftwareInventory.v1_0_0.DellOpenBMCSoftwareInventory",
            "DellOpenBMCSoftwareInventory": {
                "InstanceType": "Installed"
            }
        }
    },
    "SoftwareId": "108857",
    "Status": {
        "HealthRollup": "OK",
        "State": "Enabled"
    },
    "Updateable": true,
    "Version": "00.14.76"
}

Affected Products

Open Server Manager
Article Properties
Article Number: 000226480
Article Type: Solution
Last Modified: 14 Jan 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.