How to install Red Hat 5.2 on a Compaq with a Smart Array Controller

Preface

If you don't need Red Hat 5.2 absolutely I suggest you use Red Hat 6.x which has support for the Smart Array Controller in his installation disks. Usefull links and help for installing Red Hat 6.x you find here (choose 'Red Hat on a Compaq Proliant' and go to the bottom of the page)
In this paper I try to explain how you can install Red Hat 5.2 from CD on a Compaq with a Smart Array Controller. The disks you find here aren't modified RedHat install disks ! The disks contain a more or less 'do it yourself' installation procedure. You have to know what fdisk, rpm , mount etc. are.
If you want to know or my disks will work on your Compaq take a look at the 'reported successful' table.

Introduction

The installation is reported running well if you do a CD install on a Compaq with a PCI smart array controller. It works too with a few tricks on a Compaq with the EISA smart array controller.
If you have questions please join the compaq and linux mailing list here. Before asking questions on the mailing list please read my FAQ first.
If you want to report a successful installation or want to ask for additional features use this form.

Pre Installation

Installation step 1 loading all the disks needed for installation

Installation step 2 making the partition(s)

Installation step 3 running the install script



#!/bin/bash

echo "Creating ext2 root partition"
mke2fs /dev/rootpart

echo "Check the filesystem"
e2fsck -f /dev/rootpart

echo "Mount root filesystem"

mount /dev/rootpart /mnt/compaq
cd /mnt/floppy
./rpminstall.sh

cp -f /mnt/floppy/etc/network /mnt/compaq/etc/sysconfig

echo "Installing modified lilo and kernel"

cp -f /mnt/floppy/etc/lilo.conf /mnt/compaq/etc
cp -f /mnt/floppy/etc/fstab /mnt/compaq/etc

cd /mnt/floppy/RPMS
rpm --root /mnt/compaq --nodeps --force -Uvh compaqarray-patch-1.1-1.i386.rpm

cd /mnt/compaq/etc
/mnt/compaq/sbin/lilo -r /mnt/compaq

echo "Installation complete, check /etc/fstab and /etc/lilo.conf"
echo "Do not forget to unmount the following devices when you are ready"
echo "/mnt/compaq , /mnt/floppy , /mnt/cdrom"


Post Installation




Paper created at 18 March 1999 by Diederick van Dijk , last modified at