Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1562

/var/lib/mysql/localhost.localdomain.err: unknown option '--ndbcluster' (1 reply)

$
0
0
I am working on MySql 5.1.35 with cluster packages ver

- MySQL-Cluster-gpl-management-7.1.5-1.rhel5.i386.rpm
- MySQL-Cluster-gpl-storage-7.1.5-1.rhel5.i386.rpm
- MySQL-Cluster-gpl-tools-7.1.5-1.rhel5.i386.rpm

for cluster. But when i start the sql on node i get

Starting MySQL...Manager of pid-file quit without updating [FAILED]
and in : /var/lib/mysql/localhost.localdomain.err

100811 17:41:06 InnoDB: Starting shutdown...
100811 17:41:08 InnoDB: Shutdown completed; log sequence number 0 46409
100811 17:41:08 [Warning] Forcing shutdown of 1 plugins
100811 17:41:08 [Note] /usr/sbin/mysqld: Shutdown complete

100811 17:41:08 mysqld_safe mysqld from pid file /var/lib/mysql/localhost.localdomain.pid ended
100811 17:56:42 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
100811 17:56:45 InnoDB: Started; log sequence number 0 46409
100811 17:56:45 [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'
100811 17:56:45 [ERROR] Aborting

100811 17:56:45 InnoDB: Starting shutdown...
100811 17:56:47 InnoDB: Shutdown completed; log sequence number 0 46409
100811 17:56:47 [Warning] Forcing shutdown of 1 plugins
100811 17:56:47 [Note] /usr/sbin/mysqld: Shutdown complete

100811 17:56:47 mysqld_safe mysqld from pid file /var/lib/mysql/localhost.localdomain.pid ended
100811 18:05:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
100811 18:06:01 InnoDB: Started; log sequence number 0 46409
100811 18:06:01 [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'
100811 18:06:01 [ERROR] Aborting

------------------------------------------------------------------------------
my.cnf file contains::


# Options for mysqld process:
[mysql.server]
dir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

[mysql]
socket=/var/lib/mysql/mysql.sock

[MYSQLD]
ndbcluster # run NDB storage engine
ndb-connectstring=172.16.20.14 # location of management server
# Options for ndbd process:

ndb-mgmd-host=172.16.20.14
#ndb-nodeid=5 #this caused the ndbcluster engine to not be loaded by the plugin - see
log
engine_condition_pushdown=1 # send WHERE statements to Data Nodes for
evaluation

[NDBD]
ndbd-host=172.16.20.14
ndb-nodeid=2
[NDBD]
ndbd-host=172.16.20.14
ndb-nodeid=3

[NDB_MGMD]
ndb-mgmd-host=172.16.20.14
ndb-nodeid=4

[MYSQL_CLUSTER]
ndb-connectstring=172.16.20.14 # location of management server
---------------------------------------------------------------------------------

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>