Add HPOVSanManager - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Add-HPOVSanManager

Add a supported SAN Manager

SYNTAX

Add-HPOVSanManager [-Type] <String> [-Hostname] <String> [-Username] <String> [-Password] <Object>[ [-Port] <Int32>][ [-UseSsl] <SwitchParameter>][ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
Add-HPOVSanManager [-Type] <String> [-Hostname] <String> [-SnmpUserName] <String>[ [-Port] <Int32>] [-SnmpAuthLevel] <String> [-SnmpAuthProtocol] <String> [-SnmpAuthPassword] <Object> [-SnmpPrivProtocol] <String> [-SnmpPrivPassword] <Object>[ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Add a new SAN Manager to the appliance. SAN Managers are hardware or software systems that manage SANs. The SAN Managers resource enables you to bring SAN management systems and the SANs they manage under management of the appliance. You can associate the managed SANs to Fibre Channel networks on the appliance when creating a (New-HPOVNetwork) or updating an existing (Set-HPOVNetwork) Fibre Channel Network Resource. This enables the appliance to automate zoning to make the SANs visible to server profiles. Zoning defines connections between Fibre Channel endpoints. Zones are a group of endpoints that can communicate with each other. Open SANs allow communication between all endpoints.

Supported SAN Managers are:

* Brocade SAN Network Advisor
* HPE Networking 5900CP  (FC or FCoE)
* HPE Networking 5900AF (FC-only)
* Cisco Nexus (FC or FCoE)
* Cisco MDS (FC-only)

Please see the HPE OneView Support Matrix for supported versions.

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? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Hostname <String>

FQDN or IP Address of the SAN Manager

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Password <Object>

Password used to authenticate and manage the SAN Manager. This is only applicable for BNA SAN Manager. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Port <Int32>

TCP Port of the SAN Manager. The default port for Brocade Network Advisor is "5989". The default port for HPN 5900CP is "161".

Aliases None
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthLevel <String>

The SNMPv3 Authentication Level. Allowed values are:

* None - No Security is required, only the SNMPv3 UserName is provided.
* AuthOnly - SNMPv3 Authentication Encryption Security Level only. Must also provide -SnmpAuthProtocol and -SnmpAuthPassword parameters.
* AuthAndPriv - SNMPv3 Authentication Encryption Security and Privacy Levels. Must also provide -SnmpAuthProtocol, -SnmpAuthPassword, -SnmpPrivProtocol and -SnmpPrivPassword parameters.
Aliases None
Required? true
Position? named
Default value None
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthPassword <Object>

SNMPv3 UserName Password. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthProtocol <String>

SNMPv3 Password Encryption Protocol. Allowed values are:

* SHA
* MD5
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpPrivPassword <Object>

SNMPv3 Privacy Encryption Password. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpPrivProtocol <String>

SNMPv3 Privacy Protocol. Allowed values are:

* AES
* DES
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpUserName <String>

The SNMPv3 Community User Name.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Type <String>

SAN Manager type to add. Accepted values are:

* bna or Brocade Network Advisor
* HP (HPN 5900CP or HPN 5900AF)
* Cisco
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-UseSsl <SwitchParameter>

Use to enable SSL communication with the SAN Manager (specifically for the BNA SAN Manager type.)

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Username <String>

Username used to authenticate and manage the SAN Manager. This is only applicable for BNA SAN Manager.

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

None. You cannot pipe objects to this cmdlet.

Return Values

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

Async task.

Examples

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

$task = Add-HPOVSanManager -type BNA -hostname BNA.contoso.com -username Administrator -password password -usessl Wait-HPOVTaskComplete $task

Add a new Brocade Network Advisor SAN Manager.

Related Links


Top

HPE OneView 4.00 Library

Add-HPOVSanManager

Add a supported SAN Manager

SYNTAX

Add-HPOVSanManager [-Type] <String> [-Hostname] <String> [-Username] <String> [-Password] <Object>[ [-Port] <Int32>][ [-UseSsl] <SwitchParameter>][ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
Add-HPOVSanManager [-Type] <String> [-Hostname] <String> [-SnmpUserName] <String>[ [-Port] <Int32>] [-SnmpAuthLevel] <String> [-SnmpAuthProtocol] <String> [-SnmpAuthPassword] <Object> [-SnmpPrivProtocol] <String> [-SnmpPrivPassword] <Object>[ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Add a new SAN Manager to the appliance. SAN Managers are hardware or software systems that manage SANs. The SAN Managers resource enables you to bring SAN management systems and the SANs they manage under management of the appliance. You can associate the managed SANs to Fibre Channel networks on the appliance when creating a (New-HPOVNetwork) or updating an existing (Set-HPOVNetwork) Fibre Channel Network Resource. This enables the appliance to automate zoning to make the SANs visible to server profiles. Zoning defines connections between Fibre Channel endpoints. Zones are a group of endpoints that can communicate with each other. Open SANs allow communication between all endpoints.

Supported SAN Managers are:

* Brocade SAN Network Advisor
* HPE Networking 5900CP  (FC or FCoE)
* HPE Networking 5900AF (FC-only)
* Cisco Nexus (FC or FCoE)
* Cisco MDS (FC-only)

Please see the HPE OneView Support Matrix for supported versions.

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? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Hostname <String>

FQDN or IP Address of the SAN Manager

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Password <Object>

Password used to authenticate and manage the SAN Manager. This is only applicable for BNA SAN Manager. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Port <Int32>

TCP Port of the SAN Manager. The default port for Brocade Network Advisor is '5989'. The default port for HPN 5900CP is '161'.

Aliases None
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthLevel <String>

The SNMPv3 Authentication Level. Allowed values are:

* None - No Security is required, only the SNMPv3 UserName is provided.
* AuthOnly - SNMPv3 Authentication Encryption Security Level only. Must also provide -SnmpAuthProtocol and -SnmpAuthPassword parameters.
* AuthAndPriv - SNMPv3 Authentication Encryption Security and Privacy Levels. Must also provide -SnmpAuthProtocol, -SnmpAuthPassword, -SnmpPrivProtocol and -SnmpPrivPassword parameters.
Aliases None
Required? true
Position? named
Default value None
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthPassword <Object>

SNMPv3 UserName Password. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpAuthProtocol <String>

SNMPv3 Password Encryption Protocol. Allowed values are:

* SHA
* MD5
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpPrivPassword <Object>

SNMPv3 Privacy Encryption Password. Can be either String or System.Security.SecureString type.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpPrivProtocol <String>

SNMPv3 Privacy Protocol. Allowed values are:

* AES
* DES
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-SnmpUserName <String>

The SNMPv3 Community User Name.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Type <String>

SAN Manager type to add. Accepted values are:

* bna or Brocade Network Advisor
* HP (HPN 5900CP or HPN 5900AF)
* Cisco
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-UseSsl <SwitchParameter>

Use to enable SSL communication with the SAN Manager (specifically for the BNA SAN Manager type.)

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Username <String>

Username used to authenticate and manage the SAN Manager. This is only applicable for BNA SAN Manager.

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

None. You cannot pipe objects to this cmdlet.

Return Values

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

Async task.

Examples

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

$task = Add-HPOVSanManager -type BNA -hostname BNA.contoso.com -username Administrator -password password -usessl Wait-HPOVTaskComplete $task

Add a new Brocade Network Advisor SAN Manager.

Related Links


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