Product specifications

Table Of Contents
4–InfiniPath Cluster Setup and Administration
OpenFabrics Drivers and Services Configuration and Startup
IB6054601-00 H 4-7
A
The output from this command will be similar to:
ib0 Link encap:InfiniBand HWaddr
00:00:00:02:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
inet addr:10.1.17.3 Bcast:10.1.17.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:4096 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:128
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
3. Type:
# ping -c 2 -b 10.1.17.255
The output of the ping command will be similar to the following, with a line
for each host already configured and connected:
WARNING: pinging broadcast address
PING 10.1.17.255 (10.1.17.255) 517(84) bytes of data.
174 bytes from 10.1.17.3: icmp_seq=0 ttl=174 time=0.022 ms
64 bytes from 10.1.17.1: icmp_seq=0 ttl=64 time=0.070 ms (DUP!)
64 bytes from 10.1.17.7: icmp_seq=0 ttl=64 time=0.073 ms (DUP!)
The IPoIB network interface is now configured.
4. Restart (as a root user) by typing:
# /etc/init.d/openibd restart
OpenSM
OpenSM is an optional component of the OpenFabrics project that provides a
Subnet Manager (SM) for InfiniBand networks. This package can be installed on
all machines, but only needs to be enabled on the machine in the cluster that will
act as a subnet manager. You do not need to use OpenSM if any of your
InfiniBand switches provide a subnet manager, or if you are running a host-based
SM.
If you are using the Installer tool, you can set the OpenSM default behavior at the
time of installation.
NOTE:
The configuration must be repeated each time the system is rebooted.
IPoIB-CM (Connected Mode) is enabled by default. The setting in
/etc/infiniband/openib.conf is SET_IPOIB_CM=yes. To use
datagram mode, use change the setting to SET_IPOIB_CM=no.