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