Restore HPOVCustomBaseline - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Restore-HPOVCustomBaseline

Restore a Custom Baseline after Restore of a Backup File.

SYNTAX

Restore-HPOVCustomBaseline [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

This Cmdlet provides the ability to restore custom SPP Baselines that were created with component hotfixes on the appliance after a backup file restore procedure has completed. It will search for any custom Baseline resources that are in the "Removed" state, and rebuild the baseline with the associated hotfixes.

The source baseline and associated hotfixes must be present within the Baseline repository. Use the Add-HPOVBaseline to upload the starting Baseline and hotfixes after restoring the Appliance Backup file, then use this Cmdlet to rebuild the Custom Baseline.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

Aliases Appliance
Required? true
Position? 0
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this Cmdlet.

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

The progress of in-progress or completion result

Examples

 -------------------------- EXAMPLE 1 --------------------------

Restore-HPOVCustomBaseline

Restore all Custom Baselines that were previously created on all connected appliances.

Related Links


Top

HPE OneView 4.00 Library

Restore-HPOVCustomBaseline

Restore a Custom Baseline after Restore of a Backup File.

SYNTAX

Restore-HPOVCustomBaseline [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

This Cmdlet provides the ability to restore custom SPP Baselines that were created with component hotfixes on the appliance after a backup file restore procedure has completed. It will search for any custom Baseline resources that are in the 'Removed' state, and rebuild the baseline with the associated hotfixes.

The source baseline and associated hotfixes must be present within the Baseline repository. Use the Add-HPOVBaseline to upload the starting Baseline and hotfixes after restoring the Appliance Backup file, then use this Cmdlet to rebuild the Custom Baseline.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

Aliases Appliance
Required? true
Position? 0
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this Cmdlet.

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

The progress of in-progress or completion result

Examples

 -------------------------- EXAMPLE 1 --------------------------

Restore-HPOVCustomBaseline

Restore all Custom Baselines that were previously created on all connected appliances.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️