Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread emmanuel segura
Hello Lars, I was just trying in my virtual lab. Thanks anyway 2014-07-15 20:48 GMT+02:00 Lars Marowsky-Bree : > On 2014-07-15T14:03:00, emmanuel segura wrote: > >> Thanks Lars for you answer, >> >> I was using crm_resource, because using crmsh i can't start a resource >> on a specific node. >

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread Lars Marowsky-Bree
On 2014-07-15T14:03:00, emmanuel segura wrote: > Thanks Lars for you answer, > > I was using crm_resource, because using crmsh i can't start a resource > on a specific node. crm_resource can't do that either directly; you need to do this in two steps, moving a resource to a node and then starti

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread Robert Dahlem
Hi, On 15.07.2014 14:03, emmanuel segura wrote: > I was using crm_resource, because using crmsh i can't start a resource > on a specific node. > > example: > > crm(live)resource# start Dummy2 node02 > usage: start You can "move" a stopped resource, then start it: crm resource move Dummy2 nod

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread emmanuel segura
Thanks Lars for you answer, I was using crm_resource, because using crmsh i can't start a resource on a specific node. example: crm(live)resource# start Dummy2 node02 usage: start 2014-07-15 12:59 GMT+02:00 Lars Marowsky-Bree : > On 2014-07-15T12:44:49, emmanuel segura wrote: > >> Hello Lar

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread Lars Marowsky-Bree
On 2014-07-15T12:44:49, emmanuel segura wrote: > Hello Lars, > > I saw the same problem on suse 11, this is the example command i found > in the man page for stop a resource > > man crm_resource > Start or stop a resource: Please use the crm shell to start/stop resources. crm res

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-15 Thread emmanuel segura
Hello Lars, I saw the same problem on suse 11, this is the example command i found in the man page for stop a resource man crm_resource Start or stop a resource: crm_resource -r my_first_ip -p target_role -v stopped ::

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-14 Thread emmanuel segura
Thanks Lars, I took the command from man page, "Disabling a resource management for a resource in the CRM crm_resource -p is_managed -r my_first_ip -t primitive -v off " I think the man pages is wrong, because is missing the --meta parameter 2014-07-12 20:36 GMT+02:00 Lars Marowsky

Re: [Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-12 Thread Lars Marowsky-Bree
On 2014-07-10T21:57:24, emmanuel segura wrote: > I know heartbeat is deprecated, but we have an old cluster, and today > i tryed to disable the cluster monitoring for maintance on a resource > using the following command "crm_resource -r myresource -t primitive > -p is_managed -v off", but after

[Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

2014-07-10 Thread emmanuel segura
Hello List, I know heartbeat is deprecated, but we have an old cluster, and today i tryed to disable the cluster monitoring for maintance on a resource using the following command "crm_resource -r myresource -t primitive -p is_managed -v off", but after this, the cluster stopped the resource, so m