MySQL Forums
Forum List  »  NDB clusters

Re: all datanodes was
Posted by: Christian Tölle
Date: August 11, 2015 05:38PM

config:


[NDBD DEFAULT]
NoOfReplicas=2
MaxNoOfAttributes = 14000
[MYSQLD DEFAULT]

[NDB_MGMD DEFAULT]

[TCP DEFAULT]
# Section for the cluster management node


[NDB_MGMD]
# IP address of the management node (this system)
nodeid=1
HostName=172.22.4.194




# Section for the storage nodes

[NDBD]
# IP address of the first storage node
nodeid=2
HostName=172.22.4.184
DataDir= /var/lib/mysql
MaxNoOfOrderedIndexes =512
DataMemory=6GB
IndexMemory=512M
MaxNoOfConcurrentOperations=128000



[NDBD]
nodeid=3
# IP address of the second storage node
HostName=172.22.4.191
DataDir=/var/lib/mysql
MaxNoOfOrderedIndexes =512
DataMemory=6GB
IndexMemory=512MB
MaxNoOfConcurrentOperations=128000


# one [MYSQLD] per storage node

[MYSQLD]
nodeid=4
HostName = 172.22.4.181

[MYSQLD]
nodeid=5
HostName = 172.22.4.191

Options: ReplyQuote


Subject
Views
Written By
Posted
2066
August 11, 2015 05:19PM
631
August 11, 2015 05:31PM
Re: all datanodes was
851
August 11, 2015 05:38PM


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.