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