HP StorageWorks Fabric OS 6.1.1 administrator guide (5697-0235, December 2009)

258 iSCSI Gateway services
Enabling and disabling connection redirection for load balancing
1. Connect to the switch and log in.
2. Issue the appropriate form of the iscsiSwCfg command for the operation you want to perform:
To enable connection redirection, use the iscsiSwCfg --enableconn command. For 4/256
SAN Directors, the -s <slot number> option can be used to enable connection redirection for
specific slots, and the all option may be used to enable connection redirection for all slots.
The following example enables connection redirection for ports on blades located in slots 3, 4, and
9.
switch:admin> iscsiswcfg --enableconn -s 3,4,9
The operation completed successfully
To disable connection redirection, use the iscsiSwCfg --disableconn command. For the
4/256 SAN Director, the -s <slot number> option can be used to disable connection
redirection for specific slots, and the all option may be used to disable connection redirection for
all slots.
The following example disables connection redirection for ports on a blade located in slot 9.
switch:admin> iscsiswcfg --disableconn -s 9
The operation completed successfully
Displaying connection redirection status
1. Connect to the switch and log in.
2. Issue the iscsiSwCfg -showconn command with the -s all option to display the current status of
connection redirection.
The following is an example.
switch:admin>iscsiswcfg --showconn -s all
Number of records found: 2
Slot ICR Status
10 enabled
1 disabled
switch:admin>