Blame IbaTools/man/opaledports.manPage

Packit 857059
.\" .\" *********************************************************************
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *             Copyright 2015-2019, Intel Corporation                *
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *                       All Rights Reserved.                        *
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *********************************************************************
Packit 857059
Packit 857059
.TH opaledports 8 "Intel Corporation" "Copyright(C) 2015\-2019" "IFSFFCLIRG (Man Page)"
Packit 857059
.SH NAME
Packit 857059
opaledports
Packit 857059
Packit 857059
Packit 857059
.PP
Packit 857059
Toggles the beaconing LED state of HFIs, switches, and switch ports. opaledports is a useful aid for finding specific physical nodes in a crowded data center. It supports the CSV link format provided by opaextractsellinks.
Packit 857059
.SH Syntax
Packit 857059
opaledports [-h hfi] [-p port] [-C] [-s|-d] [on|off] < portlist.csv
Packit 857059
.SH Options
Packit 857059
Packit 857059
.TP 10
Packit 857059
--help
Packit 857059
Packit 857059
Produces full help text.
Packit 857059
Packit 857059
.TP 10
Packit 857059
-h \fIhfi\fR
Packit 857059
Packit 857059
Specifies the HFI, numbered 1..n. Using 0 specifies that the -p \fIport\fR port is a system-wide port number. Default is 0.
Packit 857059
Packit 857059
.TP 10
Packit 857059
-p \fIport\fR
Packit 857059
Packit 857059
Specifies the port, numbered 1..n. Using 0 specifies the first active port. Default is 0.
Packit 857059
Packit 857059
.TP 10
Packit 857059
-C
Packit 857059
Packit 857059
Clears beaconing LED on all ports.
Packit 857059
Packit 857059
.IP
Packit 857059
Packit 857059
\fBNOTE:\fR
Packit 857059
If -C is entered, no other options are valid.
Packit 857059
.TP 10
Packit 857059
-s
Packit 857059
Packit 857059
Affects source side (first node) of link only.
Packit 857059
Packit 857059
.TP 10
Packit 857059
-d
Packit 857059
Packit 857059
Affects destination side (second node) of link only.
Packit 857059
Packit 857059
.TP 10
Packit 857059
on|off
Packit 857059
Packit 857059
Turns on or off the beaconing LED. Options include:
Packit 857059
Packit 857059
.RS
Packit 857059
.TP 10
Packit 857059
Packit 857059
.sp
Packit 857059
on
Packit 857059
Turns on beaconing LED.
Packit 857059
Packit 857059
.RE
Packit 857059
Packit 857059
.RS
Packit 857059
.TP 10
Packit 857059
Packit 857059
.sp
Packit 857059
off
Packit 857059
Turns off beaconing LED.
Packit 857059
Packit 857059
.RE
Packit 857059
Packit 857059
.TP 10
Packit 857059
portlist.csv
Packit 857059
Packit 857059
Specifies the file listing the links to process. The list is of the form:
Packit 857059
Packit 857059
.IP
Packit 857059
NodeGUID;PortNum;NodeType;NodeDesc;NodeGUID;PortNum;
Packit 857059
.br
Packit 857059
NodeType;NodeDesc;Dontcare
Packit 857059
.SH Examples
Packit 857059
echo "0x001175010165ac1d;1;FI;phkpstl035 hfi1\(ul0"|opaledports on
Packit 857059
.br
Packit 857059
Packit 857059
opaledports on < portlist.csv
Packit 857059
.br
Packit 857059
Packit 857059
opaextractsellinks -F led:on | opaledports off
Packit 857059
.br
Packit 857059
Packit 857059
opaledports -C