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
> <vi|emacs> 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)
> <vi|emacs> ndbcluster/1.ndb_mgm/config.ini
change
-- change hostname to xxx on COMPUTER id: 3
> scp -r ndbcluster xxx:<your mysql install path>/mysql-test/.
> ( cd ndbcluster/1.ndb_mgm ; ndb_mgmd -d -c config.ini ) &
> ( cd ndbcluster/2.ndb_db ; ndbd -d ) &
> ssh xxx
-- login
> cd <your mysql install path>/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.
>
>
>