Exit Print View

Sun Datacenter InfiniBand Switch 72 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

User Guide

Installing the Switch

Administering the Switch

Servicing the Switch

Reference

Understanding the Commands

Understanding Hardware Commands

checkboot Command

checkpower Command

checkvoltages Command

connector Command

disablesm Command

disableswitchport Command

enablesm Command

enableswitchport Command

env_test Command

getfanspeed Command

getportstatus Command

i4reset Command

listlinkup Command

managementreset Command

nm2version Command

readchfru Command

setlinkspeed Command

setsmpriority Command

showtemps Command

showunhealthy Command

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

ibsysstat Command

Displays system status of an InfiniBand address.

Syntax

ibsysstat [-d][-e][-G][-h][-s smlid][-v][-V][-C ca_name][-P ca_port][-t timeout][-o oui][-S] lid|guid [op]

where:

Description

This InfiniBand command uses vendor supplied management datagrams to validate connectivity between InfiniBand nodes and return other information about the node. The command is a client-server, in that a remote node is configured as a server, while a local node performs as a client.

The command is first run locally on the server. The command is then run again locally on the client, pointing to the LID of the server. The ping repeats every second on the server, until you type the Ctrl-C key combination to exit the command.

Options

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

Option
Purpose
-d
Sets the debug level. Can be used several times to increase the debug level.
-e
Displays send and receive errors.
-G
Uses the port GUID address.
-h
Provides help.
-s
Uses smlid as the target LID for Subnet Manager/Subnet Administrator queries.
-v
Provides verbose output.
-V
Displays the version information.
-C
Uses the specified channel adapter name.
-P
Uses the specified channel adapter port.
-t
Overrides the default timeout.
-o
Uses specified OUI number to multiplex vendor management datagrams.
-S
Starts in server mode.
Example

The following example shows how to retrieve system information about a remote node server from a local node client with the ibsysstat command. First configure the remote node server:

# ibsysstat -S
<CTRL-C to exit server>
#

Then run the command on the local node client:

# ibsysstat 1 ping
sysstat ping succeeded
# ibsysstat 1 host
nsn105-100.nsn.sfbay.sun.com
# ibsysstat 1 cpu
cpu 0: model  AMD Opteron(tm) Processor 848 MHZ  2189.680
cpu 1: model  AMD Opteron(tm) Processor 848 MHZ  2189.680
cpu 2: model  AMD Opteron(tm) Processor 848 MHZ  2189.680
cpu 3: model  AMD Opteron(tm) Processor 848 MHZ  2189.680
#
Related Information