Thank you for the tip, trying to use the command to restart, "rabbitmqctl eval 'supervisor2:terminate_child(rabbit_mgmt_sup_sup, rabbit_mgmt_sup), rabbit_mgmt_sup_sup:start_child().'", however; seems either the syntax needs to be populated with other values or something else is wrong.It errors "INFO: Could not find files for the given pattern(s).******************************ERLANG_HOME not set correctly.******************************Please either set ERLANG_HOME to point to your Erlang installation or place theRabbitMQ server distribution in the Erlang lib folder.Thoughts? We are running 2 clusters on a node, I am trying to get rid of the original cluster (which would be the third).Thanks.
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/9PGIa6uyHAo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Jennifer NordengSystems Analyst, Advanced Technical Solutions Pearson VUE 5601 Green Valley Drive,
Bloomington, MN 55437
+1 952 681 3625Learn more at pearson.com --
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
rabbitmqctl and other RabbitMQ tools need ERLANG_HOME to be set because they run on the Erlang VM.In other words, they don't even run and abort very early, so it's expected that they don't have any effect.
On Tue, Jun 7, 2016 at 6:36 PM,
Thank you for the tip, trying to use the command to restart, "rabbitmqctl eval 'supervisor2:terminate_child(rabbit_mgmt_sup_sup, rabbit_mgmt_sup), rabbit_mgmt_sup_sup:start_child().'", however; seems either the syntax needs to be populated with other values or something else is wrong.
It errors "INFO: Could not find files for the given pattern(s).******************************ERLANG_HOME not set correctly.******************************Please either set ERLANG_HOME to point to your Erlang installation or place theRabbitMQ server distribution in the Erlang lib folder.Thoughts? We are running 2 clusters on a node, I am trying to get rid of the original cluster (which would be the third).Thanks.
On Mon, Jun 6, 2016 at 7:02 PM, Michael Klishin <mkli...@pivotal.io> wrote:How exactly do you remove the other nodes and what is the error message?Nodes reporting they are not cluster members certainly means something isn't right.You can completely wipe management database (it's in memory only and is not meant for long term statscollection by design), see at the bottom of http://www.rabbitmq.com/management.html.However, if you see the nodes still being cluster members after that, it means at least some nodesconsider them to be such.
On Tuesday, June 7, 2016 at 12:13:40 AM UTC+3, SallySue wrote:Hello. Was able to remove one node of the 3 nodes in a cluster and it was removed from the Management portal. I've tried the forget_cluster_node command for the other 2, isn't working, says the node isn't part of the cluster, tried a reinstall and a rename, that didn't work.Is there a registry entry or another way to remove the node from the portal?Thanks--
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.