5 messages in com.mysql.lists.clusterMulti data nodes on one box
FromSent OnAttachments
Chad Russell24 Feb 2006 08:48 
Chad Russell24 Feb 2006 09:51 
Stewart Smith26 Feb 2006 15:56 
Chad Russell26 Feb 2006 18:57 
Stewart Smith27 Feb 2006 03:45 
Subject:Multi data nodes on one box
From:Chad Russell (ch@russellit.com)
Date:02/24/2006 08:48:31 AM
List:com.mysql.lists.cluster

I have two servers that are acting as data/sql nodes in a new cluster. The boxes are quad processors with 8Gb ram so I need to run more than one ndbd process on each server to make use of all the ram and the processors.

Here is the data node configuration snippit from my config.ini file:

# Data Nodes [NDBD] HostName=192.xxx.xxx.xxa DataDir= /usr/local/mysql/data [NDBD] HostName=192.xxx.xxx.xxb DataDir= /usr/local/mysql/data

What do I need to add to be able to run a separate ndbd process on these boxes?

Thanks.