Re: [Pacemaker] resource running on both nodes

2013-06-03 Thread ESWAR RAO
Hi Lars, Thanks for the response. Should I configure the resource as below? # crm configure primitive oc_proxyapp lsb::proxyapp meta allow-migrate="true" migration-threshold="3" failure-timeout="30s" op monitor interval="5s" # crm oc_proxyapp_clone oc_proxyapp I couldn't find anywhere about on

Re: [Pacemaker] resource running on both nodes

2013-06-03 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Lars Marowsky-Bree [mailto:l...@suse.com] > Sent: Monday, 3 June 2013 11:25 PM > To: The Pacemaker cluster resource manager > Subject: Re: [Pacemaker] resource running on both nodes > > On 2013-06-03T18:22:39, ESWAR RAO wrote: >

Re: [Pacemaker] resource running on both nodes

2013-06-03 Thread Lars Marowsky-Bree
On 2013-06-03T18:22:39, ESWAR RAO wrote: > Hi All, > > Can someone please help me in my below setup?? > > I have 2 node setup with HB+pacemaker. > I have my app running on both the nodes before the start of HB and > pacemaker. > > Later I configured the crm as below: > > # crm configure primi

[Pacemaker] resource running on both nodes

2013-06-03 Thread ESWAR RAO
Hi All, Can someone please help me in my below setup?? I have 2 node setup with HB+pacemaker. I have my app running on both the nodes before the start of HB and pacemaker. Later I configured the crm as below: # crm configure primitive havip ocf:IPaddr2 params ip=192.168.101.205 cidr_netmask=32