Brocade Fabric OS Documentation Updates - Supporting Fabric OS v6.4.x (53-1002063-09, August 2012)

Fabric OS Documentation Updates 35
53-1002063-09
bottleneckMon
5
OPERANDS Add the following text to the Operand Section:
Backend port credit recovery commands
The following operands support backend port credit recovery:
--cfgcredittools -intport
Enables credit recovery for internal backend ports. Use one of the following
recovery options:
-recover onLrOnly
Enables the backend port recovery feature in link reset mode.
-recover onLrThresh
Enables the backend port recovery feature in link reset threshold mode.
-recover off
Disables the backend port credit recovery feature.
--showcredittools
Displays the backend port credit recovery configuration as enabled or disabled. In
addition, the output indicates whether link reset mode or link reset threshold mode
is configured.
EXAMPLES Add the following text to the example section:
backend port credit recovery examples
To enable backend port credit recovery with the link reset only option and to display the configuration:
switch:admin> bottleneckmon --cfgcredittools \
-intport -recover onLrOnly
switch:admin> bottleneckmon --showcredittools
Internal port credit recovery is Enabled with LrOnly
To enable backend port credit recovery with the link reset threshold option and to display the
configuration:
switch:admin> bottleneckmon --cfgcredittools -intport \
-recover onLrThresh
switch:admin> bottleneckmon --showcredittools
Internal port credit recovery is Enabled with LrOnThresh
To disable backend port credit recovery and to display the configuration:
switch:admin> bottleneckmon --cfgcredittools \
-intport -recover off
switch:admin> bottleneckmon --showcredittools
Internal port credit recovery is Disabled