This site best when viewed with a modern standards-compliant browser. We recommend Firefox Get Firefox!.

Linux-HA project logo
Providing Open Source High-Availability Software for Linux and other OSes since 1999.

USA Flag UK Flag

Japanese Flag

Homepage

About Us

Contact Us

Legal Info

How To Contribute

Security Issues

21 December 2007 Heartbeat release 2.1.3 is now out Download it and install it!

11 October 2007 NEW educational HA/DR Blog hosted by Alan Robertson

9 April 2007 Check out the Cool Heartbeat Screencasts: Installation, Intro to the GUI Part of the Heartbeat Education project

Last site update:
2008-07-04 17:28:11

ServeRAID Software Configuration

Install ipssend utility

Heartbeat requires that the ipssend utility be copied from the CD and installed in a directory which is in root's path(as created by init(8)). We recommend /sbin. To do this, execute the following commands on both machines.

  mount /media/cdrom
  cd /media/cdrom/WHATEVER-THE-RIGHT-DIRECTORY-IS
  cp ipssend /sbin
  cd /
  umount /media/cdrom

Install ServeRAID (ips) driver

It is highly improbable that your kernel includes the same version of the driver as you have on your ServeRAID cards. You should have earlier upgraded your firmware to the same level as is on the ServeRAID utility CD.

  mount /media/cdrom
  cd /media/cdrom/WHATEVER-THE-RIGHT-DIRECTORY-IS
  cp ips.c ips.h /usr/src/linux/drivers/scsi
  cd /
  umount /media/cdrom

Then, follow your distribution's directions for building and installing an updated kernel module.

Note that you should keep a copy of this source file somewhere other than in the kernel tree, since later kernel updates may overwrite these files.

When you make later kernel updates, you will have to rebuild this module from the sources you have saved from the CD. The driver version in your kernel and the installed firmware version on your cards must always match.