Re: [Pacemaker] changing cluster-ip

2013-07-04 Thread Michael Schwartzkopff
Am Donnerstag, 4. Juli 2013, 13:47:47 schrieb andreas graeper: > pcs resource update p_clusterip ip=a.b.c.d > > OR > > crm resource edit p_clusterip > ( vi .. :wq ) > > should work ?! Yes. Also see: http://www.caliburn.nl/topposting.html > 2013/7/4 Andrew Beekhof > > > On 04/07/2013, at 8:

Re: [Pacemaker] changing cluster-ip

2013-07-04 Thread andreas graeper
pcs resource update p_clusterip ip=a.b.c.d OR crm resource edit p_clusterip ( vi .. :wq ) should work ?! 2013/7/4 Andrew Beekhof > > On 04/07/2013, at 8:37 PM, Leon Fauster > wrote: > > > Am 04.07.2013 um 12:02 schrieb andreas graeper >: > >> > >> i tried to change the IPaddr2 parameter ip

Re: [Pacemaker] changing cluster-ip

2013-07-04 Thread Andrew Beekhof
On 04/07/2013, at 8:37 PM, Leon Fauster wrote: > Am 04.07.2013 um 12:02 schrieb andreas graeper : >> >> i tried to change the IPaddr2 parameter ip >> >> 1) crm resource edit >> >> 2) pcs resource update = >> >> in both cases the cib is modified (`crm configure show` shows) >> but old

Re: [Pacemaker] changing cluster-ip

2013-07-04 Thread andreas graeper
hi and thanks, works great! what i was wondering about: when i stop IPaddr2 the crm_mon tells it is started ( cib .. target-role=stopped ) and `ip addr show` tells that the old secondary ip is still active. .. maybe i have to wait more patiently for ipaddr2 to be stopped ?! thanks andreas 2013/7

Re: [Pacemaker] changing cluster-ip

2013-07-04 Thread Leon Fauster
Am 04.07.2013 um 12:02 schrieb andreas graeper : > > i tried to change the IPaddr2 parameter ip > > 1) crm resource edit > > 2) pcs resource update = > > in both cases the cib is modified (`crm configure show` shows) > but old ip only is pingable and all depending resources are stopped

[Pacemaker] changing cluster-ip

2013-07-04 Thread andreas graeper
hi i tried to change the IPaddr2 parameter ip 1) crm resource edit (vi .. ) 2) pcs resource update = in both cases the cib is modified (`crm configure show` shows) but old ip only is pingable and all depending resources are stopped crm resource stop p_clusterip # does not stop that resourc