5 – Software Installation Additional Installation Instructions
S
mode="create" perms="a+rx"> #!/bin/sh
cd /home/install/contrib/4.2.1/x86_64/RPMS
rpm
#If and Only IF OpenSM is needed and then please enable OpenSM
#only on one node.
rpm
#Install any other OpenFabrics (OFED) packages that you want,
#then restart
/etc/init.d/infinipath restart #Either move this file or remove it
</post>
</kickstart>
In this file, the installation of the InfiniPath drivers is done in the <post> section, as it is a live install. This file can be used as a guideline: it may be cut and pasted, then modified to suit your needs.
5.On the front end node, download the InfiniPath 2.2 tarball for your distribution, RHEL4 or SLES10.
After downloading the tarball, type the following, where xxx is the distribution identifier, and yyy is the platform architecture:
$ tar zxvf
The tar command will create a directory based on the tar file name and place the RPMs there. Next, copy the RPMs you want to install to the directory:
/home/install/contrib/4.2.1/x86_64/RPMS
It is easiest to copy all of the RPMs to this directory, then use the commands in the