17 messages in com.mysql.lists.clusterRe: DB node hang on start
FromSent OnAttachments
Brancaleoni Matteo20 Jun 2004 00:54 
Brancaleoni Matteo20 Jun 2004 14:24 
Tomas Ulin20 Jun 2004 15:43 
Tomas Ulin21 Jun 2004 04:37 
Tomas Ulin21 Jun 2004 04:45 
Matteo Brancaleoni21 Jun 2004 05:22 
Matteo Brancaleoni21 Jun 2004 07:30 
Tomas Ulin21 Jun 2004 07:57 
Tomas Ulin21 Jun 2004 08:34 
Brancaleoni Matteo21 Jun 2004 10:33 
Tomas Ulin21 Jun 2004 11:36 
Tomas Ulin22 Jun 2004 02:57 
tul...@mysql.com22 Jun 2004 14:37 
Matteo Brancaleoni23 Jun 2004 00:23 
Matteo Brancaleoni23 Jun 2004 01:40 
Matteo Brancaleoni23 Jun 2004 01:46 
Tomas Ulin23 Jun 2004 03:30 
Subject:Re: DB node hang on start
From:Matteo Brancaleoni (mbra@espia.it)
Date:06/23/2004 12:23:41 AM
List:com.mysql.lists.cluster

Hi

for 2 nodes on different machines (I'm assuming you have the same config file as you showed before): -- kill all ndb processes -- <vi|emacs> config.ini -- change computer 2 to your other host (nothing else) -- start ndb_mgmd -- start ndbd -i on "computer 1", Ndb.cfg|NDB_CONNECSTRING should read "host=bestia:2200;nodeid=2" -- ssh to your other machine -- start ndbd -i on "computer 2", Ndb.cfg|NDB_CONNECSTRING should read "host=bestia:2200;nodeid=3", also make sure you have the dir /root/ndb/ndb_data2 on that computer

Ok, done that (as already done, btw I followed that procedure exactly), but ndbd -i on "computer 2" stick@ "-- Start initiated (version 3.5.0)" and on the mgm console, with the "all status" command I see :

NDB> all status Node 2: Starting (Start phase 2) (Version 3.5.0)

Node 3: No contact

NDB>

where Node 3 is the one on the remote machine... no change even if waiting more that 10 minutes.

So seems that Node3(computer 2) starts, get it's configuration (and tcpdump confirms that) but then doesn't communicate with the other node and/or the MGM process.

Matteo.