Dec 08 20:24:44 congo-0057 bmcweb[267]: [ERROR update_service.hpp:1514] Missing HostNumber Dec 08 20:25:07 congo-0057 bmcweb[267]: [ERROR update_service.hpp:1508] Invalid HostNumber format: yyy $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=0 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" }, { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 2, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "WCOV5C03N_S70.13.00" } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber1 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber2 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber3 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 3 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "3", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 3 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumbe { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The action HostNumber requires the parameter to be present in the request body.", "MessageArgs": [ "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterMissing", "MessageSeverity": "Critical", "Resolution": "Supply the action with the required parameter in the request body when the request is resubmitted." } ], "code": "Base.1.18.1.ActionParameterMissing", "message": "The action HostNumber requires the parameter to be present in the request body." } } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=90- { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 90 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "90", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 90 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://congo-0057/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=yyy { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The value '\"yyy\"' for the parameter HostNumber in the action is not a format that the parameter can accept.", "MessageArgs": [ "\"yyy\"", "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterValueFormatError", "MessageSeverity": "Warning", "Resolution": "Correct the value for the parameter in the request body and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterValueFormatError", "message": "The value '\"yyy\"' for the parameter HostNumber in the action is not a format that the parameter can accept." } } ----------------------------------------------------------------------------------------------------------------------------------------- Morocco Single Mode 2P Default $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=0 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" }, { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 2, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "WMOV5C03N" } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=1 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=2 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=3 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 3 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "3", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 3 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The action HostNumber requires the parameter to be present in the request body.", "MessageArgs": [ "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterMissing", "MessageSeverity": "Critical", "Resolution": "Supply the action with the required parameter in the request body when the request is resubmitted." } ], "code": "Base.1.18.1.ActionParameterMissing", "message": "The action HostNumber requires the parameter to be present in the request body." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=xyz { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The value '\"xyz\"' for the parameter HostNumber in the action is not a format that the parameter can accept.", "MessageArgs": [ "\"xyz\"", "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterValueFormatError", "MessageSeverity": "Warning", "Resolution": "Correct the value for the parameter in the request body and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterValueFormatError", "message": "The value '\"xyz\"' for the parameter HostNumber in the action is not a format that the parameter can accept." } } ----------------------------------------------------------------------------------------------------------------------------------------- Morocco Multi Mode 2x1P Dec 08 21:02:59 morocco-0641 bmcweb[263]: [ERROR update_service.hpp:1474] Invalid HostNumber 0 for the mode 1 Dec 08 21:03:43 morocco-0641 bmcweb[263]: [ERROR update_service.hpp:1514] Missing HostNumber Dec 08 21:04:08 morocco-0641 bmcweb[263]: [ERROR update_service.hpp:1508] Invalid HostNumber format: x72 $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=0 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "WMOV5C03N", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 0 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "0", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 0 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=1 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=2 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown" } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=3 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 3 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "3", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 3 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The action HostNumber requires the parameter to be present in the request body.", "MessageArgs": [ "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterMissing", "MessageSeverity": "Critical", "Resolution": "Supply the action with the required parameter in the request body when the request is resubmitted." } ], "code": "Base.1.18.1.ActionParameterMissing", "message": "The action HostNumber requires the parameter to be present in the request body." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=7x2 { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/bios_active", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Host image", "Id": "bios_active", "Name": "Software Inventory", "RelatedItem": [ { "@odata.id": "/redfish/v1/Systems/system/Bios" } ], "RelatedItem@odata.count": 1, "Status": { "Health": "OK", "HealthRollup": "OK", "State": "Enabled" }, "Updateable": true, "Version": "Unknown", "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The parameter 7 for the action HostNumber is not supported on the target resource.", "MessageArgs": [ "7", "HostNumber" ], "MessageId": "Base.1.18.1.ActionParameterNotSupported", "MessageSeverity": "Warning", "Resolution": "Remove the parameter supplied and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterNotSupported", "message": "The parameter 7 for the action HostNumber is not supported on the target resource." } } $ curl -s -k -u root:0penBmc -H GET https://morocco-0641/redfish/v1/UpdateService/FirmwareInventory/bios_active?HostNumber=x72 { "error": { "@Message.ExtendedInfo": [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The value '\"x72\"' for the parameter HostNumber in the action is not a format that the parameter can accept.", "MessageArgs": [ "\"x72\"", "HostNumber", "" ], "MessageId": "Base.1.18.1.ActionParameterValueFormatError", "MessageSeverity": "Warning", "Resolution": "Correct the value for the parameter in the request body and resubmit the request if the operation failed." } ], "code": "Base.1.18.1.ActionParameterValueFormatError", "message": "The value '\"x72\"' for the parameter HostNumber in the action is not a format that the parameter can accept." } }