From: Tomas Ulin Date: June 22 2004 9:57am Subject: Re: DB node hang on start List-Archive: http://lists.mysql.com/cluster/26 Message-Id: <40D802A3.3020005@mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ok, didn't say much. (I haven't "spell checked" this... so use it with judgement ) can you please try the following (I'm assuming you've done make install): > export NDB_CONNECTSTRING= > killall -9 mysqld ndbd ndb_mgmd ndb mgmtsrvr (skip if you're sure) > cd mysql/mysql-test > ndb/ndbcluster --initial --small > ndb_show_tables you should get a 2-node cluster started and 2 tables listed > ndb/ndbcluster --stop > ndbcluster/1.ndb_mgm/config.ini -- change hostname localhost to bestia on all COMPUTER > ndb/ndbcluster --small (NO --initial, it will overwrite you edit) > ndb_show_tables > ndb/ndbcluster --stop if this works: (I'm assuming you've done make install on a machine called xxx) > ndbcluster/1.ndb_mgm/config.ini change -- change hostname to xxx on COMPUTER id: 3 > scp -r ndbcluster xxx:/mysql-test/. > ( cd ndbcluster/1.ndb_mgm ; ndb_mgmd -d -c config.ini ) & > ( cd ndbcluster/2.ndb_db ; ndbd -d ) & > ssh xxx -- login > cd /mysql-test/ > ( cd ndbcluster/3.ndb_db ; ndbd -d ) & Brancaleoni Matteo wrote: >Hi Tomas, > >I'm sending the trace of the remote DB node that stick @ : >[root@bestia ndb_data2]# /usr/local/mysql/libexec/ndbd >2004-06-21 21:06:44 [NDB] INFO -- Angel pid: 3727 ndb pid: 3728 >2004-06-21 21:06:44 [NDB] INFO -- NDB Cluster -- DB node 3 >2004-06-21 21:06:44 [NDB] INFO -- Version 3.5.0 (beta) -- >2004-06-21 21:06:44 [NDB] INFO -- Start initiated (version 3.5.0) > >no trace onto the manager server. > > >