Skip to content

Update-OVSanManager

Syntax

Update-OVSanManager
    [-InputObject] <Object>
    [-ApplianceConnection] <Object>
    [<CommonParameters>]

Description

This Cmdlet is used to refresh a SAN Managers configuration. You can provide the Name or Object of a single or multiple SAN Managers.

Examples

Example 1

Get-OVSanManager -name bna.contoso.com | Update-OVSanManager | Wait-OVTaskComplete

Refreshes the SAN Manager.

Example 2

Get-OVSanManager | Update-OVSanManager | Wait-OVTaskComplete

Refreshes all SAN Managers on the appliance.

Parameters

-InputObject <Object>

Managed SAN Object to update.

Aliases Name, SANManager
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one or more [HPEOneView.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? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
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

SAN Manager resource object from Get-OVSanManager

Multiple SAN Manager resource objects from Get-OVSanManager

Return Values

Async Task to update SAN Manager

Single or Multiple Resources