[Pacemaker] How to serialize/control resource startup on Standby node

2011-12-28 Thread neha chatrath
defaults $id="rsc-options" \ migration_threshold="3" \ resource-stickiness="100" *I have a system requirement in which start of resource (e.g. pimd) is dependent on successful start of another resource (e.g. Tmgr) Everything run smoothly on the m

[Pacemaker] Stopping heartbeat on active node leads to restart of resources on standby node

2012-01-03 Thread neha chatrath
.11-9af47ddebcad19e35a61b2a20301dc038018e8e8" \ cluster-infrastructure="Heartbeat" \ no-quorum-policy="ignore" \ stonith-enabled="false" rsc_defaults $id="rsc-options" \ migration_threshold="3" \ resource

[Pacemaker] Invoking "crm node standby" command on active command leads to stopping of resource on both Active and standby node

2012-01-10 Thread neha chatrath
Hello, I am using a cluster with following configuration: [root@MCG1 neha]# crm configure show node $id="0686a4d1-c9de-4334-8d33-1a9f6f0755dd" ggns2mexsatsdp22 node $id="76246d46-f0e4-4ba8-9179-d60aa7c697c8" ggns2mexsatsdp23 node $id="9d59c9e6-24e0-4684-94ab-c07af7e7a2f0" mcg1 \ attribute

[Pacemaker] Stopping heartbeat service on one node lead to restart of resources on other node in cluster

2012-02-07 Thread neha chatrath
resource pimd:0 (Master mcg1) Feb 07 11:06:31 MCG1 pengine: [20534]: notice: LogActions: Stopresource pimd:1 (mcg2) Feb 07 11:06:31 MCG1 pengine: [20534]: notice: LogActions: Restart resource ClusterIP (Started mcg1) Feb 07 11:06:31 MCG1 pengine: [20534]: notice: LogActions: Leave resou

[Pacemaker] How to run heartbeat and pacemaker resources as a non-root user

