Skip to main content

Cornelis Technical Documentation

Name

opashowmc — Displays the Omni-Path Multicast groups created for the fabric along with the SuperNIC ports which are a member of each multicast group.

Syntax

opashowmc [-v] [-m mgid] [-t portsfile] [-p ports]

Description

This command can be helpful when attempting to analyze or debug Omni-Path multicast usage by applications or upper layer protocols such as IPoIB.

Options

--help

Produces full help text.

-v

Returns verbose output and shows the name of each member.

-m mgid

Shows the membership of the group <mgid> only.

-t portsfile

Specifies the file with the list of local SuperNIC ports used to access fabric(s) for analysis. Default is /etc/opa/ports file.

-p ports

Specifies the list of local SuperNIC ports used to access fabric(s) for analysis. Default is the first active port. Specified as HFI:port as follows:

Note

The first port on a SuperNIC is 1.

0:0

First active port in the system.

0:y

Port y within the system.

x:0

First active port on SuperNIC x.

x:y

SuperNIC x, port y.

Examples

opashowmc
opashowmc -p '1:1 1:2 2:1 2:2'
opashowmc -m 0xff12401b80010000:0x00000000ffffffff

Environment Variables

The following environment variables are also used by this command:

PORTS

List of ports, used in absence of -t and -p.

PORTS_FILE

File containing the list of ports, used in absence of -t and -p.