Operating System - HP-UX
1830898 Members
2214 Online
110017 Solutions
New Discussion

Service Guard second node not joing cluster

 
SOLVED
Go to solution
James Langill
Valued Contributor

Service Guard second node not joing cluster

Well here is what is going on. Whenever we reboot or manually try(cmrunnode) to add the second node into the cluster we are getting Permission errors, below is a copy of some errors in the syslog:

Jun 23 12:37:40 vpos2 cmcld: Permission denied to vpos2
Jun 23 12:37:40 vpos2 cmcld: Either there is no configuration data or cmclconfd
is unable to run.
Jun 23 12:37:40 vpos2 cmclconfd[5001]: The ServiceGuard daemon, /usr/lbin/cmcld[
5002], exited with a status of 1.

Any help would be appreciated.

Thanks
Towering Genius Disdains a Beaten Path
2 REPLIES 2
Berlene Herren
Honored Contributor
Solution

Re: Service Guard second node not joing cluster

Check your rhosts. file (in root's home directory). If you have fully qualified names for the nodes (like node1.fff.yyy.com) change to simply node1, and rerun the command. You only need the node name, not the full name.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
James Langill
Valued Contributor

Re: Service Guard second node not joing cluster

THANKS ALOT Berlene!!!!!!
Towering Genius Disdains a Beaten Path