MySQL Forums
Forum List  »  Install & Repo

Problem about installing the MySQL cluster
Posted by: HE ZIJIAN
Date: June 24, 2013 08:28PM

Hi:
I have problem about installing the MySQL cluster(version mysql-5.5.30 ndb-7.2.12) on Red Hat Enterprise Linux Server release 6.2 (Santiago).The ndb_mgmd and ndbd process start sucessfully,but the mysqld process failed to start.In the error message file about mysqld process,has the following messages:
------------------------------------------------------------------------------

130625 10:09:07 mysqld_safe Starting mysqld daemon with databases from /u01/mysql/data/mysql
130625 10:09:07 [Note] Plugin 'FEDERATED' is disabled.
130625 10:09:07 [Note] NDB: NodeID is 21, management server '10.86.10.104:1186'
130625 10:09:38 [Note] NDB[0]: NodeID: 21, some storage nodes connected
130625 10:09:38 [Warning] NDB: server id set to zero - changes logged to bin log with server id zero will be logged with another server id by slave mysqlds
130625 10:09:38 [Note] Starting Cluster Binlog Thread
130625 10:09:38 InnoDB: The InnoDB memory heap is disabled
130625 10:09:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130625 10:09:38 InnoDB: Compressed tables use zlib 1.2.3
130625 10:09:38 InnoDB: Using Linux native AIO
130625 10:09:38 InnoDB: Initializing buffer pool, size = 128.0M
130625 10:09:38 InnoDB: Completed initialization of buffer pool
130625 10:09:38 InnoDB: highest supported file format is Barracuda.
130625 10:09:38 InnoDB: Waiting for the background threads to start
130625 10:09:39 InnoDB: 5.5.30-ndb-7.2.12 started; log sequence number 1595675
130625 10:09:39 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
130625 10:09:39 [Note] - '0.0.0.0' resolves to '0.0.0.0';
130625 10:09:39 [Note] Server socket created on IP: '0.0.0.0'.
130625 10:09:39 [Note] Event Scheduler: Loaded 0 events
130625 10:09:39 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.30-ndb-7.2.12-cluster-commercial-advanced' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Cluster Server - Advanced Edition (Commercial)
130625 10:09:40 [Note] NDB: Creating mysql.ndb_schema
130625 10:09:40 [Note] NDB: Flushing mysql.ndb_schema
130625 10:09:50 [Warning] execute index stats listener failed: error 1427 line 2537
130625 10:09:51 [Note] NDB: Creating mysql.ndb_schema
130625 10:09:51 [Warning] create index stats listener failed: error 4716 line 2483
130625 10:09:51 [Note] NDB Binlog: CREATE TABLE Event: REPL$mysql/ndb_schema
130625 10:09:52 [Warning] create index stats listener failed: error 4716 line 2483
130625 10:09:53 [Warning] create index stats listener failed: error 4716 line 2483
130625 10:09:54 [Warning] create index stats listener failed: error 4716 line 2483
130625 10:09:55 [Warning] create index stats listener failed: error 4716 line 2483
------------------------------------------------------------------------------
I have also check that the service iptables is disabled,and selinux is disabled.

Options: ReplyQuote


Subject
Written By
Posted
Problem about installing the MySQL cluster
June 24, 2013 08:28PM


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.