Hi Randy,
That's odd - don't see that problem when I try it.
C:\Users\Andrew>D:\Andrew\Documents\mysql-cluster-gpl-7.2.8-winx64\bin\ndb_mgmd
--configdir=D:\Andrew\Documents\MySQL\my_cluster\conf -f
D:\Andrew\Documents\MySQL\my_cluster\conf\config.ini --initial
MySQL Cluster Management Server mysql-5.5.27 ndb-7.2.8
Could neither create or open key
'SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL Cluster Management Server',
error: 5
Failed to setup event logging
Could neither create or open key
'SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL Cluster Management Server',
error: 5
Failed to setup event logging
If I miss out the --configdir option then I see the same error as you do.
Do you happen to specify a configdir in your config.ini file? In any case, would be
interesting to see what's in that file.
Maybe also try running with the --verbose option to see if there are any more hints.
Regards, Andrew.
From: Randy Johnson [mailto:randy@stripped]
Sent: 26 September 2012 03:24
To: Andrew Morgan
Cc: cluster@stripped
Subject: RE: Windows Cluster 7.2.7 Zip Download configdir issue
Hello,
I am sorry about the delay in reply on this. This project is back on track. I downloaded
the latest zip file today and here is the command and error message:
C:\Documents and Settings\rjohnson>
E:\mysql-cluster-gpl-7.2.8-winx64\cluster\mysql\bin\ndb_mgmd
--configdir=E:\mysql-cluster-gpl-7.2.8-winx64\cluster\conf -f
E:\mysql-cluster-gpl-7.2.8-winx64\cluster\conf\config.ini --initial
MySQL Cluster Management Server mysql-5.5.27 ndb-7.2.8
2012-09-25 22:19:12 [MgmtSrvr] INFO -- The default config directory 'C:/Program
Files/MySQL/MySQL Server 5.5/mysql-cluster' does not exist. Trying to create it...
Failed to create directory 'C:/Program Files/MySQL/MySQL Server 5.5/mysql-cluster', error:
3
2012-09-25 22:19:12 [MgmtSrvr] ERROR -- Could not create directory 'C:/Program
Files/MySQL/MySQL Server 5.5/mysql-cluster'. Either create it manually or specify a
different directory with --configdir=<path>
C:\Documents and Settings\rjohnson>
From: Andrew Morgan [mailto:HYPERLINK
"mailto:andrew.morgan@stripped"andrew.morgan@stripped]
Sent: Friday, September 07, 2012 3:16 AM
To: Randy Johnson
Cc: HYPERLINK "mailto:cluster@stripped"cluster@stripped
Subject: RE: Windows Cluster 7.2.7 Zip Download configdir issue
What is the error message you see when specifying
--configdir=E:\mysql-cluster-gpl-7.2.7-winx64\cluster\conf and -f
E:\mysql-cluster-gpl-7.2.7-winx64/cluster/conf/config.ini?
Regards, Andrew.
From: Randy Johnson HYPERLINK "mailto:[mailto:randy@stripped]"[mailto:randy@stripped]
Sent: 05 September 2012 03:50
To: Andrew Morgan
Cc: HYPERLINK "mailto:cluster@stripped"cluster@stripped
Subject: RE: Windows Cluster 7.2.7 Zip Download configdir issue
Hello,
I just tried it again and I received the same error.
I also have an installer issue email I sent the same day. Have you a chance to review
that one?
I am sort of at a standstill with moving forward with this project because I cannot get
either install to work.
Randy
From: Andrew Morgan [mailto:HYPERLINK
"mailto:andrew.morgan@stripped"andrew.morgan@stripped]
Sent: Monday, September 03, 2012 9:04 AM
To: Randy Johnson
Cc: HYPERLINK "mailto:cluster@stripped"cluster@stripped
Subject: RE: Windows Cluster 7.2.7 Zip Download configdir issue
Hi Randy,
I'm just back from vacation. Have you tried replacing the linux style "/" with the Windows
style "\" for all of your command-line arguments?
Best Regards, Andrew.
cid:part1.03070407.00020404@stripped
Andrew Morgan - MySQL High Availability Senior Product Manager
+44-7833483595
HYPERLINK "mailto:andrew.morgan@stripped"andrew.morgan@stripped
@andrewmorgan
HYPERLINK "http://www.clusterdb.com"www.clusterdb.com
From: Randy Johnson HYPERLINK "mailto:[mailto:randy@stripped]"[mailto:randy@stripped]
Sent: 25 August 2012 04:51
To: HYPERLINK "mailto:cluster@stripped"cluster@stripped
Subject: Windows Cluster 7.2.7 Zip Download configdir issue
Hello,
I downloaded cluster 7.2.7 zip archive.
I am following the quick start guide and I am up to this command:
E:/mysql-cluster-gpl-7.2.7-winx64/cluster/mysql/bin/ndb_mgmd -f
E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf/config.ini --initial
--configdir=E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf
When I run that command I am receiving this error:
Here is the text in case the image does not come through:
E:\mysql-cluster-gpl-7.2.7-winx64\cluster\mysql>E:/mysql-cluster-gpl-7.2.7-winx6
4/cluster/mysql/bin/ndb_mgmd -f E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf/c
onfig.ini --initial --configdir=E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf
MySQL Cluster Management Server mysql-5.5.25 ndb-7.2.7
2012-08-24 23:46:55 [MgmtSrvr] INFO -- The default config directory 'C:/Prog
ram Files/MySQL/MySQL Server 5.5/mysql-cluster' does not exist. Trying to create
it...
Failed to create directory 'C:/Program Files/MySQL/MySQL Server 5.5/mysql-cluste
r', error: 3
2012-08-24 23:46:55 [MgmtSrvr] ERROR -- Could not create directory 'C:/Progra
m Files/MySQL/MySQL Server 5.5/mysql-cluster'. Either create it manually or spec
ify a different directory with --configdir=<path>
E:\mysql-cluster-gpl-7.2.7-winx64\cluster\mysql>
Am I doing something wrong?