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

ibcheckwidth Command

Finds 1x (or wider) links in the InfiniBand fabric.

Syntax

ibcheckwidth [-h][-N][-v][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. The script scans the InfiniBand fabric to validate Active link widths and report those which are 1x (or wider) links.

Options

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

Option
Purpose
-h
Provides help.
-N
Uses mono mode instead of color mode.
-v
Provides verbose output.
-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 the 1x (or wider) links for all ports with the ibcheckwidth command.

# ibcheckwidth -v
# Checking Switch: nodeguid 0x0021283a8620b0f0
Node check lid 25:  OK 
Port check lid 25 port 36:  OK 
Port check lid 25 port 35:  OK 
Port check lid 25 port 34:  OK 
.
.
.
Port check lid 24 port 30:  OK 
Port check lid 24 port 29:  OK 
## Summary: 6 nodes checked, 0 bad nodes found
##          142 ports checked, 0 ports with 1x width in error found
#

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


Related Information