Exit Print View

Sun Datacenter InfiniBand Switch 72 Command Reference

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Understanding the Commands

Understanding Hardware Commands

Understanding InfiniBand Commands

ibaddr Command

ibcheckerrors Command

ibchecknet Command

ibchecknode Command

ibcheckport Command

ibcheckportstate Command

ibcheckportwidth Command

ibcheckstate Command

ibcheckwidth Command

ibclearcounters Command

ibclearerrors Command

ibdatacounters Command

ibdatacounts Command

ibdiagnet Command

ibdiagpath Command

ibhosts Command

ibnetdiscover Command

ibnodes Command

ibportstate Command

ibroute Command

ibstatus Command

ibswitches Command

ibsysstat Command

ibtracert Command

opensm Command

opensmd Daemon

osmtest Command

perfquery Command

saquery Command

sminfo Command

smpdump Command

smpquery Command

Index

ibchecknet Command

A simplified version of the ibcheckerrors command.

Syntax

ibchecknet [-h][-N][topology|-C ca_name -P ca_port -t timeout]

where:

Description

This InfiniBand command is a script that uses the topology file created by the ibnetdiscover command to scan the InfiniBand fabric to validate the connectivity and report errors from the port counters.

Options

The following table describes the options to the ibchecknet command and their purposes:

Option
Purpose
-h
Provides help.
-N
Uses mono mode instead of color mode.
-C
Uses the specified channel adapter name.
-P
Uses the specified channel adapter port.
-t
Overrides the default timeout.
Example

The following example shows how to check error counters for all LIDs in the InfiniBand fabric with the ibchecknet command.

# ibchecknet 
#warn: counter SymbolErrors = 3121      (threshold 10) lid 25 port 255
#warn: counter RcvSwRelayErrors = 48545         (threshold 100) lid 25 port 255
#warn: counter XmtDiscards = 9789       (threshold 100) lid 25 port 255
Error check on lid 25 (Sun DCS 72 QDR FC switch o4nm2-72p-2) port all:  FAILED 
#warn: counter RcvSwRelayErrors = 56839         (threshold 100) lid 25 port 28
Error check on lid 25 (Sun DCS 72 QDR FC switch o4nm2-72p-2) port 28:  FAILED 
#warn: counter RcvSwRelayErrors = 56839         (threshold 100) lid 25 port 9
Error check on lid 25 (Sun DCS 72 QDR FC switch o4nm2-72p-2) port 9:  FAILED 
#warn: counter XmtDiscards = 9714       (threshold 100) lid 25 port 1
Error check on lid 25 (Sun DCS 72 QDR FC switch o4nm2-72p-2) port 1:  FAILED 
.
.
.
## Summary: 6 nodes checked, 0 bad nodes found
##          142 ports checked, 0 bad ports found
##          3 ports have errors beyond threshold
#

Note - The output in the example is just a portion of the full output.


Related Information