Skip to content

Update-OVStorageSystem

Syntax

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

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.

Examples

Example 1

Get-OVStorageSystem | Update-OVStorageSystem

Get all managed Storage Systems and refresh them.

Example 2

Get-OVStorageSystem -Name MyStorageSystem | Update-OVStorageSystem

Get the "MyStorageSystem" managed Storage Systems and refresh it.

Parameters

-InputObject <Object>

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

-ApplianceConnection <Object>

Specify one [HPEOneView.Appliance.Connection] object or Name property value. 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

Single Storage System

Multiple Storage Systems

Return Values

Update Storage System async task object

Multiple Update Storage System async task objects