Re: [Pacemaker] Simple installation Pacemaker + CMAN + fence-agents

2013-09-26 Thread Gopalakrishnan N
Am a newbie to pacemaker, as far as my experience Pacemaker is not configured properly, basically XML file is not properly configured. Check for "crm configure show xml" and make sure the output is matching with cluster lab examples. Thanks. On Thu, Sep 26, 2013 at 6:35 PM, Bartłomiej Wójcik < b

Re: [Pacemaker] Pacemaker basic installation in CentOS 6.4

2013-09-23 Thread Gopalakrishnan N
Basically from the scratch document, multicast didn't worked, for that reason I copied some text and said that I have used unicast... where unicast worked for me. On Mon, Sep 23, 2013 at 12:17 PM, Andrew Beekhof wrote: > > On 21/09/2013, at 3:34 AM, Gopalakrishnan N > wrote: &g

[Pacemaker] Pacemaker basic installation in CentOS 6.4

2013-09-20 Thread Gopalakrishnan N
Thought of sharing my experience with basic installation http://gopalstech.blogspot.com/2013/09/pacemaker-basic-setup-with-cent-os-64.html But long way to go Regards, Gopal ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.cluster

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 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

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
S_CentOS-6/network:ha-clustering.repo"; and then #yum install crmsh.x86_64 But it didn't worked for me. I stuck in here with this stonith. On Tue, Sep 17, 2013 at 5:29 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > But now pacemaker not able to connect with cib

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 < gopalakrish

Re: [Pacemaker] CMAN nodes online

2013-09-17 Thread Gopalakrishnan N
.. On Tue, Sep 17, 2013 at 4:53 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > 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 als

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>

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
Crouzat wrote: > 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. Yo

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
cluster.conf i have given the short name. So what you are saying better to use FQDN...! I will try to give FQDN in all my configuration files. And will try. Let's see. Thanks for your comments. On Mon, Sep 16, 2013 at 11:41 PM, Florian Crouzat wrote: > Le 16/09/2013 17:30, Gopalakris

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. > > node

Re: [Pacemaker] CMAN nodes online

2013-09-16 Thread Gopalakrishnan N
at 6:47 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > 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...@gma

Re: [Pacemaker] Pacemaker with Apache Tomcat

2013-09-16 Thread Gopalakrishnan N
Ok making a setup... facing small glitches.. with CMAN setup... let me check.. On Wed, Sep 11, 2013 at 5:30 PM, Florian Crouzat wrote: > Le 09/09/2013 17:34, Gopalakrishnan N a écrit : > > Hi, >> >> Any tutorial to install pacemaker with Apache Tomcat... >> >>

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/Pacemake

[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

[Pacemaker] Pacemaker with Apache Tomcat

2013-09-09 Thread Gopalakrishnan N
Hi, Any tutorial to install pacemaker with Apache Tomcat... Regards, Gopal ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://

Re: [Pacemaker] Floating IP Address

2013-07-24 Thread Gopalakrishnan N
. Any other comments would be appreciated. Thanks. On Thu, Jul 25, 2013 at 8:10 AM, Andrew Beekhof wrote: > > On 23/07/2013, at 2:39 AM, Gopalakrishnan N > wrote: > > > Now I got one more issue, when I stop the complete pacemaker > application, the other one node automati

Re: [Pacemaker] DRBD Installation

2013-07-23 Thread Gopalakrishnan N
Cent OS 6.4 64bit On Wed, Jul 24, 2013 at 1:28 AM, Digimer wrote: > It depends on your distribution. What OS are you using? > > > On 23/07/13 15:50, Gopalakrishnan N wrote: > >> Can I get the repository for these packages, to install drbd >> >

[Pacemaker] DRBD Installation

2013-07-23 Thread Gopalakrishnan N
Can I get the repository for these packages, to install drbd drbd-pacemaker drbd-udev ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting starte

Re: [Pacemaker] Floating IP Address

2013-07-22 Thread Gopalakrishnan N
It supposed to be Master/Salve concept... if am not wrong... Let me try with DRBD and GFS setup... . On Mon, Jul 22, 2013 at 10:09 PM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > Now I got one more issue, when I stop the complete pacemaker application, > the ot

Re: [Pacemaker] Floating IP Address

2013-07-22 Thread Gopalakrishnan N
] Stopped: [ WebSite:1 WebSite:2 ] So the problem is when I stop http service in pcmk-1, its not point automatically to node2 i.e.pcmk-2. I didn't configured DRBD and GFS2 filesystem. Will that matters? Regards On Sat, Jul 20, 2013 at 4:35 AM, Gopalakrishnan N < gopalakrishnan...@gmail.co

Re: [Pacemaker] Floating IP Address

2013-07-19 Thread Gopalakrishnan N
Finally did a test setup without DRBD its working fine with Apache services, now need to work out for my application, my application works with Apache Tomcat. Will enjoy my weekend :D On Fri, Jul 19, 2013 at 2:26 AM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > Than

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
h > plays. > > digimer > > On 18/07/13 16:29, Gopalakrishnan N wrote: > >> ok thanks.. then let me start with basic functional Active/Passive node >> sync with example... (Apache) >> >> Once again thanks... >> >> >> On Fri, Jul 19, 2013 at 1:5

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
ok thanks.. then let me start with basic functional Active/Passive node sync with example... (Apache) Once again thanks... On Fri, Jul 19, 2013 at 1:54 AM, Digimer wrote: > If periodic rsync does the job, then no, you don't need drbd. > > > On 18/07/13 16:12, Gopal

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
Thanks for your comments... Ok better I can do rync periodically in crontab. I will take up with crm itself, and still i have doubt that do I need to use DRBD... On Fri, Jul 19, 2013 at 1:34 AM, Digimer wrote: > On 18/07/13 15:56, Gopalakrishnan N wrote: > >> And I have some c

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
is right for you > or not. > > If you need synchronous, block-level replication, then DRBD is excellent. > > > On 18/07/13 15:49, Gopalakrishnan N wrote: > >> Why to use DRBD? Cant I use lyncd with rsync? Any idea? >> >> >> On Fri, Jul 19, 2013 a

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
Why to use DRBD? Cant I use lyncd with rsync? Any idea? On Fri, Jul 19, 2013 at 1:10 AM, Gopalakrishnan N < gopalakrishnan...@gmail.com> wrote: > Thanks for your comments. > > Am using CentOS, hope I can follow this PDF - > http://clusterlabs.org/doc/en-US

Re: [Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
Thanks for your comments. Am using CentOS, hope I can follow this PDF - http://clusterlabs.org/doc/en-US/Pacemaker/1.0/pdf/Clusters_from_Scratch/Pacemaker-1.0-Clusters_from_Scratch-en-US.pdf On Fri, Jul 19, 2013 at 12:48 AM, Digimer wrote: > On 18/07/13 15:07, Gopalakrishnan N wrote: >

[Pacemaker] Floating IP Address

2013-07-18 Thread Gopalakrishnan N
I have gone through certain links, as like the below, https://www.johncahill.net/wiki/index.php/2_Node_Active/Passive_cluster#Install_and_configure_lsyncd http://www.6tech.org/2013/03/linux-firewall-cluster-with-pacemaker-and-corosync/ http://zeldor.biz/2010/12/activepassive-cluster-with-pacemak