opaextracterror (8) Linux Manual Page
opaextracterror
Produces a CSV file listing all or some of the errors in the current fabric. opaextracterror is a front end to the opareport tool. The output from this tool can be imported into a spreadsheet or parsed by other scripts.
Syntax
opaextracterror [–help] [opareport options]
Options
- –help
- Produces full help text.
- opareport options
- Options are passed to opareport. See opareport for the full set of options.
Examples
# List all the link errors in the fabric:
opaextracterror
# List all the link errors related to a switch named "OmniPth00117501ffffffff":
opaextracterror -F "node:OmniPth00117501ffffffff"
# List all the link errors for end-nodes:
opaextracterror -F "nodetype:FI"
# List all the link errors on the 2nd HFI’s fabric of a multi-plane fabric:
opaextracterror -h 2
