Get HPOVSanManager - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVSanManager

Retrieve SAN Manager resource(s).

SYNTAX

Get-HPOVSanManager[ [-Name] <String>][ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

This cmdlet will return the configured SAN Manager(s).

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Aliases [-SanManager] Provide the name of the SAN Manager to display.

Aliases SanManager
Required? false
Position? 0
Default value
Accept pipeline input? false
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

None. You cannot pipe objects to this cmdlet.

Return Values

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

Single SAN Manager resource

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

Multiple SAN Manager resources

Examples

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

Get-HPOVSanManager Name Status State Type Version Managed SANs ---- ------ ----- ---- ------- ------------ bna1.domain.com OK Managed Brocade Network Advisor 12.3.4.5 {Fabric_A, Fabric_B} bna2.domain.com OK Managed Brocade Network Advisor 12.3.4.5 {Fabric_C, Fabric_D}

Display all SAN Managers.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVSanManager

Retrieve SAN Manager resource(s).

SYNTAX

Get-HPOVSanManager[ [-Name] <String>][ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

This cmdlet will return the configured SAN Manager(s).

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Aliases [-SanManager] Provide the name of the SAN Manager to display.

Aliases SanManager
Required? false
Position? 0
Default value
Accept pipeline input? false
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

None. You cannot pipe objects to this cmdlet.

Return Values

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

Single SAN Manager resource

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

Multiple SAN Manager resources

Examples

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

Get-HPOVSanManager Name Status State Type Version Managed SANs ---- ------ ----- ---- ------- ------------ bna1.domain.com OK Managed Brocade Network Advisor 12.3.4.5 {Fabric_A, Fabric_B} bna2.domain.com OK Managed Brocade Network Advisor 12.3.4.5 {Fabric_C, Fabric_D}

Display all SAN Managers.

Related Links


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