-
Notifications
You must be signed in to change notification settings - Fork 52
Update HPOVStorageSystem
Update/Refresh available Storage Systems
Update-HPOVStorageSystem [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet will update or refresh the specific storage system(s) configured on the HPE OneView appliance. Refreshing the storage system will cause HPE OneView to validate connectivity, the addition of any new CPG"s, and any Storage System Host Port configuration changes.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-StorageSystem]
The Storage System resource object to update/refresh.
Aliases | Name, StorageSystem |
Required? | true |
Position? | named |
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.System [System.Management.Automation.PSCustomObject]
Single Storage System
System.Collections.ArrayList <HPOneView.Storage.System>
Multiple Storage Systems
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Update Storage System async task object
System.Collections.ArrayList <HPOneView.Appliance.TaskResource>
Multiple Update Storage System async task objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVStorageSystem | Update-HPOVStorageSystem
Get all managed Storage Systems and refresh them.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVStorageSystem -Name MyStorageSystem | Update-HPOVStorageSystem
Get the "MyStorageSystem" managed Storage Systems and refresh it.
Update/Refresh available Storage Systems
Update-HPOVStorageSystem [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet will update or refresh the specific storage system(s) configured on the HPE OneView appliance. Refreshing the storage system will cause HPE OneView to validate connectivity, the addition of any new CPG's, and any Storage System Host Port configuration changes.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-StorageSystem]
The Storage System resource object to update/refresh.
Aliases | Name, StorageSystem |
Required? | true |
Position? | named |
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.System [System.Management.Automation.PSCustomObject]
Single Storage System
System.Collections.ArrayList <HPOneView.Storage.System>
Multiple Storage Systems
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Update Storage System async task object
System.Collections.ArrayList <HPOneView.Appliance.TaskResource>
Multiple Update Storage System async task objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVStorageSystem | Update-HPOVStorageSystem
Get all managed Storage Systems and refresh them.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVStorageSystem -Name MyStorageSystem | Update-HPOVStorageSystem
Get the "MyStorageSystem" managed Storage Systems and refresh it.