-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVSanManager
Retrieve SAN Manager resource(s).
Get-HPOVSanManager[ [-Name] <String>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
This cmdlet will return the configured SAN Manager(s).
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]
Single SAN Manager resource
System.Collections.ArrayList <HPOneView.Storage.SanManager>
Multiple SAN Manager resources
-------------------------- 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.
Retrieve SAN Manager resource(s).
Get-HPOVSanManager[ [-Name] <String>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
This cmdlet will return the configured SAN Manager(s).
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]
Single SAN Manager resource
System.Collections.ArrayList <HPOneView.Storage.SanManager>
Multiple SAN Manager resources
-------------------------- 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.