Deployment Guide

244 Fabric OS Command Reference
53-1003131-01
diagRetry
2
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 or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "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