|
|||||||||||
|
Re: Gentoo Linux and NDBD doestn work
From: Matthew Montgomery <mmontgomery(at)mysql.com>
Date: Sun Sep 09 2007 - 12:23:56 EDT
Which start phase are these nodes blocking at? Use the "ALL STATUS" command in ndb_mgm to find out. Does the same error still appear in the ndb_1_cluster.log ? 2007-09-09 14:46:09 [MgmSrvr] INFO -- Node 1: Initial start, waiting for 0000000000000004 to connect, nodes [ all: 0000000000000006 If it does then it is likely a still in Phase 1. The problem being that the two ndbd processes are able to communicate with the ndb_mgmd process but not with each other. This is caused by the fact that one ndbd process is connected via 127.0.0.1 (lo) and the other is from 192.168.0.1 (eth0). You should set your ndb_connectstring=192.168.1.109 rather than 127.0.0.1 so that the ndbd traffic occurs over the same interface. -- 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 Sun Sep 9 12:24:52 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:10 EDT |
||||||||||
|
|||||||||||