Re: [Pacemaker] Query regarding a Trigger when a node gets online in cluster

2014-08-05 Thread Andrew Beekhof
On 4 Aug 2014, at 1:40 pm, Dharmesh wrote: > Hi, > > I am trying to implement following Scenario :- > > i am having a 2 node cluster. Both the nodes are having PostgreSQL as > Database & database replication is on from primary PostgreSQL node to > secondary PostgreSQL node. > > Test Scenar

Re: [Pacemaker] Query regarding a Trigger when a node gets online in cluster

2014-08-03 Thread Dharmesh
Hi, I am trying to implement following Scenario :- i am having a 2 node cluster. Both the nodes are having PostgreSQL as Database & database replication is on from primary PostgreSQL node to secondary PostgreSQL node. Test Scenario :- In case my Primary node goes down (Powered off or network fa

Re: [Pacemaker] Query regarding a Trigger when a node gets online in cluster

2014-08-01 Thread Andrew Beekhof
On 1 Aug 2014, at 8:18 pm, Dharmesh wrote: > Hi, > > I am stuck with a problem in my cluster setup. > I am having a 2 node Pacemaker/Heartbeat cluster. My requirement is to > execute a shell script from the currently online node to the other node (via > ssh) when it gets online in cluster. I