[NDBD DEFAULT]
NoOfReplicas=3
LockPagesInMainMemory=1
DataMemory=10G
IndexMemory=4G
MaxNoOfConcurrentOperations=256K
MaxNoOfConcurrentTransactions=256K
MaxNoOfTables=1024
MaxNoOfAttributes=4G
MaxNoOfOrderedIndexes=10000
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
# Managment Server
SendBufferMemory=8M
ReceiveBufferMemory=8M
[NDB_MGMD]
# the IP of THIS SERVER
HostName=MgmtIp
[NDBD]
# the IP of the FIRST SERVER (Data Node)
HostName=Ip1
DataDir= /var/lib/mysql-cluster
[NDBD]
# the IP of the SECOND SERVER (Data Node)
HostName=Ip2
DataDir=/var/lib/mysql-cluster
[NDBD]
HostName=Ip3
DataDir=/var/lib/mysql-cluster
[MYSQLD]
[MYSQLD]
[MYSQLD]
I am getting the above error with the config I have, Can someone please help me with what I am doing wrong. The setup is Cluster with 7.3 and all nodes are on Redhat Enterprise 5.0
NoOfReplicas=3
LockPagesInMainMemory=1
DataMemory=10G
IndexMemory=4G
MaxNoOfConcurrentOperations=256K
MaxNoOfConcurrentTransactions=256K
MaxNoOfTables=1024
MaxNoOfAttributes=4G
MaxNoOfOrderedIndexes=10000
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
# Managment Server
SendBufferMemory=8M
ReceiveBufferMemory=8M
[NDB_MGMD]
# the IP of THIS SERVER
HostName=MgmtIp
[NDBD]
# the IP of the FIRST SERVER (Data Node)
HostName=Ip1
DataDir= /var/lib/mysql-cluster
[NDBD]
# the IP of the SECOND SERVER (Data Node)
HostName=Ip2
DataDir=/var/lib/mysql-cluster
[NDBD]
HostName=Ip3
DataDir=/var/lib/mysql-cluster
[MYSQLD]
[MYSQLD]
[MYSQLD]
I am getting the above error with the config I have, Can someone please help me with what I am doing wrong. The setup is Cluster with 7.3 and all nodes are on Redhat Enterprise 5.0