Blame doc/rst/ibidsverify.8.in.rst

Packit db064d
===========
Packit db064d
ibidsverify
Packit db064d
===========
Packit db064d
Packit db064d
---------------------------------------------------
Packit db064d
validate IB identifiers in subnet and report errors
Packit db064d
---------------------------------------------------
Packit db064d
Packit db064d
:Date: @BUILD_DATE@
Packit db064d
:Manual section: 8
Packit db064d
:Manual group: Open IB Diagnostics
Packit db064d
Packit db064d
SYNOPSIS
Packit db064d
========
Packit db064d
Packit db064d
ibidsverify.pl [-h] [-R]
Packit db064d
Packit db064d
DESCRIPTION
Packit db064d
===========
Packit db064d
Packit db064d
ibidsverify.pl is a perl script which uses a full topology file that was
Packit db064d
created by ibnetdiscover, scans the network to validate the LIDs and GUIDs
Packit db064d
in the subnet. The validation consists of checking that there are no zero
Packit db064d
or duplicate identifiers.
Packit db064d
Packit db064d
Finally, ibidsverify.pl will also reuse the cached ibnetdiscover output from
Packit db064d
some of the other diag tools which makes it a bit faster than running
Packit db064d
ibnetdiscover from scratch.
Packit db064d
Packit db064d
OPTIONS
Packit db064d
=======
Packit db064d
Packit db064d
**-R**
Packit db064d
Recalculate the ibnetdiscover information, ie do not use the cached
Packit db064d
information.  This option is slower but should be used if the diag tools have
Packit db064d
not been used for some time or if there are other reasons to believe the
Packit db064d
fabric has changed.
Packit db064d
Packit db064d
**-C <ca_name>**    use the specified ca_name.
Packit db064d
Packit db064d
**-P <ca_port>**    use the specified ca_port.
Packit db064d
Packit db064d
EXIT STATUS
Packit db064d
===========
Packit db064d
Packit db064d
Exit status is 1 if errors are found, 0 otherwise.
Packit db064d
Packit db064d
FILES
Packit db064d
=====
Packit db064d
Packit db064d
.. include:: common/sec_config-file.rst
Packit db064d
Packit db064d
Packit db064d
SEE ALSO
Packit db064d
========
Packit db064d
Packit db064d
**ibnetdiscover(8)**
Packit db064d
Packit db064d
AUTHOR
Packit db064d
======
Packit db064d
Packit db064d
Hal Rosenstock
Packit db064d
	< halr@voltaire.com >