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

314 Fabric OS Command Reference Manual
53-1000436-01
iscsiCfg
2
--disable ddset [-n ddset_name] [-h ]
Disables an active DD set.
--add ddset -n ddset_name -d dd_list [-h ]
Adds a new DD to an existing DD set.
--show ddset [-n ddset_name] [-v ] [-h ]
Displays the DD set database. ddset_name is optional.
fabric iSCSI-enabled switches and their operational states. The action is --show .
--show fabric [-h]
Displays the database iSNS client status of all iSCSI switches in the fabric. An
asterisk (*) next to the switch ID denotes the local switch.
initiator iSCSI Initiator database. Actions on initiator are:
--clear initiator [-h]
Clears the iSCSI initiator database.
--show initiator [-i initiator_name][-h]
Displays all iSCSI initiators that the switch is aware of. If an initiator has
attempted discovery or logon to a target, it will be displayed here. If
initiator_name is specified, this command will return a list of all online iSCSI
targets accessible by initiator_name.
transaction Transaction database. Actions on transaction are:
--abort transaction -x transaction_id [-h ]
Aborts the database transaction in progress with ID transaction_id.
--show transaction [-h ]
Displays information about transaction or the entire transaction database.
--clear all [-h ]
Deletes auth, ddset, dd and target databases. The modifications made to the
databases are not saved to nonvolatile memory until a --commit all is issued.
--commit all [-f] [-h]
Commits the iSCSI configuration database to nonvolatile memory. Any
modifications made to the database are not saved until an explicit --commit
all is issued. If multiple switches in the fabric have uncommitted changes,
this operation is rejected. The -f option needs to be used in this case to force
the commit operation, in which case uncommitted changes on other switches
are erased.
-h
Use -h on any command to display the help text for the action and operand
combination.
Examples
To create a CHAP entry:
switch:admin> iscsicfg --create auth -u user1 -s abcdefg123
The operation completed successfully.
To modify a CHAP entry associated with an existing user:
switch:admin> iscsicfg --modify auth -u user1 -s newsecret