Re: [Pacemaker] Problem configuring a simple ping resource

2013-06-27 Thread Jacobo García
Effectively Lars, just editing the attribute symmetric cluster and setting it to true made the resource work. This also has helped me to clarify the concepts of assymetric and symetric clusters. Thanks, Jacobo García On Thu, Jun 27, 2013 at 5:10 PM, Lars Marowsky-Bree wrote: > On 2013-06-27T17:

Re: [Pacemaker] Problem configuring a simple ping resource

2013-06-27 Thread Lars Marowsky-Bree
On 2013-06-27T17:01:37, Jacobo García wrote: > Enable assymetric clustering > crm_attribute --attr-name symmetric-cluster --attr-value false > > Then I configure the resource: > crm configure primitive ping ocf:pacemaker:ping params > host_list="10.34.151.73" op monitor interval=15s timeout=5s >

[Pacemaker] Problem configuring a simple ping resource

2013-06-27 Thread Jacobo García
Hello I am trying to configure a simple ping resource in order to start understanding the mechanics under pacemaker. I have sucessfully configured corosync between 2 EC2 nodes on the same region, with the following configuration: logging{ to_logfile: yes logfile: /var/log/corosync.log } tot