2012-02-19 Thread neha chatrath
n not permitted Done. touch: cannot touch `/var/lock/subsys/heartbeat': Permission denied" I have tried changing ownership and permissions for the above directories and files but still the same result. Can somebody help me in this? Th

Re: [Pacemaker] How to run heartbeat and pacemaker resources as a non-root user

2012-02-20 Thread neha chatrath
Hello, Thanks for the reply. I have been successfully using Heartbeat as a root user. But I have a system requirement for which I need to run my different custom applications (configured using crm) as a non root user. Can this be done? Regards Neha Chatrath Date: Mon, 20 Feb 2012 22:05:30

[Pacemaker] Promote of one resource leads to start of another resource in heartbeat cluster

2012-03-19 Thread neha chatrath
Hello, I have the following 2 node cluster configuration: "node $id="15f8a22d-9b1a-4ce3-bca2-05f654a9ed6a" cps2 \ attributes standby="off" node $id="d3088454-5ff3-4bcd-b94c-5a2567e2759b" cps1 \ attributes standby="off" primitive CPS ocf:heartbeat:jboss_cps \ params jboss_ho

[Pacemaker] How to start master slave resources on both active and standby cluster nodes

2012-03-26 Thread neha chatrath
different between the following two order clauses: crm configure order X--after-drbd_fs inf: drbd_fs X and crm configure order X--after-drbd_fs inf: drbd_fs X:start Thanks and regards Neha Chatrath ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org

[Pacemaker] Problem in Stonith configuration

2011-10-17 Thread neha chatrath
g. mcg1. But none of the resources (myapp, myapp1 etc) gets started even on this node. Following is the output of "*crm_mon -f *" command: *Last updated: Mon Oct 17 10:19:22 2011 Stack: Heartbeat Current DC: mcg1 (3d507250-780f-414a-b674-8c8d84e345cd)- partition with quo

Re: [Pacemaker] Problem in Stonith configuration

2011-10-17 Thread neha chatrath
physical link between the nodes in a cluster fails then that node should be isolated (kind of a power down) and the resources should continue to run on the other nodes. I have different types of resources e.g. primitive, master-slave and cone running on my system. Thanks and regards Neha Chatrath Date

Re: [Pacemaker] Problem in Stonith configuration

2011-10-18 Thread neha chatrath
should continue to run on the other nodes Apologies for the inconvenience. Thanks and regards Neha Chatrath On Tue, Oct 18, 2011 at 12:08 PM, neha chatrath wrote: > Hello Andreas, > > Thanks for the reply. > > So can you please suggest what Stonith plugin should I use for t

Re: [Pacemaker] Problem in Stonith configuration

2011-10-18 Thread neha chatrath
s. We understand that node restart will increase the downtime but since we could not find much on the option for group restart of master-slave resources, we are trying for node restart option. Thanks and regards Neha Chatrath -- Forwarded message -- From: Andreas Kurz Date: Tue,

[Pacemaker] Inter-cluster communication using Heartbeat and Pacemaker

2011-10-28 Thread neha chatrath
Hello, Is there a way to do inter-cluster communication using Heartbeat/Pacemaker framework? Thanks and regards Neha Chatrath ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home

Re: [Pacemaker] Problem in Stonith configuration

2011-10-28 Thread neha chatrath
mi etc are present in /usr/lib/stonith/plugins directory. - Due to this I am not able to configure stonith in my system. Thanks and regards Neha Chatrath On Tue, Oct 18, 2011 at 2:51 PM, neha chatrath wrote: > Hello, > > > 1. If a resource fails, node should reboot (through f

Re: [Pacemaker] Inter-cluster communication using Heartbeat and Pacemaker

2011-11-01 Thread neha chatrath
plane traffic does not go through control plane cluster. 3. Nodes in the control plane cluster needs to know the status of the nodes in data plane to apply e.g. load balancing algorithms at its end. Thus, inter cluster communication is required. Thanks and regards Neha Chatrath Date: Tue, 1 Nov 2011

[Pacemaker] Query regarding "crm node standby/online" command

2011-11-07 Thread neha chatrath
ilover etc) in case of any interface failure. I am able to monitor the interface on which Heartbeat is running but not the rest of them. Does Heartbeat allows monitoring of interfaces other than the interfaces on which Heartbeat is running? Thanks and regards Neh

[Pacemaker] Regarding Stonith RAs

2011-11-14 Thread neha chatrath
nt in /usr/lib/stonith/plugins/external. Following is the output of "ls command : [root@ggns2mexsatsdp17 ~]# ls /usr/lib/stonith/plugins/external/ drac5 hetzner ibmrsa ipmi kdumpcheck nut output riloe ssh vmware xen0-ha dracmc-telnet hmchttp ibm

Re: [Pacemaker] Regarding Stonith RAs

2011-11-14 Thread neha chatrath
Hello, I have tried with single ":" in the crm configure command but there is no change in the result. LRM and crm are showing the same errors. Thanks and regards Neha Chatrath Date: Mon, 14 Nov 2011 09:49:52 +0100 From: Michael Schwartzkopff To: The Pacemaker cluster resour

Re: [Pacemaker] Regarding Stonith RAs

2011-11-14 Thread neha chatrath
. Kindly please suggest. Thanks and regards Neha Chatrath Date: Mon, 14 Nov 2011 15:41:43 +0100 From: Dejan Muhamedagic To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] Regarding Stonith RAs Message-ID: <2014144142.GA3735@squib> Content-Type: text/plain; char

Re: [Pacemaker] Query regarding "crm node standby/online" command

2011-11-15 Thread neha chatrath
mechanism? I need this to detect scenarios like if eth0 is working fine (thus, no break in cluster communication via Heartbeat) but there is some issue with either eth1 or eth2, I need to raise some alarms etc Thanks and regards Neha Chatrath Message: 4 Date: Tue, 08 Nov 2011 09:45:17 +0100 From

Re: [Pacemaker] Regarding Stonith RAs

2011-11-16 Thread neha chatrath
6]: debug: on_msg_register:client lrmadmin [10062] registered Nov 14 13:16:57 ggns2mexsatsdp17.hsc.com lrmd: [3976]: notice: on_msg_get_rsc_types: can not find this RA class stonith" Thanks and regards Neha Chatrath > -- >

Re: [Pacemaker] Regarding Stonith RAs

2011-11-24 Thread neha chatrath
has the following value: [root@p init.d]# echo $PATH /usr/lib/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin Thanks and regards Neha Chatrath Date: Fri, 18 Nov 2011 10:22:22 +1100 From: Andrew Beekhof To: The Pacemaker cluster resource manager Subj

Re: [Pacemaker] Regarding Stonith RAs

2011-11-30 Thread neha chatrath
Hello Andreas, Pacemaker is not built with Heartbeat support on RHEL-6 and its derivatives. How do I check this and what steps do I need to take to resolve this issue. Thanks and regards Neha Chatrath On Thu, Nov 24, 2011 at 5:38 PM, neha chatrath wrote: > Hello, > > I could ge