Hello,
I'm having problem on firing up Memcached on MySQL Cluster 7.2.2 And i'm using single server for this.
Installed OS : Linux Ubuntu 11.04
Installed Package : mysql-cluster-gpl-7.2.2-linux2.6-i686.tar.gz
Command:
administrator@ubuntu:/usr/local/mysql/bin$ sudo ./memcached -E ../lib/ndb_engine.so -e "connectstring=localhost:1186;role=db-only;" -vv -c 20 -u root
Output of Command :
04-Jan-2012 16:46:24 IST NDB Memcache 5.5.16-ndb-7.2.2 started [NDB 7.2.2; MySQL 5.5.16]
Contacting primary management server (localhost:1186) ...
Connected to "localhost:1186" as node id 4.
Retrieved 2 key prefixes for server role "db-only".
The default behavior is that:
GET uses NDB only
SET uses NDB only
DELETE uses NDB only.
The 1 explicitly defined key prefix is "t:" (demo_table_tabs)
Connected to "localhost" as node id 5.
Server started with 4 threads.
Priming the pump ...
administrator@ubuntu:/usr/local/mysql/bin$
====================
administrator@ubuntu:/usr/local/mysql/bin$ ndb_mgm -e show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2, Nodegroup: 0, Master)
id=6 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2, Nodegroup: 1)
[ndb_mgmd(MGM)] 1 node(s)
id=1 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2)
[mysqld(API)] 3 node(s)
id=3 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)
Memcached API can't connected to the server.
I'm having problem on firing up Memcached on MySQL Cluster 7.2.2 And i'm using single server for this.
Installed OS : Linux Ubuntu 11.04
Installed Package : mysql-cluster-gpl-7.2.2-linux2.6-i686.tar.gz
Command:
administrator@ubuntu:/usr/local/mysql/bin$ sudo ./memcached -E ../lib/ndb_engine.so -e "connectstring=localhost:1186;role=db-only;" -vv -c 20 -u root
Output of Command :
04-Jan-2012 16:46:24 IST NDB Memcache 5.5.16-ndb-7.2.2 started [NDB 7.2.2; MySQL 5.5.16]
Contacting primary management server (localhost:1186) ...
Connected to "localhost:1186" as node id 4.
Retrieved 2 key prefixes for server role "db-only".
The default behavior is that:
GET uses NDB only
SET uses NDB only
DELETE uses NDB only.
The 1 explicitly defined key prefix is "t:" (demo_table_tabs)
Connected to "localhost" as node id 5.
Server started with 4 threads.
Priming the pump ...
administrator@ubuntu:/usr/local/mysql/bin$
====================
administrator@ubuntu:/usr/local/mysql/bin$ ndb_mgm -e show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2, Nodegroup: 0, Master)
id=6 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2, Nodegroup: 1)
[ndb_mgmd(MGM)] 1 node(s)
id=1 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2)
[mysqld(API)] 3 node(s)
id=3 @127.0.0.1 (mysql-5.5.16 ndb-7.2.2)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)
Memcached API can't connected to the server.