Upload SPP firmware baselines, check firmware compliance, install appliance updates, and update server firmware in HPE OneView.
HPE OneView centralizes firmware management through Service Pack for ProLiant (SPP) baselines. A baseline is uploaded once and can then be applied to any managed server.
Show-OVFirmwareReport compares the installed firmware of a resource against a baseline and reports components that are below (or not equal to) the baseline version.
By default, Show-OVFirmwareReport flags components whose version is lower than the baseline. To flag components that don’t exactly match the baseline version (including newer components), set -InstallationPolicy NotEqualToBaseline:
Install-OVUpdate applies an appliance firmware bundle that upgrades the OneView management software itself (not server firmware).
Appliance updates restart the OneView service and disconnect all active sessions. Plan the update for a maintenance window. The operation cannot be rolled back.
1
Stage the update file
Staging uploads the file but does not immediately apply it, giving you time to review release notes.
By default, only components below the baseline version are updated. To update components that differ in any direction (including downgrading), use -FirmwareInstallationPolicy NotEqualToBaseline: