MySQL Forums
Forum List  »  NDB clusters

multiple computer connection
Posted by: Anurag Parikh
Date: November 04, 2004 02:08PM

Hi all,
My config.ini on the computer where ndb_mgmd is ::
Id:1
ByteOrder: Little
HostName: r1d1
[COMPUTER]
Id:2
ByteOrder: Little
HostName: r2d2

[MGM]
ExecuteOnComputer: 1
LogDestination:FILE:filename=cluster.log,maxsize=1000000,maxfiles=6.
[DB]
NoofReplicas: 1
ExecuteOnComputer: 1
FileSystemPath: /root/ndb_data1
[DB]

NoOfReplicas: 1
ExecuteOnComputer: 2
FileSystemPath: /home/anurag/ensembl

[API]
Id: 4
ExecuteOnComputer: 1

[TCP]
NodeId1: 1
NodeId2: 2

[TCP]
NodeId1: 2
NodeId2: 3
---------------------------------------------
But when ever I try to restart ndbd from second computer r2d2 ;It does not show any error but it never reflects in ndb_mgm
and the o/p from my ndb_mgm--> show is
NDB> show
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 (not connected, accepting connect from r1d1)
id=3 (not connected, accepting connect from r2d2)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @172.16.1.11 (Version: 3.5.2)

[mysqld(API)] 1 node(s)
id=4 (not connected, accepting connect from r1d1)
----------------------------------------------
whenvever i run this command
mysqld --ndb-connectstring=r1d1:2200 -u mysql
It starts and run but even this doesnt relect in ndb_mgm-->show
------------------------------------------------
Please help me where I wrong and why are connefctions not showing up if they are conected or y r they not gettin connected.Also let me know that if I should change something in config.ini file.
Please help me asap.
Anurag

Options: ReplyQuote


Subject
Views
Written By
Posted
multiple computer connection
4003
November 04, 2004 02:08PM


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.