Brocade Fabric OS Administrator's Guide Supporting Fabric OS v6.3.0 (53-1001336-02, November 2009)

278 Fabric OS Administrator’s Guide
53-1001336-02
Discovery domain and domain set configuration
12
NOTE
If an iSCSI initiator has more than one IP address, only one of the IP addresses is displayed.
1. Connect and log in to the switch.
2. Enter the iscsiCfg
--show initiator command to display iSCSI initiator IQNs.
switch:admin> iscsicfg --show initiator
Number of records found: 1
Name IP Address
iqn.1991-05.com.microsoft:host001.brocade.com 30.0.30.11
Creating discovery domains
1. Connect and log in to the switch.
2. Enter the iscsiCfg
--create dd command with the -d option to define the discovery domain.
switch:admin> iscsicfg --create dd -d dd-host001 —m \
“iqn.1991-05.com.microsoft:host001.brocade.com,iqn.2006-10.com.example:disk001”
The operation completed successfully.
3. To verify enter the iscsiCfg --show dd command:
switch:admin> iscsicfg --show dd
Number of records found: 1
Name: dd-host001
Status: Defined
Num. Members: 2
iqn.1991-05.com.microsoft:host001.brocade.com
iqn.2006-10.com.example:disk001
Creating and enabling a discovery domain set
1. Connect and log in to the switch.
2. Enter the iscsiCfg
--create ddset command with the -n and -d options to create a new DDSet:
switch:admin> iscsicfg --create ddset -n ddset-engineering -d dd-host001
The operation completed successfully.
3. Enter the iscsiCfg --show ddset command with the -v option to verify the DDSet.
switch:admin> iscsicfg --show ddset -v
Number of records found: 1
Name: ddset-engineering
State/Status: disabled/Defined
Num. members: 1
dd-host001
iqn.1991-05.com.microsoft:host001.brocade.com
iqn.2006-10.com.example:disk001
4. Enter the iscsiCfg --enable ddset command with the -n option to enable the DDSet:
switch:admin> iscsicfg --enable ddset -n ddset-engineering
This will enable the DDSet specified.
Continue (yes, y, no, n) [n]: y