Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

Fabric OS Command Reference Manual 317
53-1000436-01
iscsiCfg
2
switch:admin> iscsicfg --create ddset -n myddset -d mynewdd
The operation completed successfully.
To add a new member to an existing DD set (the new DD, iscsidd3, must exist already)
switch:admin> iscsicfg --add ddset -n myddset -d iscsidd3
The operation completed successfully.
To enable a DD set:
switch:admin> iscsicfg --enable ddset -n myddset
This will enable the DDSet specified. Continue [N]: y
To disable a DD set:
switch:admin> iscsicfg --disable ddset
The operation completed successfully.
To display the DD set database in verbose mode:
switch:admin> iscsicfg --show ddset -v
Number of records found: 1
Name: myddset
State/Status: Disabled/Defined
Num. members: 1
mynewdd
iqn.2222-23.mytest1
iqn.2343-58.newtest1
iqn.2222-23.mytest3
To delete a DD set:
switch:admin> iscsicfg --delete ddset -n myddset -d mynewdd
The operation completed successfully.
To display the iSCSI-aware switches and their operational states
switch:admin> iscsicfg --show fabric
Switch ID Switch WWN Switch State iSNSC
* 1 10:00:00:60:69:e4:20:1e -- Disabled
Aggregated iSCSI database state for fabric: In Sync
Displays switches that are capable of propagating iSCSI data base.
To display the iSCSI initiators that attempted to login:
switch:admin> iscsicfg --show initiator
Number of records found: 1
Name IP Address
iqn.1991-05.com.brocade:initiator1 172.16.14.101
switch:admin> iscsicfg --show initiator -i iqn.1991-05.com.brocade:initiator1