Update HPOVSanManager - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Update-HPOVSanManager

Refresh SAN Manager and it"s configuration.

SYNTAX

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

Detailed 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.

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? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

Aliases [-SanManager] Managed SAN Object to update.

Aliases Name, SANManager
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]

SAN Manager resource object from Get-HPOVSanManager

System.Collections.ArrayList <HPOneView.Storage.SanManager>

Multiple SAN Manager resource objects from Get-HPOVSanManager

Return Values

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

Async Task to update SAN Manager

System.Collections.ArrayList <HPOneView.Appliance.TaskResource>

Single or Multiple Resources

Examples

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

Get-HPOVSanManager -name bna.contoso.com | Update-HPOVSanManager | Wait-HPOVTaskComplete

Refreshes the SAN Manager.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVSanManager | Update-HPOVSanManager | Wait-HPOVTaskComplete

Refreshes all SAN Managers on the appliance.

Related Links


Top

HPE OneView 4.00 Library

Update-HPOVSanManager

Refresh SAN Manager and it's configuration.

SYNTAX

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

Detailed 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.

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? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

Aliases [-SanManager] Managed SAN Object to update.

Aliases Name, SANManager
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]

SAN Manager resource object from Get-HPOVSanManager

System.Collections.ArrayList <HPOneView.Storage.SanManager>

Multiple SAN Manager resource objects from Get-HPOVSanManager

Return Values

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

Async Task to update SAN Manager

System.Collections.ArrayList <HPOneView.Appliance.TaskResource>

Single or Multiple Resources

Examples

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

Get-HPOVSanManager -name bna.contoso.com | Update-HPOVSanManager | Wait-HPOVTaskComplete

Refreshes the SAN Manager.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVSanManager | Update-HPOVSanManager | Wait-HPOVTaskComplete

Refreshes all SAN Managers on the appliance.

Related Links


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