Users Guide

Fabric OS Command Reference 123
53-1002921-02
chassisCfgPerrThreshold
2
chassisCfgPerrThreshold
Configures parity error threshold and fault capability on a blade or switch.
SYNOPSIS chassiscfgperrthreshold --enable [-threshold threshold_value]
chassiscfgperrthreshold --disable
chassiscfgperrthreshold --show
chassiscfgperrthreshold --help
DESCRIPTION Use this command to enable or disable the fault capability on a blade and switch based on the parity
error threshold, to set the threshold value for parity errors, or to display the configuration. If the fault
capability is enabled, the state of the blade or switch changes to Faulty when the parity errors exceed the
threshold value within a time interval of 5 minutes. The default threshold value is 2. You can modify the
threshold using the -threshold threshold_value option.
The configuration is persistent across system reboots and high availability (HA) failover.
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 operands:
--enable
Enables the fault capability on a blade or switch. The default threshold value is 2.
The following operand is optional:
-threshold threshold_value
Specifies the threshold value for parity errors. The range is from 2 through 100.
--disable
Disables the fault capability on a blade or switch.
--show
Displays the configured threshold value and the current status of the fault
capability as enabled or disabled.
--help
Displays the command usage.
EXAMPLES To enable fault capability:
switch:admin> chassiscfgperrthreshold --enable
To disable fault capability:
switch:admin> chassiscfgperrthreshold --disable
To enable fault capability and set the threshold value to 76:
switch:admin> chassiscfgperrthreshold --enable -threshold 76