3.2. Installation Notes for Red Hat Enterprise Linux 2.1 Users

WarningWarning
 

Make sure the cluster service is not running on any members before performing the following procedure.

If you are currently running cluster services on Red Hat Enterprise Linux 2.1 and you want to install Red Hat Enterprise Linux 3 on your system while preserving your cluster configuration, perform the following steps on the Red Hat Enterprise Linux 2.1 system to backup the cluster configuration before installing Red Hat Enterprise Linux 3:

  1. Stop the cluster service by invoking the command service cluster stop on all cluster members.

  2. Remove the cluster database file (/etc/cluster.conf) from all members, saving a copy with a different name (for example, /etc/cluster.conf.sav) to a separate running system or portable storage such as a diskette.

  3. Reinstall the Red Hat Enterprise Linux 2.1 system with Red Hat Enterprise Linux 3 on all members.

  4. Install the Red Hat Cluster Suite using the method described in Section 3.1 Installing the Red Hat Cluster Suite Packages.

  5. On all members, install the applications to be managed as services by the cluster software.

  6. Restore the cluster database file you saved in step 2 to one member, naming the file /etc/cluster.conf.

  7. Invoke the /usr/sbin/cluster-convert command to convert the /etc/cluster.conf to /etc/cluster.xml.

  8. Configure shared storage on the cluster member by running /usr/sbin/shutil -i which initializes the shared storage. Then run /usr/sbin/shutil -s /etc/cluster.xml to read the shared storage information from the file and write it to the shared state.

  9. Start the cluster service on this member using the command /sbin/service clumanager start.

  10. Copy the /etc/cluster.xml file to the other member using the scp command.

  11. Start the cluster service on the other members.