码迷,mamicode.com
首页 >  
搜索关键字:percona xtradb cluster 5.6安装配置    ( 4271个结果
inux下jboss eap 6.3 集群(cluster)-Session 复制(Replication)
本文算是前一篇的后续,javawebapplication中,难免会用到session,集群环境中apache会将http请求智能转发到其中某台jbossserver。假设有二个jbossserver:ServerA,ServerB,Session值在ServerA上。用户在访问某一个依赖session的页面时,如果第一次访问到ServerA,能正常取到..
分类:其他好文   时间:2014-12-23 10:40:02    阅读次数:427
【工具】ganglia 监控技术分析
Ganglia是一个分布式的监控工具,用来对Grid和Cluster上面的节点进行监控,利用它提供的web界面可以看到每个节点状态,并且可以输出 图形化的表示。 Ganglia 是 UC Berkeley 发起的一个开源监视项目,设计用于测量...
分类:其他好文   时间:2014-12-22 16:27:42    阅读次数:253
storm相关技术
There are two kinds of nodes on a Storm cluster: the master node and the worker nodes.有两种节点,主节点和worker节点主节点,Nimbus:Nimbus is responsible for distribut...
分类:其他好文   时间:2014-12-22 11:04:29    阅读次数:140
RHEL自动安装zookeeper的shell脚本
RHEL自动安装zookeeper的shell脚本A:本脚本运行的机器,Linux RHEL6B,C,D,...:待安装zookeeper cluster的机器, Linux RHEL6首先在脚本运行的机器A上确定可以ssh无密码登录到待安装zk的机器B,C,D,...上,然后就可以在A上运行本脚本:$ ./install_zookeeper 2181 B C D前提:B, C, D机器必须配置好...
分类:系统相关   时间:2014-12-21 12:45:46    阅读次数:233
xtrabackup 热备恢复
测试准备 1、安装xtrabackup工具 ???????以下测试安装xtrabackup备份恢复工具的二进制包,进行测试。安装的路径为mysql安装路径,本次测试mysql的安装路径为:/home/q/percona-server/。 tar?-xzf?perco...
分类:其他好文   时间:2014-12-21 00:46:50    阅读次数:150
yum 安装percona xtrabackup
centos5.6下配置percona的yum仓库并安装xtrabackup工具一、先安装依赖:yuminstallperl-DBIyuminstallperl-DBD-MySQLyuminstallperl-Time-HiResyuminstallperl-IO-Socket-SSL二、配置yum源、方法1、自动安装percona的yum仓库(以下分别为x86_64和i386平台)#rpm-ivhhttp://www.pe..
分类:其他好文   时间:2014-12-20 18:23:43    阅读次数:144
【oracle】oracledba3 create a sorted hash cluster to store the data
You are designing an application for Certkiller .com and you have  been asked to design a database table to facilitate monthly bill gen eration. The bill would include details of customer calls, lis...
分类:数据库   时间:2014-12-19 22:07:04    阅读次数:349
[论文]CA-Tree: A Hierarchical Structure for Efficient and Scalable Coassociation-Based Cluster Ensembles
作者:Tsaipei Wang, Member, IEEE发表:IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 41, NO. 3, JUNE 2011 这是一遍关于聚类集成的论文,作者提出了....
分类:其他好文   时间:2014-12-19 01:53:47    阅读次数:221
通过案例学调优之--Oracle Cluster Table
通过案例学调优之--OracleClusterTableAboutClustersAclusterprovidesanoptionalmethodofstoringtabledata.Aclusterismadeupofagroupoftablesthatsharethesamedatablocks.Thetablesaregroupedtogetherbecausetheysharecommoncolumnsandareoftenusedtogether.Forexample,theempa..
分类:数据库   时间:2014-12-18 19:01:13    阅读次数:409
"Principles of Reactive Programming" 之<Actors are Distributed> (1)
week7中的前两节课的标题是”Actors are Distributed",讲了很多Akka Cluster的内容,同时也很难理解。Roland Kuhn并没有讲太多Akka Cluster自身如何工作的细节,而是更关注于如何利用Akka Cluster来把Actor分布到不同的节点上,或许这么...
分类:其他好文   时间:2014-12-18 18:44:02    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!