MySQL Forums
Forum List  »  NDB clusters

Re: SQL Node clarification
Posted by: Shaheeb Roshan
Date: March 18, 2006 01:58PM

Ok, I think I've resolved this problem too. The docs mention that Node Groups are defined implicitly based on the Id numbers assigned to the nodes. So I adjusted the config to the following:

*********************************
[ndbd_default]
NoOfReplicas=2

[ndbd]
id=2
hostname=xx.xx.xx.20
datadir=/usr/local/var
[ndbd]
id=4
hostname=xx.xx.xx.20
datadir=/usr/local/var

[ndbd]
id=3
hostname=xx.xx.xx.21
datadir=/usr/local/var
[ndbd]
id=5
hostname=xx.xx.xx.21
datadir=/usr/local/var
*********************************

I had to also divide the DataMemory setting under NDBD DEFAULT by 2. When I started the cluster this time, it picked up the nodes and assigned them properly to Node group 0 and Node group 1.

Thanks!

Shaheeb R.

Options: ReplyQuote


Subject
Views
Written By
Posted
1590
March 15, 2006 12:37PM
1238
March 16, 2006 11:28AM
1285
March 16, 2006 04:45PM
1264
March 18, 2006 09:47AM
Re: SQL Node clarification
1191
March 18, 2006 01:58PM


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.