17 messages in com.mysql.lists.clusterRE: cluster question
FromSent OnAttachments
Frank Cases22 Aug 2005 12:14 
Jonathan Miller22 Aug 2005 12:32 
Frank Cases22 Aug 2005 12:41 
Frank Cases22 Aug 2005 12:47 
Jonathan Miller22 Aug 2005 12:49 
Frank Cases22 Aug 2005 13:16 
Jonathan Miller22 Aug 2005 13:22 
Frank Cases22 Aug 2005 13:22 
Frank Cases22 Aug 2005 14:15 
Jonathan Miller22 Aug 2005 14:39 
Frank Cases22 Aug 2005 14:42 
Jonathan Miller22 Aug 2005 14:44 
Jonathan Miller22 Aug 2005 14:47 
Frank Cases22 Aug 2005 14:52 
Jonathan Miller22 Aug 2005 15:03 
Frank Cases25 Aug 2005 09:22 
Stewart Smith25 Aug 2005 21:25 
Subject:RE: cluster question
From:Jonathan Miller (jmil@mysql.com)
Date:08/22/2005 12:32:33 PM
List:com.mysql.lists.cluster

Are you sure your ndb connection string is setup correctly for that mysqld process?

Have you checked the error log for that mysqld?

Thanks JBM

-----Original Message----- From: Frank Cases [mailto:fca@teliax.com] Sent: Monday, August 22, 2005 2:14 PM To: clus@lists.mysql.com Subject: cluster question

wondering this..

go a 3 node cluster.. A B and C each running mysqld A1 B1 C1

now i added 4 new mysql servers since the process dies on them i wanted to make mysqld on each of 4 new boxes and connect via sock and make one database on there part of cluster

so DB1 on node A B C Accesible via A1 B1 C1 and new D1 E1 F1 G1

i added new 4 slots in config.ini for [MYSQLD] restart ndb_mgm with new config

started one extra server .. D1 .. connecting and all then i created a DB thats already cluster on A to C

but iits not populating the tables;;

also

[mysqld(API)] 5 node(s) id=5 (Version: 4.1.13) id=6 (Version: 4.1.13) id=7 (Version: 4.1.13) id=8 (not connected, accepting connect from any host) id=9 (not connected, accepting connect from any host)

- Mgmt server state: nodeid 8 reserved for ip 1.2.3.4, m_reserved_nodes 000000000000

i see it reserves but is i waiting on the id9 ?