User's Manual

5 – Software Installation
Additional Installation Instructions
IB0056101-00 G 5-39
A
<package>-libipathverbs-devel</package>
<package>-libipathverbs</package>
<package>-libmthca</package>
<package>-librdmacm</package>
<package>-libsdp</package>
<package>-mstflint</package>
<package>-openib-diags</package>
<package>-opensm-devel</package>
<package>-opensm-libs</package>
<package>-opensm</package>
<package>-srptools</package>
<package>-tvflash</package>
<!-- skip lam -->
<package>-lam-gnu</package>
<post>
set -x
IPLOG=/root/InfiniPathextend-bash-compute.log
touch $IPLOG
echo ======InfiniPath-messages=================== >> $IPLOG
echo ’# INFINIPATH_ULIMIT_INSTALL_COMMENT; used by InfiniPath
install, do not remove’ >> /etc/initscript
echo ’# This allows locking of up to 128MB of memory per
process. It only’ >> /etc/initscript
echo ’# takes effect after a reboot, or "init 1", followed by
"init 3"’ >> /etc/initscript
echo "ulimit -l 131072" >> /etc/initscript
echo ’eval exec "$4"’ >> /etc/initscript
# the kernel must match the smp kernel you give below.
uname -r
export KVER="2.6.9-42.0.2.ELsmp"
/usr/src/infinipath/drivers/make-install.sh >> $IPLOG
chkconfig --level 123456 cpuspeed off
<!--
Inserting a post installation script here. This
code will be executed on the destination node AFTER the
packages have been installed.
-->
<file name="/etc/rc.d/rocksconfig.d/post-97-infinipath"