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
Converts an existing server profile to target a different server hardware type, enclosure group, or both.Syntax
Description
Convert-OVServerProfile re-targets a server profile to a different server hardware type and/or enclosure group. This is typically needed when:
- Moving a workload from one server model to another (for example, migrating from a Gen9 to a Gen10 blade).
- Reassigning a profile from a Synergy frame to a different enclosure group.
Parameters
The server profile object to convert, as returned by
Get-OVServerProfile. Accepts pipeline input. Aliases: ServerProfile, Profile.The target server hardware type object (from
Get-OVServerHardwareType). At least one of -ServerHardwareType or -EnclosureGroup must be provided.The target enclosure group object (from
Get-OVEnclosureGroup). At least one of -ServerHardwareType or -EnclosureGroup must be provided.Return a task object immediately without waiting for the conversion to complete.
Specifies the HPE OneView appliance connection. Defaults to the default connected session. Alias:
Appliance.Examples
Convert a profile to a new server hardware type
Web-Node-01 to be compatible with the Gen10 Plus hardware type.
Convert a profile to a new enclosure group via the pipeline
Convert a profile to both a new hardware type and enclosure group
Output
HPEOneView.Appliance.TaskResource — An async task object tracking the conversion operation.