3 – Software Installation
Managing and Installing Software Using Rocks
3-14
IB0056101-00 C
Q
<-- 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 name="/etc/rc.d/rocksconfig.d/post-97-infinipath"
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:
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:
Содержание InfiniPath
Страница 1: ...IB0056101 00 C Page i Q S i m p l i f y InfiniPath Install Guide Version 2 0...
Страница 4: ...InfiniPath Install Guide Version 2 0 Q Page iv IB0056101 00 C...
Страница 16: ...1 Introduction Documentation and Technical Support 1 8 IB0056101 00 C Q...
Страница 34: ...2 Hardware Installation Completing the Installation 2 18 IB0056101 00 C Q...
Страница 64: ...3 Software Installation Installation Troubleshooting 3 30 IB0056101 00 C Q...
Страница 72: ...A RPM Descriptions OpenFabrics RPMs A 8 IB0056101 00 C Q...