Manuel Blechschmidt
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Manuel Blechschmidt-
Manuel Blechschmidt commented,
wrong browser windows should be part of: http://support.severalnines.com/entries/20675667-installing-mysql-cluster-on-two-amazon-ec2-instances-fails-because-ndb-mgmd-can-t-be-started?page=1#post_2...
-
Manuel Blechschmidt commented,
32bit ami-973b06e3
-
Manuel Blechschmidt commented,
The paths to the cmon rpm files in the i386 packages are also not correctly anymore. Here are the correct ones: http://www.severalnines.com/downloads/cmon/cmon-agent-1.1.10-1.i386.rpm http://www.se...
-
Manuel Blechschmidt commented,
Further the mysql password should be quoted in bootstrap.sh: remote_cmd_nosudo ${host} "LD_LIBRARY_PATH=$libdir:$libdir/mysql $bindir/mysql --defaults-file=$installconfigpath/my.cnf -uroot -p$my...
-
Manuel Blechschmidt commented,
Adding nohup to the start-mgmd.sh in the following line: remote_cmd ${host} "nohup $libexec/ndb_mgmd --ndb-nodeid=${nodeid} -c \"$host:1186\" -f $configini --configdir=/etc// --reload --initial"...
-
Manuel Blechschmidt commented,
Here is a strace showing what the sshd daemon is doing: $ ssh -q -t -i/home/ec2-user/ClusterSSHKey/manuelblechschmidt.pem ec2-user@10.48.98.35 "sudo /usr/sbin//ndb_mgmd --ndb-nodeid=1 -c "10.48.98...
-
Manuel Blechschmidt commented,
Just for reference here is my config.ini. I am using only two machines on EC2 (small. I am a poor guy ;-) ) mysql_password='*******'cmon_password='*******'cmon_monitor='10.48.98.35'mysql_port=3306p...
-
Manuel Blechschmidt commented,
I can start the server manually with another sshd client running at the same time on the same machine: $ sudo /usr/sbin//ndb_mgmd --ndb-nodeid=1 -c "10.48.98.35:1186" -f /etc//config.ini --config...
-
Manuel Blechschmidt commented,
Seams that I found the problem. I used the same datadir for ndbd_mgm and ndbd. I changed this now.
-
Manuel Blechschmidt commented,
It seams that the folder /storage/mysqlcluster is owned by root and the process is run as the ec2-user. I will further dig into it.