MySQL Forums
Forum List  »  NDB clusters

Invalid parameter for file configuration error
Posted by: Jason Downing
Date: July 10, 2006 04:22PM

I have a 5.1.11 cluster which will start with --initial, but then crashes after a day or so and won't restart without --initial. Here is the error from ndb_pid1710_error.log:

Time: Friday 7 July 2006 - 15:04:01
Status: Permanent error, external action needed
Message: Invalid configuration received from Management Server (Configuration error)
Error: 2350
Error data: Unable to alloc node id
Error object: Error : Could not alloc node id at 192.168.0.17 port 1186: No free node id found for ndbd(NDB).
Program: /usr/local/mysql/bin/ndbd
Pid: 1710
Trace: <no tracefile>
Version: Version 5.1.11 (beta)
***EOM***

Here is my config:

[NDBD DEFAULT]
NoOfReplicas=3
DataMemory=80M
IndexMemory=18M
MaxNoOfAttributes=3000
MaxNoOfConcurrentOperations=1000000
StartFailureTimeout=1000000
StartPartialTimeout=200000
LogLevelStartup=15

[NDB_MGMD]
hostname=192.168.0.17
datadir=/var/lib/mysql-cluster

[NDBD]
hostname=192.168.0.10
datadir=/usr/local/mysql/data
LogLevelStartup=15

[NDBD]
hostname=192.168.0.11
datadir=/usr/local/mysql/data
LogLevelStartup=15

[NDBD]
hostname=192.168.0.12
datadir=/usr/local/mysql/data
LogLevelStartup=15

[MYSQLD]
hostname=192.168.0.13

[MYSQLD]
hostname=192.168.0.14

[MYSQLD]
hostname=192.168.0.15

and on each data node:

[MYSQL_CLUSTER]
ndb-connectstring=192.168.0.17


Does anyone know why it won't restart or what is invalid about my configuration?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Invalid parameter for file configuration error
2653
July 10, 2006 04:22PM


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.