|
|||||||||||
|
Re: MySQL client not connecting to management server?
From: Matthew Montgomery <mmontgomery(at)mysql.com>
Date: Sat Sep 29 2007 - 00:01:09 EDT
Based on the attached output of 'SHOW', your config.ini has two [NDBD] blocks defined which dictates that two datanodes constitutes a full cluster. For a "initial system start" all defined NDBD nodes must be present. For a "system start", NDBD requires that at least one member from each node group is started before the cluster as a whole may start. You haven't stated what your NoOfReplicas value is. This is fairly important for understanding how start up is handled. If NoOfReplicas = 1 you have one node per node group. This setting makes it such that all nodes must be present for a "system start". If NoOfReplicas = 2 then the cluster will wait for at least one node from each node group and StartPartialTimeout and StartPartitionedTimeout to expire before attempting to do a "system start".
Defaults for these are:
Regarding NDB API connections, the ndb-connectstring directs the application to where the management node is located. The management node then notifies the API node when the cluster is started and which data nodes are members of the cluster. The API node then connects to the data nodes using various randomly assigned ports. > Are there any other methods of debugging since this isn't giving me Within the Datadir for ndb_mgmd on 192.168.20.1 will be a ndb_1_cluster.log file this should show you messages from the starting node "id=2 @192.168.20.30" as to why it is delaying start up. Likely it is because this node is waiting for its peer. > Thanks, -- Matthew Montgomery, Support Engineer San Antonio, TX MySQL Inc, www.mysql.com -- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=lists@pantek.comReceived on Sat Sep 29 00:01:42 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:17 EDT |
||||||||||
|
|||||||||||