MySQL Forums
Forum List  »  NDB clusters

mysql 4.1.10 Cluster Setup
Posted by: Wai Boon Ng
Date: February 21, 2005 02:21AM

Hi,

i had setup 2 nodes for the storage engine, and 1 management node.

but when i start the mysql service from either node1 or node2 i have this problem in the DB01.err (DB01 is my node 1 name). the same happened for node 2

===============================
050221 15:57:34 mysqld started
050221 15:57:34 [ERROR] /usr/local/mysql/bin/mysqld: unknown variable 'ndb-conne
ctstring=10.8.1.74'
050221 15:57:34 mysqld ended
====================================

the 10.8.1.74 is the management server IP which i added in [mysqld] and [mysql_cluster] in /etc/my.cnf

below is the output from the management console.
=======================================
ndb_mgm> show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 (not connected, accepting connect from 10.8.1.72)
id=3 (not connected, accepting connect from 10.8.1.73)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @10.8.1.74 (Version: 4.1.10)

[mysqld(API)] 2 node(s)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)

Pls advice....

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql 4.1.10 Cluster Setup
3180
February 21, 2005 02:21AM
2101
February 21, 2005 02:24AM
2178
February 21, 2005 03:10AM


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.