MySQL Forums
Forum List  »  NDB clusters

Re: unable to connect managment node in NDB cluster
Posted by: Mouhsen Ibrahim
Date: July 16, 2017 03:02AM

Hi,

Try this config file:

[ndb_mgmd default]
# Directory for MGM node log files
DataDir=/var/lib/mysql-cluster

[ndb_mgmd]
#MNGTND
HostName=10.0.2.9
NodeId=1

[ndbd default]
NoOfReplicas=2 # Number of replicas
DataMemory=256M # Memory allocate for data storage
IndexMemory=128M # Memory allocate for index storage
#Directory for Data Node
DataDir=/var/lib/mysql-cluster

[ndbd]
#datand1
HostName=10.0.2.5
NodeId=2

[ndbd]
#datand2
HostName=10.0.2.6
NodeId=3

[mysqld]
.
[mysqld]

I removed PortNumber option because 1186 is the default one also you had a space before it.

Please try to start the server again and let me know the result.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: unable to connect managment node in NDB cluster
1045
July 16, 2017 03:02AM


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.