[ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Somanath Jeeva
Hi, I am trying to remove a node from the pacemaker'/corosync cluster, using the command "crm_node -R dl360x4061 -force". Though this command removes the node from the cluster, it is appearing as offline after pacemaker/corosync restart in the nodes that are online. Is there any other command t

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Debabrata Pani
March 2016 17:14 To: "users@clusterlabs.org" Subject: [ClusterLabs] Removing node from pacemaker. Hi, I am trying to remove a node from the pacemaker¹/corosync cluster, using the command ³crm_node -R dl360x4061 ­force². Though this command removes the node from the cluster, it is

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Andrei Maruha
Hi, Usually I use the following steps to delete node from the cluster: 1. #crm corosync del-node 2. #crm_node -R node --force 3. #crm corosync reload Instead of steps 1 and 2you can delete certain node from the corosync config manually and run: #corosync-cfgtool -R On 03/03/2016 02:44 PM, Som

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Ken Gaillot
he CIB. > Regards, > Debabrata > > > From: Somanath Jeeva > Reply-To: Cluster Labs - All topics related to open-source clustering > welcomed > Date: Thursday, 3 March 2016 17:14 > To: "users@clusterlabs.org" > Subject: [ClusterLabs] Removing node from

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Debabrata Pani
open-source clustering >> welcomed >> Date: Thursday, 3 March 2016 17:14 >> To: "users@clusterlabs.org" >> Subject: [ClusterLabs] Removing node from pacemaker. >> >> >> Hi, >> >> I am trying to remove a node from the pacemaker¹/

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-03 Thread Debabrata Pani
Thursday, 3 March 2016 17:50 To: Cluster Labs - All topics related to open-source clustering welcomed mailto:users@clusterlabs.org>> Subject: Re: [ClusterLabs] Removing node from pacemaker. Hi, Usually I use the following steps to delete node from the cluster: 1. #crm corosync del-node 2.

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-04 Thread Dejan Muhamedagic
Hi, On Thu, Mar 03, 2016 at 03:20:56PM +0300, Andrei Maruha wrote: > Hi, > Usually I use the following steps to delete node from the cluster: > 1. #crm corosync del-node > 2. #crm_node -R node --force > 3. #crm corosync reload I'd expect all this to be wrapped in "crm node delete". Isn't that th

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-04 Thread Andrei Maruha
I have tried it on my cluster, "crm node delete" just removes node from the cib without updating of corosync.conf. After restart of pacemaker service you will get something like this: Online: [ node1 ] OFFLINE: [ node2 ] BTW, you will get the same state after "pacemaker restart", if you remov

Re: [ClusterLabs] Removing node from pacemaker.

2016-03-06 Thread Dejan Muhamedagic
Hi, On Fri, Mar 04, 2016 at 01:07:34PM +0300, Andrei Maruha wrote: > I have tried it on my cluster, "crm node delete" just removes node > from the cib without updating of corosync.conf. Ah, I didn't know that this is about udpu where nodes are listed in corosync.conf. > After restart of pacemake