HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

150 Fabric OS commands
Sets or displays diagnostic POST configuration.
Synopsis
diagpost [mode | -show]
Availability
admin
Description
Use this command to enable or disable POST testing. 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.
NOTE: To enable or disable diagnostic POST, the recommended method is to use diagEnablePost
and diagDisablePost.
Operands
This command has the following optional operands:
If no operand is specified, the current value is displayed.
Examples
To enable and then disable the POST test:
See also
diagDisablePost
diagEnablePost
diagPost
mode Specify 1 to enable, 0 to disable POST test.
-show Specify this operand to display the current mode.
switch:admin> diagpost
Diagnostic POST is currently disabled.
switch:admin> diagpost 1
Config update Succeeded
Diagnostic POST is now enabled.