Reputation: 21
I have a Erlang cluster with some nodes. One day, I want to make a new node to join to the cluster by using net_adm:ping to ping to a specific node. But I got failure. Surely that this is not a cookie problem, or firewall neither because the cluster is working well. Just only connection from the specific node in the cluster to a new node got failure. So, I think this is an EPMD issue (maybe), then I want to reset the EPMD on the specific node. So anyone help me to point out how to reset EPMD without reset VM in order to a new node can connect to successfully?
Thanks so much!!!
Upvotes: 0
Views: 315