Brocade Fabric OS Command Reference Manual Supporting Fabric OS v6.3.0 (53-1001337-01, July 2009)

Fabric OS Command Reference 189
53-1001337-01
diagPost
2
diagPost
Sets or displays diagnostic POST configuration.
Synopsis diagpost [mode | -show]
Description Use this command to enable or disable Power-On-Self-Test) POST. The mode is saved in flash
memory (and stays in that mode) until the next execution of diagPost. The mode becomes active as
soon as this command is executed; it does not require a reboot to take effect.
POST mode modifies the behavior of the diagnostics daemon program to inhibit testing of switch
blades when the system is first powered on or a new blade is added.
To enable or disable diagnostic POST, the recommended method is to use diagEnablePost and
diagDisablePost.
Note 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 operands:
mode Specify 1 to enable, 0 to disable POST test. This operand is optional.
-show Specify this operand to display the current mode. This operand is optional.
If no operand is specified, the current value is displayed.
Examples To enable and then disable the POST test:
switch:admin> diagpost
Diagnostic POST is currently disabled.
switch:admin> diagpost 1
Config update Succeeded
Diagnostic POST is now enabled.
See Also diagDisablePost, diagEnablePost