欢迎来到天天文库
浏览记录
ID:22371645
大小:74.00 KB
页数:9页
时间:2018-10-28
《mysql群集双机模拟--》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、MySQL群集双机模拟>> 硬件配置 普通PCserver*2(最小集群环境需要4台服务器) 模拟环境 redhatlinux9forx86(orredhatAS2以上版本),glibc-2.2,static,gcc MySQL版本4.1.12binares mysql-maxbinary版本目前只支持linux、maxosx和solaris 本方案不涉及从源代码编译安装 主机IP地址用途 ndb1_mgmd_sqld1192.168.1.100Ndbnode1+mgmdnode1+sqldnode1 ndb2_sqld2192.168.1.200Ndbnode
2、2+sqldnode2 Mgmd:managementserver sqld:mysqlserver ndb:storagednode(share-nothing,baseinmemory) 安装 从doysql/4.1.html下载mysql-max-4.1.12-pc-linux-gnu-i686.tar.gz到/var/tmp StorageandSQLNodeInstallation 在两台主机上执行如下过程 shell>groupaddmysql shell>useradd-gmysqlmysql shell>tarzxfvmysql
3、-max-4.1.12-pc-linux-gnu-i686.tar.gz shell>cp-vrmysql-max-4.1.12-pc-linux-gnu-i686/usr/local/mysql-max-4.1.12-pc-linux-gnu-i686 shell>cd/usr/local shell>ln-smysql-max-4.1.12-pc-linux-gnu-i686mysql shell>cdmysql;scripts/mysql_install_db–user=mysql shell>choysqldata;chg
4、rp-Rmysql. shell>cpsupport-files/mysql.server/etc/rc.d/init.d/ shell>chmod+x/etc/rc.d/init.d/mysql.server shell>chkconfig--addmysql.server shell>chkconfig–level3mysql.serveroff ManagementNodeInstallation 在主机ndb1_mgmd_sqld1上执行如下过程 shell>cd/var/tmp shell>tar-zxvfm
5、ysql-max-4.1.12a-pc-linux-gnu-i686.tar.gz/usr/local/bin'*/bin/ndb_mgm*' Configuration ConfiguringtheStorageandSQLNodes 在两台主机上执行如下过程: shell>vi/etc/my.f [MYSQLD] #Optionsformysqldprocess: ndbcluster #runNDBengine ndb-connectstring=192.168.1.100 #locationofMG
6、Mnode [MYSQL_CLUSTER] #Optionsforndbdprocess: ndb-connectstring=192.168.1.100 #locationofMGMnode ConfiguringtheManagementNode 在主机ndb1_mgmd_sqld1上执行如下过程 shell>mkdir/var/lib/mysql-cluster shell>cd/var/lib/mysql-cluster shell>viconfig.ini [NDBDDEFAULT] #Optionsaffectingnd
7、bdprocessesonalldatanodes: NoOfReplicas=2 #Numberofreplicas DataMemory=80M #Houchmemorytoallocatefordatastorage IndexMemory=52M #Houchmemorytoallocateforindexstorage #ForDataMemoryandIndexMemory,orethanenoughfor #thisexampleClust
此文档下载收益归作者所有