Further Information On Rocks And Kickstart - Qlogic InfiniPath Install Manual

Table of Contents

Advertisement

3 – Software Installation
Managing and Installing Software Using Rocks
<-- remove noacpi, needed to make InfiniPath happy -->
sed -e 's/pci=noacpi//g' /tmp/grub-orig3.conf >
/tmp/grub-orig4.conf
mv /tmp/grub-orig4.conf /boot/grub/grub-orig.conf
<!-- add getty for console to inittab at all runlevels -->
<file name="/etc/inittab" mode="append">
s1:2345:respawn:/sbin/agetty -L 9600 ttyS1 vt100
</file>
<-- Remove something for the kernel upgrade -->
rm -f /etc/rc.d/rocksconfig.d/pre-09-prep-kernel-source
<-- Reinstall our infinipath driver RPM -->
<!-- This adds the MPD disable-->
<file
mode="create perms="a+rx">
#!/bin/sh
rpm -ivh --force \
/home/install/contrib/4.0.0/x86_64/RPMS/infinipath*.rpm
/etc/init.d/infinipath start
rm /etc/rc.d/rocksconfig.d/post-97-infinipath
</file>
<-- Add InfiniPath compiler library path to ld.so -->
<file name="/etc/ld.so.conf" mode="append">
/opt/infinipath/lib/2.5/
</file>
</post>
</kickstart>
The important thing to note in this file is that 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, and then modified to suit your needs.
7. The completion of the installation is done using this xml file. Instructions for
completing the install process are given under the Documentation link on the
Rocks web site:
http://www.rocksclusters.org/
3.6.3

Further Information on Rocks and kickstart

Checking the Rocks web site for updates is recommended. Extensive
documentation on installing Rocks and custom rolls is on the Rocks web site. For
more information on Rocks, visit:
3-14
name="/etc/rc.d/rocksconfig.d/post-97-infinipath"
Q
IB0056101-00 C

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the InfiniPath and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents