2 messages in com.mysql.lists.clusterProblem with configuration file confi...| From | Sent On | Attachments |
|---|---|---|
| Jörg Nowak | 09 Nov 2005 00:07 | |
| Frank Cases | 09 Nov 2005 08:10 |
| Subject: | Problem with configuration file config.ini in MySQL Cluster 5![]() |
|---|---|
| From: | Jörg Nowak (joer...@web.de) |
| Date: | 11/09/2005 12:07:39 AM |
| List: | com.mysql.lists.cluster |
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 : StopOnError missing ..
But "StopOnError" is in config.ini.
Where can I read about it in the documentation ? Who has a complete config.ini example ?
My config.ini (works for 4.1.14):
------------------------------------------------------------
[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
----------------------------------------------------------------
Joerg Nowak
______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130




