[Linux-HA] How to add resources into crm through crm admin tools?

2007-05-03 Thread Tao Yu
Hi, Sorry for my beginner's question. Is it possible to add resources using crm admin tools? I read the man pages for crmadmin, crm_resources, but can't see any command to do this. Did I miss anything? Thanks, Tao ___ Linux-HA mailing list Linux-HA@l

RE: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-03 Thread Benjamin Lawetz
. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tao Yu > Sent: May 3, 2007 11:33 AM > To: General Linux-HA mailing list > Subject: [Linux-HA] How to add resources into crm through crm > admin tools? > > Hi, > >

Re: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-03 Thread Tao Yu
L PROTECTED] On Behalf Of Tao Yu > Sent: May 3, 2007 11:33 AM > To: General Linux-HA mailing list > Subject: [Linux-HA] How to add resources into crm through crm > admin tools? > > Hi, > > Sorry for my beginner's question. > > Is it possible to add resources

Re: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-03 Thread Alan Robertson
Tao Yu wrote: > Thanks for the information! > > By doing that, I guess the resource will be added as the last one. Is that > correct? > Is there any control on the order? You can do anything you want, it's just that getting picky means becoming more clever. You can replace subtrees in the XML tr

Re: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-05 Thread Lars Marowsky-Bree
On 2007-05-03T12:26:04, Tao Yu <[EMAIL PROTECTED]> wrote: > Thanks for the information! > > By doing that, I guess the resource will be added as the last one. Is that > correct? > Is there any control on the order? The order of resources within the CIB doesn't matter; except within group objects

Re: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-06 Thread Yan Fitterer
One reason I like to order the resources, is that when one has more resources than can be displayed by crm_mon in a screenful (at least whilst remaining readable...), it is useful to be able to put things like STONITH resources at the bottom. AFAIK Easiest way to achieve resources ordering is to d

Re: [Linux-HA] How to add resources into crm through crm admin tools?

2007-05-07 Thread Andrew Beekhof
On 5/6/07, Yan Fitterer <[EMAIL PROTECTED]> wrote: One reason I like to order the resources, is that when one has more resources than can be displayed by crm_mon in a screenful (at least whilst remaining readable...), it is useful to be able to put things like STONITH resources at the bottom. AF