HP XC System Software Administration Guide Version 4.0

Table Of Contents
qsqsql-1.0.12-2.2hpt
.
.
.
The version numbers for your HP XC system may differ from these.
5. Run the lsmod command to display loaded modules. You should have eight Quadrics
loadable modules installed.
# lsmod
jtag 30016 0 (unused)
eip 86856 1
ep 821112 9 [eip]
rms 48800 0
elan4 466352 1 [ep]
elan3 606676 0 [ep]
elan 80616 0 [ep elan4 elan3]
qsnet 101040 0 [eip ep rms elan4 elan3 elan]
The sizes may differ from this output.
6. For Elan4 systems, use the qsnet2_probe command to verify configuration information
including the NodeId:
# qsnet2_probe
Mode Switched
NodeId 10
NumLevels 2
NumNodes 16
For Elan3 systems, use the elanprobe command to verify configuration information:
# elanprobe
NodeId 0
NumNodes 16
7. The Quadrics eip0 interface should be up. Use the ifconfig command to display the
interface network configuration:
# ifconfig eip0
eip0 Link encap:Ethernet HWaddr 00:00:00:00:00:0A
inet addr:172.22.0.1 Bcast:172.22.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:65264 Metric:1
RX packets:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:7 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3696 (3.6 Kb) TX bytes:0 (0.0 b)
You can try to ping other nodes that are connected to the network.
8. Make sure that the nodes are wired to the Quadrics switches in the correct order. See the
HP XC Hardware Preparation Guide for additional information.
9. You can find additional information about Quadrics in the /proc/qsnet directory. Use
the find command to display it:
# find /proc/qsnet -type f -print -exec cat {} \;
21.4.3 OFED Troubleshooting Procedures
Starting with Version 3.2, the HP XC System Software uses the OpenFabrics Enterprise Distribution
(OFED) InfiniBand software stack.
OFED is an open software stack supported by the major InfiniBand vendors as the future of
InfiniBand support. OFED offers improved support of multiple HCAs per node. The OFED stack
has a different structure and different commands from the InfiniBand stack that was used in
previous HP XC releases.
See the following Web page for more information about OFED:
256 Troubleshooting