![]() How install a Redhat 6.0 on a old Compaq Proliant 2000 ( or 1000 ) |
I
will tell you a story about an old Compaq Proliant.
Once upon a time an old Compaq Proliant (1996 ) which was abandoned in a corner of the office. It had a Pentium 66 Mhz ( yes with the bug ! ), a Smart RAID 5 controller on the EISA bus, and an Adaptec SCSI controller with a NCR53C710 chip. |
![]() |
In
april 1999, Redhat 6.0 was announced to work with the Compaq system.I tried
to install Linux with the Redhat bootdisks but they don't work
with
the cpqarray.o driver.
With luck, I found a distribution list on the Net at this URL : http://cpqlin.van-dijk.net/mailarchive/ (old site : www.yps.org/compaqandlinux/) .
After few weeks of battle and help from the distribution list users, I installed Redhat 6.0 on my old Proliant. In my penguin quest for the Compaq, I've found some interesting links :
Diederick
van Dijk page :
http://www.van-dijk.net
Smart2
patch :
http://www.insync.net/~frantzc/cpqarray.html
DAC960
patch :
http://www.dandelion.com/Linux/DAC960.html
NCR53C710
patch :
http://www.sleepie.demon.co.uk/ncr53c710/index.html
Richard
Black's site, http://www.geocities.com/rlcomp_1999.
The
Smart-2 driver for Linux is now (and has been for some time) maintained
by Compaq's Storage Products Division. The official home of the driver
is :
ftp://ftp.compaq.com/pub/products/drivers/linux.
Here is the procedure in detail to prepare the install on a Compaq Proliant 2000:
On Linux | on M$Win |
dd if=/mnt/cdrom/images/boot.img of=/dev/fd0 | rawrite d:boot.img a: |
On Linux | on M$Win |
mount
/dev/fd0 /mnt/floppy -t msdos
cp vmlinuz-2.2.10-ac10 /mnt/floppy/vmlinuz |
copy vmlinuz-2.2.10-ac10 a:vmlinuz |
Bios
/ System ROM:
http://www.compaq.com/support/files/server/us/download/7548.html
SCU
( may get old ):
http://www.compaq.com/support/files/server/us/download/8657.html
Go
under the system config. Select view or edit details. Find your Embedded
SCSI controller. You may have to hit F6 to dig up the IRQ it's using. When
you find the IRQ,replace 14 in the line below with your actual IRQ.
e.g.
: smart2 : slot 6
controler SCSI : slot 9, irq 11
cp
/mnt/floppy/vmlinuz-2.2.10-ac10 /boot
cd /boot rm vmlinuz ln -s vmlinuz-2.2.10-ac10 vmlinuz /sbin/lilo ( ou /sbin/lilo -P fix ) |
That's
all folks, Your old Proliant is now "Powered by Linux".
You
could complile a new Kernel to integrate your network card.
How create a "rescue" disk on a Redhat !
It's a script "/sbin/mkbootdisk" which permits the creation of a "rescue" disk after the installation of Redhat.
e.g. : /sbin/mkbootdisk --verbose 2.2.10-ac10
But the script doesn't make it properly because there is a bad path to /dev/ida
To create the special "rescue" for the Proliant :
Congratulations
: to participants at the correction of the new Kernel ( Smart 2 et NCR53C710
) ( Michael, Richard, Antony, Ragen, Diederick, ... )
Come back