opaextractlink (8) Linux Manual Page
opaextractlink
Produces a CSV file listing all or some of the links in the fabric. opaextractlink 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
opaextractlink [–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 links in the fabric:
opaextractlink
# List all the links to a switch named "OmniPth00117501ffffffff":
opaextractlink -F "node:OmniPth00117501ffffffff"
# List all the links to end-nodes:
opaextractlink -F "nodetype:FI"
# List all the links on the 2nd HFI’s fabric of a multi-plane fabric:
opaextractlink -h 2
