Set storage array iSNS registration
The set storageArray isnsRegistration command enables you to list a storage array on either an IPv4 or an IPv6 Internet Storage Name Service (iSNS) server.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin role.
Syntax for IPv4
set storageArray isnsRegistration=(TRUE | FALSE)
isnsIPv4ConfigurationMethod=[static | dhcp]
isnsIPv4Address=<var id="GUID-52FC7ACA-C1D5-4715-BBDF-6A24DC26671C__V1111314" className="keyword varname">ipAddress</var>
[isnsListeningPort]
Syntax for IPv6
set storageArray isnsRegistration=(TRUE | FALSE)
isnsIPv6Address=<var id="GUID-52FC7ACA-C1D5-4715-BBDF-6A24DC26671C__V1111314" className="keyword varname">ipAddress</var>
[isnsListeningPort]
Parameters
Parameters | Description |
---|---|
isnsRegistration | The means of registering the iSCSI target on the iSNS server. Set the parameter to TRUE to list an iSCSI target. When you set this parameter to TRUE you must also use these parameters for IPV4 configurations:
When you set this parameter to TRUE you must also use these parameters for IPV6 configurations:
Optionally, you can also use the isnsListeningPort parameter to define the port monitor and manage traffic to the server. To remove the registration for the storage array from the iSNS server set this parameter to FALSE . |
isnsIPv4ConfigurationMethod | The method that you want to use to define the iSNS server configuration. You can enter the IP address for the IPv4 iSNS servers by selecting static . For IPv4, you can choose to have a Dynamic Host Configuration Protocol (DHCP) server select the iSNS server IP address by entering dhcp . To enable DHCP, you must set the isnsIPv4Address parameter to 0.0.0.0 . |
isnsIPv4Address | The IPv4 address used to connect to the iSNS server. Use this parameter with the static value for IPv4 configurations. If you choose to have a DHCP server set the IP address for an IPv4 Internet iSNS server, you must set the isnsIPv4Address parameter to 0.0.0.0 . |
isnsIPv6Address | The IPv6 address used to connect to the iSNS server. |
isnsListeningPort | The port number that you want to use for the iSNS server listening port. The range of values for the listening port is 49152 to 65535 . The default value is 3205 . The listening port resides on the server and performs these activities:
When a client requests a network session with a server, the listener receives the actual request. If the client information matches the listener information, then the listener grants a connection to the database server. |
Notes
The iSNS protocol facilitates the automated discovery, management, and configuration of iSCSI devices and Fibre Channel devices on a TCP/IP network. iSNS provides intelligent storage discovery and management services comparable to those found in Fibre Channel networks, which allow a commodity IP network to function in a similar capacity as a storage area network. iSNS also facilitates a seamless integration of IP networks and Fibre Channel networks, due to its ability to emulate Fibre Channel fabric services and manage both iSCSI devices and Fibre Channel devices.
The DHCP server passes configuration parameters, such as network addresses, to IP nodes. DHCP enables a client to acquire all of the IP configuration parameters that it needs to operate. DHCP lets you automatically allocate reusable network addresses.