Loading...
Loading...
While attempting to add firmware bundles released post-November 2024 from any HPE Synergy Service Pack (SSP) or Service Pack for ProLiant (SPP) with SHA-384 signed components, the firmware bundle will not be added, and the following error message will appear:"Unable to validate the signature for the following components contained with the firmware baseline"This will occur if a new signing key is needed for OneView to validate signature for the components contained with the firmware baseline. Until the firmware bundle is added, there is no way for OneView to verify if a new key is needed.
Any attempt to add firmware bundles released post-November 2024 from HPE Synergy Service Pack (SSP) or Service Pack for ProLiant (SPP) on HPE OneView for VMware vCenter 11.6 or HPE OneView versions earlier than version 9.30.
Import a new HPE GPG key into HPE OneView to resolve the issue.This can be done by using either the HPE OneView GUI or REST API options, shown below in the Linux examples:Option 1: Use the OneView GUIAccess the Public Key:https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pubAdd the key into OneView appliance from User Interface by performing the following steps:Navigate toSettings > Security.UnderActions, clickEdit.Paste the key in thePublic Keysection and clickOK.OROption 2: Use the REST APIRun the curl command below:curl -s -o /ci/etc/keys/hpePublicKey2048_key2.pubhttps://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub&& \curl -k -g -X PUT \-H "Content-Type: multipart/form-data" \-H "Accept: application/json" \-H "Auth: {authToken}" \-H "X-Api-Version:7000" \-F "file=@/ci/etc/keys/hpePublicKey2048_key2.pub" \https://{applianceIP}/rest/appliance/firmware/verificationKeyFileThe status returned should be 200.Substitute {applianceIP} with your appliance's IP address and {authToken} with your appliance's authentication token.Note: You may also need to use the current API version that your appliance is running on in place of X-Api-Version: 7000NOTE: Make sure to remove and re-add the firmware bundles after the key has been added to the appliance.Document VersionRelease DateDetails2February 11, 2025Updated to add Service Pack for ProLiant (SPP) as part of the issue.1November 15, 2024Original Document Release.
Operating Systems Affected:OS Independent
Click on a version to see all relevant bugs
Hewlett Packard Enterprise Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.