Brocade iSCSI Gateway Service Administrator's Guide - Supporting Fabric OS v5.3.0 (53-1000440-01, June 2007)
iSCSI Gateway Service Administrator’s Guide 31
Publication Number: 53-1000440-01
Enabling/disabling connection redirection for load balancing
3
Enabling/disabling connection redirection for load balancing
Connection redirection allows iSCSI sessions to be evenly distributed across ports on the same
blade. Before the maximum number of connections is reached for any given port, logins are
redirected to the next available port, resulting in an even distribution of sessions. This distribution
occurs only during the first login phase. Existing connections are not redistributed when iSCSI ports
change state from disabled to enabled or offline to online.
Connection redirection does not need to be committed as a configuration parameter. It is
independently enabled and disabled.
To enable connection redirection
1. Connect to the switch and log in.
2. Enter the iscsiswCfg - -enableconn command to enable connection redirection. For 48000
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.
iscsiSaturn1:root> iscsiswcfg --enableconn -s 3,4,9
The operation completed successfully
To disable connection redirection
1. Connect to the switch and log in.
2. Enter the iscsiswCfg - -disableconn command to disable connection redirection. For 48000
and 24000 directors, 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 enables connection redirection for ports on a blade located in slot 9.
iscsiSaturn1:root> iscsiswcfg --disableconn -s 9
The operation completed successfully
To display connection redirection status
1. Connect to the switch and log in.
2. Enter 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>