MySQL Forums
Forum List  »  NDB clusters

Re: Second Management Node not connecting
Posted by: Mikael Ronström
Date: August 28, 2020 05:02AM

Not sure what the issue is, however when starting the
second MGM server it is important to point to the
first MGM server.

So starting the first can be done with:
ndb_mgmd --config-file=/path/to/config.ini --configdir=/path/to/configdir --ndb-nodeid=1

Whereas the second can be started with:
ndb_mgmd --config-file=/path/to/config.ini --configdir=/path/to/configdir --ndb-nodeid=1 --ndb-connectstring=192.168.0.82

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Second Management Node not connecting
374
August 28, 2020 05:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.