MySQL Forums
Forum List  »  NDB clusters

Re: NDBCLUSTER engine - Table is full
Posted by: taner selim
Date: May 27, 2009 03:43AM

SOLVED... Apparently, ndb_mgmd was not reading out of the config.ini but was using some defaults.

i did

1. ndb_mgmd --initial
2. changed /etc/init.d/ndb_mgmd to:
ndb_mgmd -f /var/lib/mysql-cluster/config.ini
3. rebooted mgm server
4. restarted node 2 (wait for start)
5 restyart node 3

and now:

Node 2: Data usage is 5%(2692 32K pages of total 48000)
Node 2: Index usage is 7%(2306 8K pages of total 32800)
Node 3: Data usage is 5%(2694 32K pages of total 48000)
Node 3: Index usage is 7%(2306 8K pages of total 32800)


Thanx for the pointers.

Options: ReplyQuote


Subject
Views
Written By
Posted
18294
May 26, 2009 03:39AM
Re: NDBCLUSTER engine - Table is full
7566
May 27, 2009 03:43AM


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.