Open Server Manager: PSUファームウェア インベントリー 混在ベンダーの制限事項

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ファームウェア ページに1つのベンダーのファームウェア イメージのみが表示されます。セカンダリーPSUファームウェア イメージがファームウェア インベントリーページに表示されません。見つからないPSUベンダーは、このページに存在しない場合、OSM Webインターフェイスからファームウェア イメージをアップデートできません。 
 
OSM Web UI >> ファームウェア >> 操作の例:

画像1:OSM UIファームウェア インベントリー ページ

その他のインベントリー方法を活用して、システム構成内に混合ベンダーが存在するかどうかを確認できます。

インベントリーとLED>>ハードウェア ステータス>>OSM Web UIの例:

画像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ページでは、デバイスごとに1つのイメージのサポートに制限されています。異なるイメージを持つ複数のベンダーを混在させる場合、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.