MySQL Forums
Forum List  »  NDB clusters

Re: The location where mysql cluster save the data
Posted by: Wiest Wang
Date: February 19, 2012 07:52PM

Hi Andrew

This is the contents of my cluster config.ini

[tcp default]
SendBufferMemory=4M
ReceiveBufferMemory=4M



[ndbd default]
NoOfReplicas: 2
DataMemory: 1024M
IndexMemory: 256M
DataDir: /data/data
BackupDataDir: /data/backup
FileSystemPath: /data/fspath
LockPagesInMainMemory: 0
ODirect:1
MaxNoOfConcurrentScans:500
TimeBetweenLocalCheckpoints:6
NoOfFragmentLogFiles:4
FragmentLogFileSize:256M

UndoIndexBuffer:64M
UndoDataBuffer:128M

[ndb_mgmd]
nodeid: 1
hostname: 10.45.26.85
datadir: /mysql/data
ArbitrationRank=1

[ndbd]
nodeid: 11
hostname: 10.45.26.101

[ndbd]
nodeid: 12
hostname: 10.45.26.103

[mysqld]
nodeid: 61
hostname: 10.45.26.104
ArbitrationRank=2

[mysqld]
nodeid: 62
hostname: 10.45.26.102
ArbitrationRank=2


thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The location where mysql cluster save the data
1288
February 19, 2012 07:52PM


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.