Re: [Pacemaker] Disable writing logs to system log /var/log/messages when using crm_resource, crmadmin, cibadmin, etc commands

2011-11-03 Thread Kashif
f you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! -Original Message- From: Andrew Beekhof [mailto:and...@beekhof.net] Sent: Thursday, November 03, 2011 6:10 PM To: Kashif Subject: Re: Disable writing logs to system log /var/log/messages

Re: [Pacemaker] How to add primitive resource to an already existing Group using crm

2012-09-12 Thread Kashif Jawed Siddiqui
How to add new resource to existing group using command ? Regards, Kashif Jawed Siddiqui *** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or

Re: [Pacemaker] How to add primitive resource to an already existing Group using crm

2012-09-12 Thread Kashif Jawed Siddiqui
Hi, The below works perfectly fine :) crm configure show Grp1 | sed 's/$/ newrsc/' | crm configure load update - Please do take up to provide a command for the same in the future versions of Pacemaker CRM. Regards, Kashif Jawe

Re: [Pacemaker] behaviour of failure-timeout

2012-09-13 Thread Kashif Jawed Siddiqui
as above >>- Are checks only run on the node where the failcount was increased or >>on all No. It is run on all nodes Regards, Kashif Jawed Siddiqui >>Cheers! >>Mario ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org htt

Re: [Pacemaker] [COLOCATION] constraints

2012-09-14 Thread Kashif Jawed Siddiqui
easy understanding can be) colocation myset-1 inf: app1 app2 colocation myset-2 inf: app2 app3 And so on.. Why is the diffrence in configuration for 2 resources only? More than 2 resources follow the same pattern. Please help explain? Regards,

Re: [Pacemaker] how to delete a virtualdomain when it is running?

2012-09-19 Thread Kashif Jawed Siddiqui
Hi, I try to delete a resource XYZ of type ocf:heartbeat:dummy by using the below crm resource unmanage XYZ crm configure property stop-orphan-resources=false Then, crm configure delete XYZ But the delete fails. WHy ? ?? ?? ? Regards, Kashif Jawed

Re: [Pacemaker] Howto recover from unclan (online)

2013-01-16 Thread Kashif Jawed Siddiqui
Hi Dejan/Andrew Can you list down the possible scenarios in which the Node state changes to online (UNCLEAN). I have encountered this few times, but I would like to know the possible scenarios for reproducing the same. Regards, Kashif Jawed Siddiqui

Re: [Pacemaker] [PACEMAKER] Why cant't migrate group resource with collation in drbd resource

2013-01-23 Thread Kashif Jawed Siddiqui
You must change the order #order DRBD_BEF_FS inf: ms_drbd:promote IP-AND-FS:start order DRBD_BEF_FS inf: IP-AND-FS:start ms_drbd:promote //First start IP-AND-FS, only then promote ms_drbd Regards, Kashif Jawed Siddiqui

Re: [Pacemaker] [PACEMAKER] Why cant't migrate group resource with collation in drbd resource

2013-01-23 Thread Kashif Jawed Siddiqui
... Therefore in your scenario, you must configure (as I said) colocation FS_WITH_DRBD inf: IP-AND-FS ms_drbd:Master order DRBD_BEF_FS inf: IP-AND-FS:start ms_drbd:promote Though it means opposite, but the behavior is as you expect.(owing to Pacemaker backward compatibility) Regards, Kashif Jawed

Re: [Pacemaker] [PACEMAKER] Why cant't migrate group resource with collation in drbd resource

2013-01-23 Thread Kashif Jawed Siddiqui
Ohh.. I think it is wrongly interpreted by me. Apologies Regards, Kashif Jawed Siddiqui *** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or

Re: [Pacemaker] Release Date for Pacemaker 1.2

2013-01-30 Thread Kashif Jawed Siddiqui
Hi, I would like to know the planned releases for Pacemaker 1.2 / 2.0. Can you help me know approximate date or any link to find exact information ? Regards, Kashif Jawed Siddiqui *** This e

Re: [Pacemaker] Release Date for Pacemaker 1.2

2013-01-31 Thread Kashif Jawed Siddiqui
Well, It should be Ok. Eagerly waiting for the Pacemaker 2.0 Release. (expecting atleast by March) Regards, Kashif Jawed Siddiqui *** This e-mail and attachments contain confidential information from HUAWEI

Re: [Pacemaker] How to start resources in a Resource Group in parallel

2011-12-01 Thread Kashif Jawed Siddiqui
es in Resource Group start in serial order for Pacemaker based clusters. Is there a way to start multiple resources in parallel? Regards KASHIF ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinf

Re: [Pacemaker] How to start resources in a Resource Group in parallel

2012-01-31 Thread Kashif Jawed Siddiqui
do it for Corosync? can you suggest? Regards KASHIF From: Andrew Beekhof [and...@beekhof.net] Sent: Tuesday, January 31, 2012 2:34 PM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] How to start resources in a Resource Group in

Re: [Pacemaker] How to start resources in a Resource Group in parallel

2012-01-31 Thread Kashif Jawed Siddiqui
. From: Dejan Muhamedagic [deja...@fastmail.fm] Sent: Tuesday, January 31, 2012 4:22 PM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker] How to start resources in a Resource Group in parallel Hi, On Tue, Jan 31, 2012 at 10:29:14AM +, Kashif Jawed

Re: [Pacemaker] migrate resource for specified time: problem

2012-02-05 Thread Kashif Jawed Siddiqui
This problem is observed when the system time is not set to GMT or UTC. Example, if system time is in IST format, then it is GMT+5:30. During time normalization in iso8601_fields.c, it is causing the error conversion of time. I will mail the detailed probable fix soon. Regards KASHIF