Documentation, Support, and Training
Understanding Administrative Commands
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Signal Routing Through the Switch
Understanding Switch Startup and Component Addition
Understanding ILOM on the Switch
Switching Between the ILOM Shell and the Linux Shell
Controlling ILOM Targets (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Administering ILOM (Web Interface)
Access ILOM From the Web Interface
Monitoring ILOM Targets (Web Interface)
Controlling ILOM Targets (Web Interface)
Upgrading the Switch Firmware Through ILOM (Web Interface)
Understanding InfiniBand Cabling
Understanding Switch Specifications
Understanding the Installation
Installing the InfiniBand Software Stack
Verifying the InfiniBand Fabric
Understanding Service Procedures
Servicing the Fabric Cards and Fabric Card Fillers
Servicing the InfiniBand Cables
Doing Supportive Software Tasks
Understanding Switch-Specific Commands
Conducts a simple InfiniBand Reliable Connection transport test. Issued on the Linux InfiniBand host.
ibv_rc_pingpong [-p TCP_port][-d device][-i IB_port][-s size][-r depth] [-n iters][-l level][-e][-h][IP_address]
where:
TCP_port is the TCP port.
device is the InfiniBand device.
IB_port is the InfiniBand port.
size is the size of the ping-pong messages.
depth is the number of depth receives to post at one time.
iters is the number of message exchanges.
level is the service level of the queue pair.
IP_address is the IP address of the remote node host.
This InfiniBand software command runs a simple ping-pong test over the InfiniBand fabric through the Reliable Connection transport. The command is dependent upon the Internet Protocol, so the InfiniBand fabric must be configured with Internet Protocol over InfiniBand (IPoIB). 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 IP address of the server.
Note - This command only functions if your InfiniBand fabric is configured with IPoIB.
The following table describes the options to the ibv_rc_pingpong command and their purposes:
|
The following example shows how to run a simple ping-pong test between a local node client and a remote node server using the Reliable Connection transport with the ibv_rc_pingpong command. First configure the remote node server:
# ibv_rc_pingpong local address: LID 0x0001, QPN 0xb10406, PSN 0x9e941e remote address: LID 0x0005, QPN 0x3a0406, PSN 0xa6cf6e 8192000 bytes in 0.03 seconds = 2487.23 Mbit/sec 1000 iters in 0.03 seconds = 26.35 usec/iter #
Note - The output is not displayed until the local node client issues the respective command.
Then run the command on the local node client:
# ibv_rc_pingpong 192.168.200.100 local address: LID 0x0005, QPN 0x3a0406, PSN 0xa6cf6e remote address: LID 0x0001, QPN 0xb10406, PSN 0x9e941e 8192000 bytes in 0.03 seconds = 2506.06 Mbit/sec 1000 iters in 0.03 seconds = 26.15 usec/iter #
ibv_rc_pingpong man page