MySQL Forums
Forum List  »  NDB clusters

Re: unable to connect managment node in NDB cluster
Posted by: mastanvali shaik
Date: July 05, 2017 08:29AM

Hello Mikael,

Here is my config file which I have used in NDB cluster setup.

ndb_mgmd default]
# Directory for MGM node log files
DataDir=/var/lib/mysql-cluster
 
[ndb_mgmd]
#MNGTND
HostName=10.0.2.9
 Portnumber=1186

[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
 
[ndbd]
#datand2
HostName=10.0.2.6
 
[mysqld]
#sqlnd1
HostName=10.0.2.7
 
[mysqld]
#sqlnd2
HostName=10.0.2.8

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: unable to connect managment node in NDB cluster
1373
July 05, 2017 08:29AM


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.