The log file reads: mysql@host1:/tmp$ cat ndb_setup-10025.log 2013-09-16 14:45:29,154: ERROR [exec_cmdv;clusterhost.py:479]: output=2013-09-16 14:44:58 [ndbd] INFO -- Angel connected to '127.0.0.1:1186' 2013-09-16 14:45:29 [ndbd] ERROR -- Failed to allocate nodeid, error: 'Error: Could not alloc node id at 127.0.0.1 port 1186: Id 1 already allocated by another node.' 2013-09-16 14:45:29,156: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in handle_startClusterReq map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in start_pgroup map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 165, in start_proc ch.exec_cmdv(util.params_to_cmdv(executable, params), pc, stdinFile) File "/opt/mysql-cluster/share/mcc/clusterhost.py", line 476, in exec_cmdv subprocess.check_call(cmdv, stdin=stdin, stdout=output, stderr=output) File "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '[u'/opt/mysql-cluster/bin/ndbmtd', '--ndb-nodeid=1', '--ndb-connectstring=127.0.0.1:1186,']' returned non-zero exit status 1 2013-09-16 14:47:08,487: ERROR [exec_cmdv;clusterhost.py:479]: output=2013-09-16 14:46:38 [ndbd] INFO -- Angel connected to '127.0.0.1:1186' 2013-09-16 14:47:08 [ndbd] ERROR -- Failed to allocate nodeid, error: 'Error: Could not alloc node id at 127.0.0.1 port 1186: Id 1 already allocated by another node.' 2013-09-16 14:47:08,487: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in handle_startClusterReq map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in start_pgroup map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 165, in start_proc ch.exec_cmdv(util.params_to_cmdv(executable, params), pc, stdinFile) File "/opt/mysql-cluster/share/mcc/clusterhost.py", line 476, in exec_cmdv subprocess.check_call(cmdv, stdin=stdin, stdout=output, stderr=output) File "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '[u'/opt/mysql-cluster/bin/ndbmtd', '--ndb-nodeid=1', '--ndb-connectstring=127.0.0.1:1186,']' returned non-zero exit status 1 2013-09-16 14:59:31,321: ERROR [exec_cmdv;clusterhost.py:479]: output=/opt/mysql-cluster/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/mysql-cluster/MySQL_Cluster/53/mysql.socket' (2)' Check that mysqld is running and that the socket: '/opt/mysql-cluster/MySQL_Cluster/53/mysql.socket' exists! 2013-09-16 14:59:31,322: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in handle_startClusterReq map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 191, in map(lambda pg: start_pgroup(pg, body), body['pgroups']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in start_pgroup map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 178, in map(lambda p: start_proc(p,body), pgroup['plist']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 165, in start_proc ch.exec_cmdv(util.params_to_cmdv(executable, params), pc, stdinFile) File "/opt/mysql-cluster/share/mcc/clusterhost.py", line 476, in exec_cmdv subprocess.check_call(cmdv, stdin=stdin, stdout=output, stderr=output) File "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '[u'/opt/mysql-cluster/bin/mysqladmin', '--port=3306', '--user=root', 'shutdown', '--socket=/opt/mysql-cluster/MySQL_Cluster/53/mysql.socket']' returned non-zero exit status 1 2013-09-16 14:59:47,546: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 316, in handle_runMgmdCommandReq s = mgmd.recv(4096) File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) File "/opt/mysql-cluster/share/mcc/util.py", line 35, in socket_shutter sock.shutdown(socket.SHUT_RDWR) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 107] Transport endpoint is not connected 2013-09-16 14:59:47,547: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 316, in handle_runMgmdCommandReq s = mgmd.recv(4096) File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) File "/opt/mysql-cluster/share/mcc/util.py", line 35, in socket_shutter sock.shutdown(socket.SHUT_RDWR) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 107] Transport endpoint is not connected 2013-09-16 14:59:47,548: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 316, in handle_runMgmdCommandReq s = mgmd.recv(4096) File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) File "/opt/mysql-cluster/share/mcc/util.py", line 35, in socket_shutter sock.shutdown(socket.SHUT_RDWR) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 107] Transport endpoint is not connected 2013-09-16 14:59:51,211: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 314, in handle_runMgmdCommandReq with util.socket_shutter(socket.create_connection((hostname, port))) as mgmd: File "/usr/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused 2013-09-16 14:59:53,206: ERROR [do_POST;request_handler.py:428]: POST request failed: Traceback (most recent call last): File "/opt/mysql-cluster/share/mcc/request_handler.py", line 423, in do_POST rep = handle_req(msg) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 101, in handle_req return h(req, req['body']) File "/opt/mysql-cluster/share/mcc/request_handler.py", line 314, in handle_runMgmdCommandReq with util.socket_shutter(socket.create_connection((hostname, port))) as mgmd: File "/usr/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused