Show HPOVSanEndpoint - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Show-HPOVSanEndpoint

View Managed SAN FC Endpoints.

SYNTAX

Show-HPOVSanEndpoint [-SAN] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
Show-HPOVSanEndpoint [-WWN] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

This Cmdlet will dispay the Managed SAN endpoints, or FC addresses, their node information, and Zone Name. By default, all SAN endpoints will be returned. You can filter the results based on Managed SAN resource or WWN address.

Parameters

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

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

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

-SAN <Object>

The Managed SAN Resource Object or Name. Cannot be combined with the WWN parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-WWN <String>

The WWN of the node you are looking for. Cannot be combined with the SAN parameter.

Aliases None
Required? true
Position? named
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

HPOneview.Storage.ManagedSan

Managed SAN resource from Get-HPOVManagedSan

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

Async task

Examples

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

Show-HPOVSanEndpoint Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:DF N_Port True SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:E3 N_Port True SAN1_1 Node_1_8 hpov-tot2 10:00:F6:9F:5F:70:00:00 N_Port False SAN1_0 Node_1_7 hpov-tot2 20:00:00:02:AC:00:08:E2 N_Port True SAN1_0 Node_1_7 hpov-tot2 20:00:00:02:AC:00:08:DE N_Port True SAN1_0 Node_1_7 hpov-tot2 AA:AA:AA:AA:AA:AA:AA:AA N_Port False SAN1_0 dummy_zone hpov-tot2 20:00:00:02:AC:00:09:03 N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:1B N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:04 N_Port True SAN1_1 hpov-tot2 00:00:4A:2B:21:E0:00:14 N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:0D N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:00 N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:08:FF N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:06 N_Port True SAN1_0

Return all SAN Endpoints from the appliance.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVManagedSan SAN1_1 | Show-HPOVSanEndpoint Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 20:00:00:02:AC:00:08:E3 N_Port True SAN1_1 Node_1_8 hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:DF N_Port True SAN1_1 Node_1_8 hpov-tot2 00:00:4A:2B:21:E0:00:1B N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:04 N_Port True SAN1_1 hpov-tot2 00:00:4A:2B:21:E0:00:0D N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:00 N_Port True SAN1_1

Return all SAN Endpoints for the specified Managed SAN resource from the appliance.

 -------------------------- EXAMPLE 3 --------------------------

Show-HPOVSanEndpoint -WWN 10:00:F6:9F:5F:70:00:02 Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8

Return the specific SAN Endpoint from the appliance.

Related Links


Top

HPE OneView 4.00 Library

Show-HPOVSanEndpoint

View Managed SAN FC Endpoints.

SYNTAX

Show-HPOVSanEndpoint [-SAN] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
Show-HPOVSanEndpoint [-WWN] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

This Cmdlet will dispay the Managed SAN endpoints, or FC addresses, their node information, and Zone Name. By default, all SAN endpoints will be returned. You can filter the results based on Managed SAN resource or WWN address.

Parameters

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

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

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

-SAN <Object>

The Managed SAN Resource Object or Name. Cannot be combined with the WWN parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-WWN <String>

The WWN of the node you are looking for. Cannot be combined with the SAN parameter.

Aliases None
Required? true
Position? named
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

HPOneview.Storage.ManagedSan

Managed SAN resource from Get-HPOVManagedSan

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

Async task

Examples

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

Show-HPOVSanEndpoint Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:DF N_Port True SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:E3 N_Port True SAN1_1 Node_1_8 hpov-tot2 10:00:F6:9F:5F:70:00:00 N_Port False SAN1_0 Node_1_7 hpov-tot2 20:00:00:02:AC:00:08:E2 N_Port True SAN1_0 Node_1_7 hpov-tot2 20:00:00:02:AC:00:08:DE N_Port True SAN1_0 Node_1_7 hpov-tot2 AA:AA:AA:AA:AA:AA:AA:AA N_Port False SAN1_0 dummy_zone hpov-tot2 20:00:00:02:AC:00:09:03 N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:1B N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:04 N_Port True SAN1_1 hpov-tot2 00:00:4A:2B:21:E0:00:14 N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:0D N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:00 N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:08:FF N_Port True SAN1_0 hpov-tot2 00:00:4A:2B:21:E0:00:06 N_Port True SAN1_0

Return all SAN Endpoints from the appliance.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVManagedSan SAN1_1 | Show-HPOVSanEndpoint Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 20:00:00:02:AC:00:08:E3 N_Port True SAN1_1 Node_1_8 hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8 hpov-tot2 20:00:00:02:AC:00:08:DF N_Port True SAN1_1 Node_1_8 hpov-tot2 00:00:4A:2B:21:E0:00:1B N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:04 N_Port True SAN1_1 hpov-tot2 00:00:4A:2B:21:E0:00:0D N_Port True SAN1_1 hpov-tot2 20:00:00:02:AC:00:09:00 N_Port True SAN1_1

Return all SAN Endpoints for the specified Managed SAN resource from the appliance.

 -------------------------- EXAMPLE 3 --------------------------

Show-HPOVSanEndpoint -WWN 10:00:F6:9F:5F:70:00:02 Appliance WWN Port Type Online SAN Name Zone Name --------- --- --------- ------ -------- --------- hpov-tot2 10:00:F6:9F:5F:70:00:02 N_Port False SAN1_1 Node_1_8

Return the specific SAN Endpoint from the appliance.

Related Links


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