156
Appendix B. Selectively Installing Red Hat Cluster Suite Packages
Note
If your local computer is running a version of Red Hat Enterprise Linux that
is earlier than Red Hat Enterprise Linux 4, the path to the RPMs on the CD
may be different. For example, on Red Hat Enterprise Linux 3, the path is
/mnt/cdrom/RedHat/RPMS/
.
7. Eject the CD from the CD-ROM drive.
8. Change to the temporary directory containing the copied RPM files. For example:
$
cd /tmp/RPMS/
9. Remove the "-kernel" RPMs for kernels that are not installed in the cluster node, and
any other RPMs that are not being installed (for example, optional or development
RPMS). The following example removes SMP and hugemem "-kernel" RPM files:
$
rm *-kernel-smp* *-kernel-hugemem*
For information about selecting the RPMs to install, refer to Section B.1.2.1
Deter-
mining RPMs To Install
.
10. Log in to each cluster node as the root user and make a directory to contain the
RPMs. For example:
#
mkdir /tmp/node-RPMS/
11. Copy the RPMs from the temporary directory in the local computer to directories in
the cluster nodes using the
scp
command. For example, to copy the RPMs to node
rhcs-node-01, run the following command at the local computer:
$
scp /tmp/RPMS/*.rpm root@rhcs-node-01:/tmp/node-RPMS/
12. At each node (logged in as root), change to the temporary directory created earlier
(
/tmp/node-RPMS
) and install the RPMs by running the
rpm
utility as follows:
#
cd /tmp/node-RPMS/
#
rpm -Uvh *
Summary of Contents for Cluster Suite
Page 1: ...Red Hat Cluster Suite Configuring and Managing a Cluster ...
Page 5: ...Index 165 Colophon 171 ...
Page 6: ......
Page 14: ...viii Introduction ...
Page 16: ......
Page 24: ...8 Chapter 1 Red Hat Cluster Manager Overview ...
Page 92: ...76 Chapter 4 Cluster Administration ...
Page 98: ......
Page 130: ...114 Chapter 9 Setting Up a Red Hat Enterprise Linux LVS Cluster ...
Page 152: ...136 Chapter 10 Configuring the LVS Routers with Piranha Configuration Tool ...
Page 154: ......
Page 162: ...146 Appendix A Supplementary Hardware Information ...
Page 180: ...164 Appendix C Multipath usage txt File for Red Hat Enterprise Linux 4 Update 3 ...
Page 186: ......