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
Configuring and Running the Quorum Server
Chapter 1 23
qs:345:respawn:/usr/local/qs/bin/qs >> /var/log/qs/qs.log
2>&1
For SuSE Linux:
qs:345:respawn:/opt/qs/bin/qs >> /var/log/qs/qs.log 2>&1
Start the Quorum Server as follows:
# init q
Verify the Quorum Server is running by checking the qs.log file.
(Recommended log pathnames are in Table 1-2 on page 21.)
For HP-UX, enter: # cat /var/adm/qs/qs.log
For Linux, enter: # cat /var/log/qs/qs.log
The log should contain entries such as the following, indicating that the
Quorum Server has started:
Oct 04 12:25:06:0:main:Starting Quorum Server
Oct 04 12:25:09:0:main:Server is up and waiting for connections
at port 1238
Updating the Authorization File
The Quorum Server reads the authorization file at startup.
In HP-UX, the authorization file is /etc/cmcluster/qs_authfile.
In Linux Red Hat, it is /usr/local/qs/conf/qs_authfile. In Linux
SuSE, it is /opt/qs/conf/qs_authfile.
If you modify this file, you must force a re-read of the file:
For HP-UX: # /usr/lbin/qs -update
For Linux:
Red Hat: # /usr/local/qs/bin/qs -update
—SuSE: # /opt/qs/bin/qs -update