MySQL Forums
Forum List  »  NDB clusters

Re: MySQL cluster MGMD
Posted by: Tomas Ulin
Date: October 05, 2004 02:12PM

Rytis,

I'm sorry to hear about you problems.

I have a fresh compile of 4.1.6 and I've done the following to try to reproduce your problem:

bash-2.05b$ mysql-4.1/ndb/src/mgmsrv/ndb_mgmd
Error opening file: config.ini
bash-2.05b$ cat > Ndb.cfg
nodeid=1;host=localhost:2200
bash-2.05b$ mysql-4.1/ndb/src/mgmsrv/ndb_mgmd
Error opening file: config.ini
bash-2.05b$ cat > config.ini
[NDBD DEFAULT]
NoOfReplicas: 1

[MYSQLD DEFAULT]

[NDB_MGMD DEFAULT]

[TCP DEFAULT]

[NDB_MGMD]
HostName = localhost

[NDBD]
HostName = localhost
DataDir: /mc-data

[MYSQLD]
[MYSQLD]
[MYSQLD]
bash-2.05b$ mysql-4.1/ndb/src/mgmsrv/ndb_mgmd
bash-2.05b$ mysql-4.1/ndb/src/mgmclient/ndb_mgm
-- NDB Cluster -- Management Client --
Connecting to Management Server: localhost:2200
NDB> show
Cluster Configuration
---------------------
[ndbd(NDB)] 1 node(s)
id=2 (not connected, accepting connect from localhost)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @127.0.0.1 (Version: 3.5.2)

[mysqld(API)] 3 node(s)
id=3 (not connected, accepting connect from any host)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)

NDB>



Hence everything looks ok.

can you please go to mysql-test directory and run:

./mysql-test-run --with-ndbcluster --do-test=ndb

to verify that your build is ok.

BR,

Tomas

Options: ReplyQuote


Subject
Views
Written By
Posted
4610
October 05, 2004 06:27AM
Re: MySQL cluster MGMD
2899
October 05, 2004 02:12PM
3016
October 11, 2004 03:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.