HP XC System Software Administration Guide Version 3.2

# uname -a
Linux n16 2.4.21-15.7hp.XCsmp #1 SMP date ... GNU/Linux
3. Make sure that your system has Quadrics boards installed. The system shown in the following
example has both Elan3 and Elan4 boards; most systems have only one type.
# lspci -v | grep Quad
60:01.0 Network controller: Quadrics Ltd QsNet Elan3 Network Adapter (rev 01)
80:01.0 Network controller: Quadrics Ltd QsNetII Elan4 Network Adapter (rev 01)
4. Make sure that all the Quadrics RPMs are installed:
# rpm -q -a | grep qs
.
.
.
qsswm-2.0.7-0.1hptc
qsnet2diagscommon-1.0.12-2.1hptc
qsnet2diags-1.0.12-3.1hptc
qsnetlibs-1.4.30-1.1hptc
qsnetdiags-1.0.2-14.1hptc
hptc-qsnet2-diag-1-5
qsnet2libs-1.8.13-0.1hptc
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)
254 Troubleshooting