Problem with configuration file config.ini in MySQL Cluster 5.0
Posted by:
Jörg Nowak
Date: November 08, 2005 09:04AM
Hello,
are there any incompatibilities in config.ini between MySQL Cluster 4.1 and 5.0 ?
I try to setup a 5.0 cluster with the config.ini of MySQL cluster 4.1.x but it failed.
the error message was "Invalid configuration fetched from Management Server" Fault ID: 2350 ...
Object of reference : StopOn Error missing ..
But "StopOnError" is in config.ini.
Where can I read about it in the documentation ?
My config.ini:
------------------------------------------------------------
[COMPUTER DEFAULT]
[NDBD DEFAULT]
#ANY CHANGES IN THIS SECTION WOULD HAVE TO RESTART THE NDBD DAEMONS. ONLY THEN THE CHANGES WILL HAVE EFFECT.
NoOfReplicas: 2
DataMemory: 4G
IndexMemory: 500M
Diskless: 0
#0 means Data is written to the disk. 1 means that data is handled in memory itself.
StopOnError: 0
MaxNoOfConcurrentOperations: 260000
TransactionBufferMemory: 5000
#Disk Write parameters
NoOfDiskPagesToDiskDuringRestartTUP: 40960
NoOfDiskPagesToDiskDuringRestartACC: 40960
NoOfDiskPagesToDiskAfterRestartTUP: 40
NoOfDiskPagesToDiskAfterRestartACC: 40
BackupDataDir: /locA/db/backup
#Performance parameters
#TimeBetweenLocalCheckpoints: 16 #Meaning: Checkpoint runs continuously
NoOfFragmentLogFiles: 200 #Meaning: 4096MB of REDO Log Space
RedoBuffer: 2048M
# MaxNoOfAttributes - Number of columns over all tables
MaxNoOfAttributes: 2000
[API DEFAULT]
[MGM DEFAULT]
ArbitrationRank: 2
[TCP DEFAULT]
PortNumber: 58004
SendBufferMemory: 10240000
ReceiveBufferMemory: 10240000
[COMPUTER]
Id: 1
HostName: x.x.x.x
[COMPUTER]
Id: 2
HostName: x.x.x.x
[COMPUTER]
Id: 3
HostName: x.x.x.x
[NDB_MGMD]
Id: 1
ExecuteOnComputer: 3
PortNumber: 1801
[NDBD]
Id: 2
ExecuteOnComputer: 1
FileSystemPath: /locA/db/node2/
#LockPagesInMainMemory: 1
[NDBD]
Id: 3
ExecuteOnComputer: 2
FileSystemPath: /locA/db/node3/
#LockPagesInMainMemory: 1
[NDBD]
Id: 4
ExecuteOnComputer: 1
FileSystemPath: /locA/db/node4/
#LockPagesInMainMemory: 1
[NDBD]
Id: 5
ExecuteOnComputer: 2
FileSystemPath: /locA/db/node5/
#LockPagesInMainMemory: 1
#MORITZ
[API]
Id: 6
ExecuteOnComputer: 1
#UDO
[API]
Id: 7
ExecuteOnComputer: 2
#Used for ndb_restore
[API]
Id: 8
ExecuteOnComputer: 1
#Used for ndb_restore
[API]
Id: 9
ExecuteOnComputer: 2
----------------------------------------------------------------
Subject
Views
Written By
Posted
Problem with configuration file config.ini in MySQL Cluster 5.0
2371
November 08, 2005 09:04AM
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.