Product specifications

Table Of Contents
4–InfiniPath Cluster Setup and Administration
Managing the InfiniPath Driver
IB6054601-00 H 4-19
A
Managing the InfiniPath Driver
The startup script for ib_ipath is installed automatically as part of the software
installation, and normally does not need to be changed. It runs as a system
service.
The primary configuration file for the InfiniPath driver ib_ipath and other
modules and associated daemons is /etc/infiniband/openib.conf.
Normally, this configuration file is set up correctly at installation and the drivers are
loaded automatically during system boot once the RPMs have been installed.
However, the ib_ipath driver has several configuration variables that set
reserved buffers for the software, define events to create trace records, and set
the debug level.
If you are upgrading, your existing configuration files will not be overwritten.
The device files are:
/dev/ipath
/dev/ipath0, /dev/ipath1, ...
The numbered device files allow access to a specific InfiniPath unit.
See the ib_ipath man page for more details.
Configure the Infinipath Driver State
Use the following commands to check or configure the state. These methods will
not reboot the system.
To check the configuration state, use this command. You do not need to be a root
user:
$ chkconfig --list openibd
To enable the driver, use the following command (as a root user):
# chkconfig openibd on 2345
To disable the driver on the next system boot, use the following command (as a
root user):
# chkconfig openibd off
NOTE:
This command does not stop and unload the driver if the driver is already
loaded.