Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1560

mysql cluster (1 reply)

$
0
0
Hi ALL,


I have a cluster set-up with 2nodes,2mysqld, 1mgm node .


2 nodes are of each 2GB RAM.

I'M try to restore a 1.5GB of file into the cluster,but i not able to do it .

i would like to know if its possible to load 1.5GB file into my cluster.

my config.ini file is




[ndbd default]
# Options affecting ndbd processes on all data nodes:
NoOfReplicas=2 # Number of replicas
DataMemory=640M # How much memory to allocate for data storage
IndexMemory=512M # How much memory to allocate for index storage


MaxNoOfConcurrentTransactions=10000
MaxNoOfConcurrentOperations=110000
#MaxNoOfLocalOperations=500000
MaxNoOfConcurrentIndexOperations=81920
#MaxNoOfConcurrentScans=256
#MaxNoOfLocalScans=1000
#MaxNoOfOpenFiles=1000
MaxNoOfAttributes=10000
#ODirect=1
MaxNoOfTables=2032
MaxNoOfOrderedIndexes=1024
#MaxNoOfUniqueHashIndexes=512
#TimeBetweenLocalCheckpoints = 2
#NoOfFragmentLogFiles = 100


#RealtimeScheduler=1
#LockExecThreadToCPU=[cpuids]




[tcp default]
# TCP/IP options:
portnumber=2202 # This the default; however, you can use any
# port that is free for all the hosts in the cluster
SendBufferMemory = 128M
#ReceiveBufferMemory = 100M
# Note: Iit is recommended that you do not specify the port
# number at all and simply allow the default value to be used
# instead

[ndb_mgmd]
# Management process options:
hostname=192.168.1.97 # Hostname or IP address of MGM node
datadir=/usr/local/ # Directory for MGM node log files

[ndbd]
# Options for data node "A":
# (one [ndbd] section per data node)
hostname=192.168.1.75 # Hostname or IP address
# (one [ndbd] section per data node)
#datadir=/usr/local/mysql/data # Directory for this data node's data files

# (one [ndbd] section per data node)
#datadir=/usr/local/mysql/data # Directory for this data node's data files

[ndbd]
# Options for data node "B":
hostname=192.168.1.98 # Hostname or IP address
#datadir=/usr/local/mysql/data # Directory for this data node's data files

[mysqld]
# SQL node options:
hostname=192.168.1.75 # Hostname or IP address
# (additional mysqld connections can be
#datadir=/var/local/mysql/data # specified for this node for various

[mysqld]
# SQL node options:
hostname=192.168.1.98 # Hostname or IP address
# (additional mysqld connections can be
# specified for this node for various
# purposes such as running ndb_restore)
# purposes such as running ndb_restore)

#datadir=/usr/local/mysql/data # Directory for this data node's data files


thanx for u reply


regards,
kumar

Viewing all articles
Browse latest Browse all 1560

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>