Helo,

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

Reply via email to