MySQL Forums
Forum List  »  NDB clusters

Re: Multiple MGM Nodes - Help
Posted by: Jonathan Miller
Date: June 29, 2005 06:54AM

The config.ini will be needed by both ndb_mgmd processes.

NOTE: This is just an example, you will needed to decide what defaults fit your needed and the number of data nodes and mysql/api clients that you need.

Best Regards,
JBM

--------------------------------------------------------------------

[NDBD DEFAULT]
NoOfReplicas: 2
DataDir= /var/lib/mysql-cluster
DataMemory= 1300MB
IndexMemory= 150MB

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

[NDB_MGMD]
Id: 1
HostName: (IP-Address/computer-name)
ArbitrationRank: 1

[NDB_MGMD]
Id: 2
HostName: (IP-Address/computer-name)
ArbitrationRank: 2

[NDBD]
Id: 3
HostName: (IP-Address/computer-name)

[NDBD]
Id: 4
HostName: (IP-Address/computer-name)

[NDBD]
Id: 5
HostName: (IP-Address/computer-name)

[NDBD]
Id: 6
HostName: (IP-Address/computer-name)

[MYSQLD]
Id: 7
HostName: (IP-Address/computer-name)
ArbitrationRank: 0

[MYSQLD]
Id: 8
HostName: (IP-Address/computer-name)
ArbitrationRank: 0

Jonathan Miller
Austin, Texas USA
Senior QA Developer

MySQL AB www.mysql.com

Jumpstart your cluster!
http://www.mysql.com/consulting/packaged/cluster.html

Get training on clusters
http://www.mysql.com/training/courses/mysql_cluster.html

All-in-one Enterprise-grade Database, Support and Services
http://www.mysql.com/network/

Options: ReplyQuote


Subject
Views
Written By
Posted
2644
June 29, 2005 05:44AM
Re: Multiple MGM Nodes - Help
2082
June 29, 2005 06:54AM
2405
June 29, 2005 08:02PM
1920
June 29, 2005 08:10PM
2071
June 29, 2005 08:23PM


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.