MySQL Forums
Forum List  »  NDB clusters

Re: Multiple instances setup in cluster environment ?
Posted by: Peter Niebling
Date: September 01, 2005 12:20PM

[NDB_MGMD DEFAULT]
DataDir=/var/lib/mysql-cluster

[NDB_MGMD]
Id=1
HostName=172.18.18.14

[MYSQLD]
Id=11
HostName=172.18.18.15

[MYSQLD]
Id=12
HostName=172.18.18.16


[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=512MB
IndexMemory=1024MB
MaxNoOfTables=1024
MaxNoOfOrderedIndexes=1024
MaxNoOfUniqueHashIndexes=1024
RedoBuffer=32MB
DataDir=/var/lib/mysql-cluster

[NDBD]
Id=21
HostName=172.18.18.17

[NDBD]
Id=22
HostName=172.18.18.18


Thanks for your tryout !

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Multiple instances setup in cluster environment ?
2068
September 01, 2005 12:20PM


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.