MySQL Forums
Forum List  »  NDB clusters

Cannot configure cluster
Posted by: Brian Leung
Date: November 07, 2004 10:45PM

Hi there,

I was attempting to set up to run the mysql cluster among two machines, so that when one machine down and the other can be up right away. Both of the machine is successfully running the mysqld daemon. And I set up one machine as the management server. It ran the ndbd and ndb_mgmd daemon. And the other just ran the ndbd.

The following is my config.ini
[NDBD DEFAULT]
NoOfReplicas: 2

[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEAFULT]

[NDB_MGMD]
HostName = 10.117.29.120

[NDBD]
HostName = 10.117.29.120
DataDir: /var/local/mysql-cluster

[NDBD]
HostName = 10.117.29.121
DataDir: /var/local/mysql-cluster

[MYSQLD]
[MYSQLD]
[MYSQLD]


However, when I attempted to test and create table on one machine (e.g. 10.117.29.120), I got the error message Error: Can't create table './test/ctest.frm' (errno:4009).

Please advice if anyone encountered similar incidents.

Thanks so much

Options: ReplyQuote


Subject
Views
Written By
Posted
Cannot configure cluster
3425
November 07, 2004 10:45PM
2441
December 03, 2004 06:23AM


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.