Re: [Pacemaker] Correct way to update RA and CIB without stopping all nodes

2011-04-14 Thread Evgeniy Ivanov
Thank you! On Thu, Apr 14, 2011 at 1:18 PM, Andrew Beekhof wrote: > this should do it: > > > maintenance-mode=true > replace agents > update cib > crm resource cleanup name-of-resource-you-replaced > maintenance-mode=true > > On Wed, Apr 13, 2011 at 9:58 PM, Evgeniy Ivanov > wrote: >> Hi, >> >>

Re: [Pacemaker] Correct way to update RA and CIB without stopping all nodes

2011-04-14 Thread Vladislav Bogdanov
14.04.2011 12:18, Andrew Beekhof wrote: > this should do it: > > > maintenance-mode=true > replace agents > update cib > crm resource cleanup name-of-resource-you-replaced > maintenance-mode=true Latter should be =false Does it really help to replace RAs to ones with incompatible parameters or

Re: [Pacemaker] Correct way to update RA and CIB without stopping all nodes

2011-04-14 Thread Andrew Beekhof
this should do it: maintenance-mode=true replace agents update cib crm resource cleanup name-of-resource-you-replaced maintenance-mode=true On Wed, Apr 13, 2011 at 9:58 PM, Evgeniy Ivanov wrote: > Hi, > > I want to update cluster with new RAs and CIB. New CIB is incompatible > with new RAs and

[Pacemaker] Correct way to update RA and CIB without stopping all nodes

2011-04-13 Thread Evgeniy Ivanov
Hi, I want to update cluster with new RAs and CIB. New CIB is incompatible with new RAs and new RAs are incompatible with new CIB. Also I don't wan't to stop all nodes and start them with an empty CIB. Are there any correct ways to do it? -- Evgeniy Ivanov _