C H A P T E R 3 |
Configuring IP Over InfiniBand |
This chapter contains the following sections:
IP Over InfiniBand (IPoIB) is automatically configured when the system is booted. The following procedure can be used when making changes to your configuration. See System Administration Guide: Basic Administration (817-1985) for Solaris setup information.
|
1. Confirm that the IB-HCA ports are up.
The output shows recently printed diagnostic messages that have the string "tavor" in the message. Included in the output is a message that tells whether the port is up or down.
Refer to dmesg(1M) for more information.
2. Create the InfiniBand devices using the following command:
A /dev/ibdn device is created for each IB-HCA port in the system where n is the port number. Refer to devfsadm(1M) for more information.
Check that the InfiniBand devices were created. To do this, type the following command:
A list of InfiniBand devices (/dev/ibd*) is displayed.
4. Plumb each of the IB devices.
To do this, type the following command for each IB-HCA port in the system:
where n is the instance number of the interface and host-ipv4-address is the designated IPv4 address for the device.
If you are using IPv6, use the following command instead:
5. Verify that the devices are plumbed.
The output includes information on the IB devices.
6. Check that data can be send over the InfiniBand link.
Use the ping command to send ICMP (ICMP6) ECHO_REQUEST packets and receive ICMP (ICMP6) ECHO_RESPONSE packets between InfiniBand hosts. For example:
where host-ip-address is the IP address of another IB host. See ping(1M) for details.
Repeat this procedure on all hosts that are connected to the IB switch.
For information on managing the IB devices, see the System Administration Guide: Devices and Files System (817-5093).
Copyright © 2005, Sun Microsystems, Inc. All Rights Reserved.