MySQL Forums
Forum List  »  NDB clusters

ndb_restore error.....
Posted by: kim sungtae
Date: May 11, 2005 11:15PM

hi...

i am testing mysql cluster with 3 linux machine(1 ndb_mgm , 2 api).

i want to know how to restore after backup.

error message

ndb_restore -b 1 -r -n 2 --ndb-connectstring=192.168.0.1:1186
Ndb version in backup files: Version 4.1.11
Configuration error: Could not alloc node id at 192.168.0.1 port 1186: No free node id found for mysqld(API).
Failed to connect to ndb!!

what's mean that error message.....

my config.ini

[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=140M
IndexMemory=40M
MaxNoOfAttributes=2000
TransactionDeadlockDetectionTimeout=12000
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
portnumber=2202
[NDB_MGMD]
HostName=192.168.0.1
[NDBD]
HostName=192.168.0.2
DataDir= /home/mysql
[NDBD]
HostName=192.168.0.3
DataDir=/home/ndb
[MYSQLD]
[MYSQLD]

Thanks for your help,

sungtae.

Options: ReplyQuote


Subject
Views
Written By
Posted
ndb_restore error.....
5080
May 11, 2005 11:15PM
2331
May 17, 2005 09:54AM
2374
May 18, 2005 07:44AM


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.