Reference Guide

Brocade Fabric OS Command Reference 177
53-1004112-02
diagRetry
diagRetry
Sets or displays diagnostic retry mode.
Synopsis diagretry [mode | -show]
Description Use this command to enable retry mode if the mode value is nonzero and to disable the retry mode if the mode
value is 0. The mode value is saved in nonvolatile memory until you change the mode. Changes made by this
command do not require a reboot to take effect.
Retry mode modifies the behavior of the diagnostic test methods, power-on self-test (POST), and burn-in scripts.
The exact behavior depends on the tests and scripts that are run.
Notes The execution of this command is subject to Virtual Fabric restrictions that may be in place. Refer to "Using Fabric
OS Commands" and "Command Availability" for details.
Operands This command has the following optional operands:
mode
Specify 1 to enable retry mode. Specify 0 to disable the feature.
-show
Displays the current mode setting. The --show option is equivalent to using the command
without operands.
Examples To view and modify the current retry mode value:
switch:admin> diagretry -show
Diagnostic Retry Mode is currently enabled.
switch:admin> diagretry 0
Config update Succeeded
Diagnostic Retry Mode is now disabled.
switch:admin> diagretry 1
Config update Succeeded
Diagnostic Retry Mode is now enabled.
SEE ALSO None