Exit Print View

Sun Datacenter InfiniBand Switch 648 Topic Set

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Installation

Preparing the Site

Installing the Switch

Administration

Administering the Switch

Diagnosing a Problem

Remote Management

Understanding ILOM on the Switch

Installing the ILOM Firmware

Administering ILOM (CLI)

Administering ILOM (Web Interface)

Administering ILOM (SNMP)

Administering Hardware (IPMI)

Understanding ILOM Commands

Service

Servicing the Switch

Reference

Command Reference

Understanding Switch-Specific Commands

activate Command (switch-specific)

checkfans Command

checklinks Command

checkpowers Command

checkpwrfault Command

checkswitches Command

checkvoltages Command

clearboardstat Command

deactivate Command (switch-specific)

disableboard Command

disablepsu Command

disablestby Command

disableswitchport Command

enableboard Command

enablehotinsert Command

enablepsu Command

enablestby Command

enableswitchport Command

env_test Command

findport Command

getbaseguid Command

getboardstat Command

getfwversion Command

getportcounters Command

getportstatus Command

getpsufwver Command

getserialnumbers Command

getsymerr Command

i2ctest Command

m9diag Command

mcmversion Command

psustatus Command

resetswitch Command

selectdebugport Command

setlinkspeed Command

showlogs Command

showpresent Command

showtemps Command

showvoltages Command

Understanding CLIA Commands

activate Command (CLIA)

deactivate Command (CLIA)

exit Command (CLIA)

fru Command

frucontrol Command

fruinfo Command

getfruledstate Command

getipmbstate Command

getlanconfig Command

LAN Configuration Parameters

help Command (CLIA)

ipmc Command

localaddress Command

poll Command

quit Command

sel Command

sensordata Command

session Command

setextracted Command

setfruledstate Command

setipmbstate Command

setlanconfig Command

setlocked Command

shelf Command

shelfaddress Command

shmstatus Command

showunhealthy Command

switchover Command

terminate Command

user [-v] Command

user add Command

user channel Command

user delete Command

user enable Command

user name Command

user passwd Command

version Command (CLIA)

Understanding InfiniBand Software Commands

ib_read_bw Command

ib_read_lat Command

ib_send_bw Command

ib_send_lat Command

ib_write_bw Command

ib_write_lat Command

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

ibping Command

ibportstate Command

ibroute Command

ibrouters Command

ibstat Command

ibstatus Command

ibswitches Command

ibsysstat Command

ibtracert Command

ibv_devices Command

ibv_devinfo Command

ibv_rc_pingpong Command

ibv_srq_pingpong Command

ibv_uc_pingpong Command

ibv_ud_pingpong Command

ofed_info Command

opensm Command

opensmd Daemon

osmtest Command

perfquery Command

saquery Command

sminfo Command

smpdump Command

smpquery Command

vendstat Command

Index

ibping Command

Pings an InfiniBand address. Issued on the Linux InfiniBand host.

Syntax

ibping [-d][-e][-G][-h][-s smlid][-v][-V][-C ca_name][-P ca_port][-t timeout][-c count][-f][-o oui][-S] lid|guid

where:

Description

This InfiniBand software command uses vendor supplied management datagrams to validate connectivity between InfiniBand nodes. The command is a client-server, in that a remote node is configured as a server, while a local node performs as a client. Output is similar to the Internet Protocol ping command.

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, until the Ctrl-C key combination exits on the server.

Options

The following table describes the options to the ibping 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 or 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.
-c
Stops after count packets.
-f
Sends packets back to back without delay.
-o
Uses specified OUI number to multiplex vendor management datagrams.
-S
Starts in server mode.
Example

The following example shows how to ping a remote node server from a local node client with the ibping command. First configure the remote node server:

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

Then run the command on the local node client:

# ibping 1
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.205 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.102 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.095 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.096 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.102 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.093 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.096 ms
Pong from nsn105-100.nsn.sfbay.sun.com (Lid 1): time 0.091 ms
--- nsn105-100.nsn.sfbay.sun.com (Lid 1) ibping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8557 ms
rtt min/avg/max = 0.091/0.108/0.205 ms
#
Related Information