HP Serviceguard Quorum Server Version A.02.00 Release Notes, Fifth Edition, February 2007

HP Serviceguard Quorum Server Version A.02.00 Release Notes, Fifth Edition
Updating the Quorum Server from A.01.00 (Red Hat Linux)
Chapter 1 17
Updating the Quorum Server from A.01.00
(Red Hat Linux)
1. Remove the Quorum Server entry in /etc/inittab and run the
following command:
# init q
2. De-install the existing Quorum Server. For example:
# rpm -e qs-A.01.00
CAUTION This command will remove the file /var/log/qs/qs.log. If this is
your log file, you may want to save it before running this command.
3. Install Quorum Server A.02.00. For example:
# rpm -i qs-A.02.00.04-0.product.redhat.i386.rpm
De-installing A.02.00 may not remove the log file.
4. Add an entry such as the following to the /etc/inittab file (all on
one line):
qs:2345:respawn:/usr/local/qs/bin/qs>>/var/log/qs/qs.log
2>&1
(Since the Quorum Server is now a real-time process, you no longer
need to use the “nice” option.)
5. Re-start the Quorum Server:
# init q