Howto dianostic problem in MySQL Cluster?

Posted by maj on Server Fault See other posts from Server Fault or by maj
Published on 2010-04-12T15:14:33Z Indexed on 2010/04/12 15:23 UTC
Read the original article Hit count: 195

Filed under:
|
|

Hi,

I have set up a MySQL cluster following exactly this howto.

Page 1 is completed, but the problem I can see the nodes in ndb_mgm for a little while, and then I get

ndb_mgm> show;
Cluster Configuration
---------------------
[ndbd(NDB)]     2 node(s)
id=2 (not connected, accepting connect from 192.168.0.101)
id=3 (not connected, accepting connect from 192.168.0.102)

[ndb_mgmd(MGM)] 1 node(s)
id=1    @192.168.0.103  (Version: 5.1.45)

[mysqld(API)]   2 node(s)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)

ndb_mgm> 

So the questions is; How do I diagnostic this problem? Does there exist log files I can look in?

© Server Fault or respective owner

Related posts about mysql

Related posts about cluster