From: Wagner Bianchi Date: August 8 2012 1:23pm Subject: Re: error starting data node List-Archive: http://lists.mysql.com/cluster/8386 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b10c8df9e594904c6c1049d --047d7b10c8df9e594904c6c1049d Content-Type: text/plain; charset=ISO-8859-1 You are passing a wrong nodeid in the ndb's connectstring. Your management node is configured as NodeId=1 and you're passing nodeid=10.IP:PORT...pay attention on that and test once again. something like this: ndbd nodeid=1,172.17.3.66:1186 Best wishes, -- *Wagner Bianchi, Oracle ACE* - *wagnerbianchi.com* *Mobile:* +55 (31) 8654 - 9510 *Twitter*: @wagnerbianchijr *Skype*: wbianchijr / @wbcon -- *Blog:* wagnerbianchi.com/blog *LinkedIn*: http://br.linkedin.com/in/wagnerbianchi *Lattes:* http://lattes.cnpq.br/2041067758113940 Oracle ACE: http://tinyurl.com/cyltkyz Company: http://wbconsulting.com.br * * 2012/8/8 Aastha > elo, > > I am receiving error when trying to start the data node. The > configuration seems ok. > Kindly help. > > *C:\mysql\bin>ndbd* > *Unable to connect with connect string: nodeid=10,172.17.3.66:1186* > *Retrying every 5 > seconds. Attempts left: 12 11 10 9 8 7 6 5 4 3 2 1, > failed.* > *2012-08-07 18:19:20 [ndbd] ERROR -- Could not connect to management > server, e**rror: ''* > > *Config.ini on management node :* > > [ndbd default] > > # Options affecting ndbd processes on all data nodes: > > NoOfReplicas=1 # Number of replicas > > DataDir=C:/mysql/bin/cluster-data # Directory for each data node's data > files > > # Forward slashes used in directory > path, > > # rather than backslashes. This is > correct; > > # see Important note in text > > DataMemory=80M # Memory allocated to data storage > > IndexMemory=18M # Memory allocated to index storage > > # For DataMemory and IndexMemory, we have used the > > # default values. Since the "world" database takes up > > # only about 500KB, this should be more than enough for > > # this example Cluster setup. > > > [ndb_mgmd] > > # Management process options: > > HostName=172.17.3.66 # Hostname or IP address of management > node > > DataDir=C:/mysql/bin/cluster-logs # Directory for management node log > files > > NodeId=1 > > [ndbd] > > # Options for data node "A": > > HostName=172.17.3.69 # Hostname or IP address > > NodeId=10 > > MaxNoOfOrderedIndexes=1024 > > MaxNoOfAttributes=3000 # added 2012.7.20 > > [mysqld] > > # SQL node A options: > > HostName=172.17.3.68 # Hostname or IP address > > NodeId=60 > > [mysqld] > > # SQL node B options: > > HostName=172.17.3.67 # Hostname or IP address > > NodeId=61 > > > > *my.ini on management server* > > [mysql_cluster] > > # Options for management node process > > config-file=c:/mysql/bin/config.ini > > configdir=c:/mysql/bin/cluster-cache/ > > > *my.ini on data node * > > [mysql_cluster] > > # Options for data nod process: > > ndb-connectstring=172.17.3.66 # location of the management server > > ndb-nodeid=10 > > Kindly help. I have looked at the configuration and things fine to me > > > Regards, > > Aastha Gupta > --047d7b10c8df9e594904c6c1049d--