Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
Thanks for the link.. On Tue, Sep 17, 2013 at 9:33 PM, Patrick Lists < pacemaker-l...@puzzled.xs4all.nl> wrote: > Hi, > > Would you mind not using this mailing list as a kind of chat channel where > you send an email to this list every few minutes something happens or does > not happen with your

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Patrick Lists
Hi, Would you mind not using this mailing list as a kind of chat channel where you send an email to this list every few minutes something happens or does not happen with your cluster? Clustering is complicated, takes a lot of time to learn and it's not realistic to think you can start on Mond

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
I think I have to use pcs instead of crmsh. Please correct me if am wrong, I see this pdf document http://clusterlabs.org/doc/Cluster_from_Scratch.pdf hope this is the correct one. Please direct me whether I can follow the document. thanks. On Tue, Sep 17, 2013 at 6:22 PM, Gopalakrishnan N < gop

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
While verifying I got this error, crm_verify -L -V error: unpack_resources: Resource start-up disabled since no STONITH resources have been defined error: unpack_resources: Either configure some or disable STONITH with the stonith-enabled option error: unpack_resources: NOTE: Clu

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
But now pacemaker not able to connect with cib, connection refused, [root@test01 ~]# crm_mon -1 Could not establish cib_ro connection: Connection refused (111) Connection to cluster failed: Transport endpoint is not connected On Tue, Sep 17, 2013 at 5:26 PM, Gopalakrishnan N < gopalakrishnan...

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
Now am able to see both nodes are registered... Node Sts Inc Joined Name 1 M124 2013-09-17 22:05:31 test01.iopextech.com 2 M132 2013-09-17 22:31:33 test02.iopextech.com Is there any timeout option, where i can increase or decrease based on this? Thanks.

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
Even after giving FQDN in my /etc/hosts and /etc/sysconf/network also updated in cluster.conf, propogated to other node as well, but still its showing only one node. And muticast also enabled in my switch. On Mon, Sep 16, 2013 at 11:52 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote:

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
Hey Guys, The OS am running is CentOS 6.4 (64bit) and I have disabled IPtables and SeLinux. My goal is to make Apache Tomcat as HA. As a first step thought of testing with Apache. My network setup is like this, Node1 is connected to switch Note2 is connected to switch. My cluster.conf file is a

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
My /etc/hosts is like this, cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.30.2.98 test01.iopextech.com test01 10.30.2.99 test02.iopextech.com test02 and in my cluste

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Florian Crouzat
Le 16/09/2013 17:30, Gopalakrishnan N a écrit : Hey Guys, The OS am running is CentOS 6.4 (64bit) and I have disabled IPtables and SeLinux. My goal is to make Apache Tomcat as HA. As a first step thought of testing with Apache. My network setup is like this, Node1 is connected to switch Note2

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Florian Crouzat
Le 16/09/2013 14:18, Gopalakrishnan N a écrit : Do I need to have a cross over cable between each node? Is it mandatory? Nop it doesn't. In your case, I'd check the network architecture and/or firewalling regarding multicast. You probably either have wrong iptables and/or a switch dropping yo

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Andreas Mock
: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] CMAN nodes online Again the when i restarted the pacemaker and cman not the nodes are not in online, back to square 1. node1 shows only node1 online, and node2 says node2 online. I don't know what's happening in

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
Do I need to have a cross over cable between each node? Is it mandatory? On Mon, Sep 16, 2013 at 8:01 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > Again the when i restarted the pacemaker and cman not the nodes are not in > online, back to square 1. > > node1 shows only node1 onl

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
Again the when i restarted the pacemaker and cman not the nodes are not in online, back to square 1. node1 shows only node1 online, and node2 says node2 online. I don't know what's happening in the background... Any advice would be appreciated.. Thanks. On Mon, Sep 16, 2013 at 6:47 PM, Gopalak

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
Hi guys, I got it, basically it tool some time to propogate and now two nodes are showing online... Thanks. On Mon, Sep 16, 2013 at 6:39 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > I have configured CMAN as per the link > http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/h

[Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
I have configured CMAN as per the link http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/html-single/Clusters_from_Scratch/index.html#_configuring_cman but when I type cman_tools nodes only one node is online even thought the cluster.conf is propogated in other node as well. what could be the