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

144 Fabric OS commands
Sets the diagnostics fail limit.
Synopsis
diagfaillimit [limit | -show]
Availability
admin
Description
Use this command to set the diagnostics fail limit to a specified value. The fail limit controls the number of
failures before certain diagnostic test methods aborts. The exact use of this configuration setting depends
on the test method.
The fail limit is saved in flash memory and stays set until the next execution of diagFailLimit.
The new fail limit becomes active as soon as this command is executed; it does not require a reboot to
take effect.
Operands
This command has the following operands:
If no operand is specified, the current value is displayed.
Examples
To change the fail limit from 1 to 5:
See also
none
diagFailLimit
limit Specify the number of failures before a diagnostic test aborts.
The limit value must be 1 or greater. This operand is optional.
-show Specify this operand to display the current fail limit setting. This
operand is optional.
switch:admin> diagfaillimit -show
Fail Limit is 1.
switch:admin> diagfaillimit 5
Fail Limit is now 5.
Config update Succeeded