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
Updates server profiles to match their associated server profile template (remediation), reapplies specific categories of settings, or refreshes a profile’s state from the hardware.Syntax
Remediate from template (Default)
Refresh profile state from hardware
Reapply specific setting categories
Description
Update-OVServerProfile provides three distinct operations, controlled by parameter sets:
Default (remediate): Applies changes from the template to bring the profile back into compliance. Use this after modifying a server profile template to push updated settings to all derived profiles. The -Stage switch stages the update without applying it immediately.
Refresh: Forces HPE OneView to re-read the server’s current hardware state and refresh the profile’s reported status.
Reapply: Re-pushes specific categories of profile settings to the server without requiring the profile to be non-compliant. Useful for recovering settings that have drifted on the server itself. Select one or more category switches: -Baseline, -AdapterAndBoot, -Connections, -LocalStorage, -SANStorage, -BIOS, -Ilo, -OSDeployment.
Remediation (Default parameter set) requires the server to be powered off, or will power off the server if needed, depending on the settings being applied. Plan remediation windows accordingly.
Parameters
The server profile object to update, as returned by
Get-OVServerProfile. Accepts pipeline input. Aliases: profile, ServerProfile.Refresh the profile’s state by reading current hardware configuration from the server. Mutually exclusive with
-Reapply.Reapply specific setting categories to the server. Must be combined with at least one category switch. Mutually exclusive with
-Refresh.Reapply the firmware baseline. Valid only with
-Reapply.Reapply adapter and boot settings. Valid only with
-Reapply.Reapply network connection settings. Valid only with
-Reapply.Reapply local storage settings. Valid only with
-Reapply.Reapply SAN storage settings. Valid only with
-Reapply.Reapply BIOS settings. Valid only with
-Reapply.Reapply iLO settings. Valid only with
-Reapply.Reapply OS deployment settings. Valid only with
-Reapply.Stage the template update without applying it to the server immediately. Valid only with the Default parameter set.
Return a task object immediately without waiting for the operation to complete.
Specifies the HPE OneView appliance connection. Defaults to the default connected session. Alias:
Appliance.Examples
Find and remediate all non-compliant profiles
Remediate a specific profile
Hyp-Clus-01 back into compliance.
Refresh a profile’s state from hardware
Reapply firmware and BIOS settings
DB-Node-01, leaving all other settings unchanged.
Stage a template update without immediate application
Output
HPEOneView.Appliance.TaskResource — An async task object tracking the update operation.