MySQL Forums
Forum List  »  NDB clusters

Re: Application nodes does not join cluster
Posted by: Kai Koppelmann
Date: June 03, 2015 05:28AM

Edit: i already tried increasing with --ndb-wait-setup value up to 500.
Same result.

Edit 2: missed the config.ini-Content

[ndbd default]
# Options affecting ndbd processes on all data nodes:
NoOfReplicas=2 # Number of replicas
DataDir=h:/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:
NodeId=1
HostName=A4TMQL103.A41MGT.LOCAL
DataDir=s:/cluster-logs
[ndb_mgmd]
# Management process options:
NodeId=2
HostName=A4TMQL104.A41MGT.LOCAL
DataDir=s:/cluster-logs

[ndbd]
# Options for data node "A":
NodeId=5
HostName=A4TMQL105.A41MGT.LOCAL
[ndbd]
NodeId=6
# Options for data node "B":
HostName=A4TMQL106.A41MGT.LOCAL

[mysqld]
# SQL node options:
NodeId=3
HostName=A4TMQL103.A41MGT.LOCAL
[mysqld]
# SQL node options:
NodeId=4
HostName=A4TMQL104.A41MGT.LOCAL

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Application nodes does not join cluster
1395
June 03, 2015 05:28AM


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.