Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
106 Fabric OS Command Reference
53-1000599-02
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 Admin Domain restrictions that may be in place. Refer
to chapter 1, "Understanding Admin Domain Restrictions" 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