Blame man/ibdiscover.8

Packit db064d
.TH IBDISCOVER.PL 8 "September 21, 2006" "OpenIB" "OpenIB Diagnostics"
Packit db064d
Packit db064d
.SH NAME
Packit db064d
ibdiscover.pl \- annotate and compare InfiniBand topology
Packit db064d
Packit db064d
.SH SYNOPSIS
Packit db064d
.B ibdiscover.pl
Packit db064d
Packit db064d
.SH DESCRIPTION
Packit db064d
.PP
Packit db064d
ibdiscover.pl uses a topology file create by ibnetdiscover and a discover.map
Packit db064d
file which the network administrator creates which indicates the nodes
Packit db064d
to be expected and a ibdiscover.topo file which is the expected connectivity
Packit db064d
and produces a new connectivity file (discover.topo.new) and outputs
Packit db064d
the changes to stdout. The network administrator can choose to replace
Packit db064d
the "old" topo file with the new one or certain changes in.
Packit db064d
Packit db064d
The syntax of the ibdiscover.map file is:
Packit db064d
Packit db064d
<nodeGUID>|port|"Text for node"|<NodeDescription from ibnetdiscover format>
Packit db064d
Packit db064d
e.g.
Packit db064d
Packit db064d
8f10400410015|8|"ISR 6000"|# SW-6IB4 Voltaire port 0 lid 5
Packit db064d
Packit db064d
8f10403960558|2|"HCA 1"|# MT23108 InfiniHost Mellanox Technologies
Packit db064d
Packit db064d
The syntax of the old and new topo files (ibdiscover.topo and
Packit db064d
ibdiscover.topo.new) are:
Packit db064d
Packit db064d
<LocalPort>|<LocalNodeGUID>|<RemotePort>|<RemoteNodeGUID>
Packit db064d
Packit db064d
e.g.
Packit db064d
Packit db064d
10|5442ba00003080|1|8f10400410015
Packit db064d
Packit db064d
These topo files are produced by the ibdiscover.pl tool.
Packit db064d
Packit db064d
.SH USAGE
Packit db064d
Packit db064d
.PP
Packit db064d
ibnetdiscover | ibdiscover.pl
Packit db064d
Packit db064d
.SH SEE ALSO
Packit db064d
.BR ibnetdiscover(8)
Packit db064d
Packit db064d
.SH AUTHOR
Packit db064d
.TP
Packit db064d
Hal Rosenstock
Packit db064d
.RI < halr@voltaire.com >