Operating System - HP-UX
1826663 Members
2488 Online
109696 Solutions
New Discussion

Re: While configuring the quorum server got problem in "/usr/lbin/qs -update" command?

 

While configuring the quorum server got problem in "/usr/lbin/qs -update" command?

Hi,
Can any one suggest me.While configuring i got error message
snip:-

[ram]/usr/lbin/qs -update
Oct 13 17:23:11:0:Unable to connect to IP address 127.0.0.1 and port 1238. Connection refused.
Oct 13 17:23:11:0:Unable to update the authorization list. Failed to connect.
*****************
giving above error message.

for forming cluster i have fired /usr/lbin/qs command and formed cluster ,If this command not terminating ,if it aborted then giving problem in SG cluster.

can any one kindly resolve this issue.

Thanks,
Dk
3 REPLIES 3
Fabio Ettore
Honored Contributor

Re: While configuring the quorum server got problem in "/usr/lbin/qs -update" command?

Hi,

which contents for file /etc/cmcluster/qs_authfile?

Best regards,
Fabio
WISH? IMPROVEMENT!
Ivan Krastev
Honored Contributor

Re: While configuring the quorum server got problem in "/usr/lbin/qs -update" command?

Check for missing/damaged entry in /etc/inittab for quorum server. Fix it and re-read inittab with:
# init q

After that check for process qs.

regards,
ivan
Stephen Doud
Honored Contributor

Re: While configuring the quorum server got problem in "/usr/lbin/qs -update" command?

Assuming the quorum server software is on an HP-UX server outside the cluster...
The -update option is only used to cause the quorum server code to re-read the authfile (/etc/cmcluster/qs_authfile) containing a list of nodes to support for quorum server.

SYNOPSIS
qs [ -verbose ] [ -update ] [ -version ]

/etc/inittab should have a line of the form:
qs:345:respawn:/usr/lbin/qs >> /var/adm/qs/qs.log 2>&1


Verify that the quorum server is actually running. Example:
# ps -ef | grep qs
root 26652 26649 0 Sep 2 ? 0:00 /usr/lbin/qsc

Verify that port 1238 is defined on the quorum server

# grep 1238 /etc/services
hacl-qs 1238/tcp # HA cluster Quorum Server
hacl-qs 1238/udp # HA cluster Quorum Server

Next, make sure the quorum server port is actively listening:
# netstat -a | grep 1238
tcp 0 0 *.1238 *.* LISTEN