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.