Update HPOVStorageSystem - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Update-HPOVStorageSystem

Update/Refresh available Storage Systems

SYNTAX

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

Detailed Description

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.

Parameters

-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)

Input Types

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

Single Storage System

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

Multiple Storage Systems

Return Values

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

Examples

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

Related Links


Top

HPE OneView 4.00 Library

Update-HPOVStorageSystem

Update/Refresh available Storage Systems

SYNTAX

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

Detailed Description

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.

Parameters

-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)

Input Types

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

Single Storage System

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

Multiple Storage Systems

Return Values

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

Examples

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

Related Links


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