-
Notifications
You must be signed in to change notification settings - Fork 52
Update HPOVSanManager
Refresh SAN Manager and it"s configuration.
Update-HPOVSanManager [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet is used to refresh a SAN Managers configuration. You can provide the Name or Object of a single or multiple SAN Managers.
-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)
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
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Async Task to update SAN Manager
System.Collections.ArrayList <HPOneView.Appliance.TaskResource>
Single or Multiple Resources
-------------------------- 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.
Refresh SAN Manager and it's configuration.
Update-HPOVSanManager [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet is used to refresh a SAN Managers configuration. You can provide the Name or Object of a single or multiple SAN Managers.
-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)
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
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Async Task to update SAN Manager
System.Collections.ArrayList <HPOneView.Appliance.TaskResource>
Single or Multiple Resources
-------------------------- 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.