Showing posts with label Qs. Show all posts
Showing posts with label Qs. Show all posts

Saturday, December 26, 2015

11iv3 QS Configuration steps on the RP3410 Server

QS Configuration steps on the RP3410 Server

Download the Quorum Server Software from HP Software Site for HP-UX. The Software is available for HP-UX also for RedHat Linux. 


Install QS software on 192.168.10.50

Create /var/adm/qs folder
Create the folder /etc/cmcluster
Create the fike /etc/cmcluster/qs_authfile
Add the node names for all the cluster nodes here


root@node3l@/etc/cmcluster#cat qs_authfile
ivmu2
ivm1l
ivmu2.example.com
ivm1l.example.com


Add the inittab entry for QS

root@node3l@/etc/cmcluster#grep -i qs /etc/inittab
qs:345:respawn:/usr/lbin/qs >> /var/adm/qs/qs.log 2>&1
root@node3l@/etc/cmcluster#
root@node3l@/etc/cmcluster#

RE-read the INITTAB file

root@node3l@/etc/cmcluster#init q
root@node3l@/etc/cmcluster#
root@node3l@/etc/cmcluster#

Verify the QS processes are running


root@node3l@/etc/cmcluster#ps -ef | grep -i qs