Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Uploads, stages, or installs an HPE OneView appliance software update package.Syntax
Description
Install-OVUpdate manages the lifecycle of an HPE OneView appliance software update. It can upload and immediately apply an update package, stage an update for later installation, install a previously staged update, or list details about a pending staged update.
This cmdlet applies to the HPE OneView management appliance software itself — not to the firmware on managed servers or enclosures.
Parameters
Path to the HPE OneView appliance update file (
.bin package) to upload. The file must exist on the local filesystem.Aliases: fThe EULA acceptance string required to proceed with the update. Obtain the exact string from the release notes or by running
Install-OVUpdate -ListPending -DisplayReleaseNotes and reviewing the embedded EULA text.Displays the release notes for the update. Can be used with the
Update, Stage, and List parameter sets.Upload the update file to the appliance without installing it. The update can be installed later using
-InstallNow. Required when using the Stage parameter set.Install a previously staged update. A staged update must already exist (see
Get-OVPendingUpdate). Required when using the StageInstall parameter set.Display information about a currently staged pending update without taking any action. Required when using the List parameter set.Aliases:
listSpecify one or more appliance connection objects or hostnames. Defaults to the default connected appliance (
$Global:ConnectedSessions | Where-Object Default).Aliases: ApplianceExamples
Upload and immediately install an update
Stage an update for later installation
View a staged update before installing
Install a previously staged update
Display release notes for an update file
Output
None on success. The appliance restarts as part of the installation process, dropping the active session. After the appliance comes back online, reconnect withConnect-OVMgmt and verify the version with Get-OVVersion.