MySQL Forums
Forum List  »  NDB clusters

Re: MySQL-Max 4.1.14 refuses to join cluster as storage node
Posted by: Tim Pearson
Date: October 13, 2005 09:08PM

Yes, each of the machines has a different nodeid:
management server: 1
first (malfunctioning) server: 2
second (OK) server: 3

I had to specify the nodeids because I wanted the servers to reconnect in case of failure, according to this bug: http://bugs.mysql.com/bug.php?id=6328

This required me to use these commands when starting the management server:
ndb_mgmd --nodaemon --no-nodeid-checks --connect-string=nodeid=1

Interestingly, the cluster was working perfectly before I changed it according to that information. Why would the change break only one server though, I wonder.

Thanks for your help,

Tim

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL-Max 4.1.14 refuses to join cluster as storage node
1522
October 13, 2005 09:08PM


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.