码迷,mamicode.com
首页 >  
搜索关键字:etcd 单机 cluster 学习操作    ( 7854个结果
Etcd学习(一)安装和测试
Etcd是一个比较新的分布式协调框架,现在才zhidao...
分类:其他好文   时间:2014-08-23 21:44:21    阅读次数:886
windows环境下solrcloud的配置安装(单机模拟多服务器)
本文是在单机环境下模拟集群环境,进行solrcloud的配置安装。-------------------------------------------所用环境及软件:------------------------------------------ 1. Windows 7 64bit: 2. ...
分类:Windows程序   时间:2014-08-23 17:38:11    阅读次数:542
Elasticsearch升级到1.2(1.x)API的变化-二
一、统计信息相关命令的变化 有关集群状态cluster_state, 节点信息nodes_info, 节点统计信息nodes_stats和索引信息indices_stats命令格式进行了统一,比如查看集群信息使用命令: curl -XGET http://localhost:9200/_cluster/state/nodes?pretty=1 查看节点统计信息: curl ...
分类:Windows程序   时间:2014-08-22 21:13:39    阅读次数:494
[转]MySQL-Galera Cluster With HAproxy
When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
分类:数据库   时间:2014-08-22 21:04:19    阅读次数:527
[转]MySQL Multi Master replication with Galera
Galera is a synchronous multi-master cluster for MySQL/InnoDB databases. Some features and benefits of Galera are: Synchronous replication. Multi mast...
分类:数据库   时间:2014-08-22 21:02:59    阅读次数:405
[转]MySQL Multi-master Replication With Galera
Setup MySQL master-master replication with Galera I. Galera introduction MySQL/Galera is synchronous multi-master cluster for MySQL/InnoDB database. T...
分类:数据库   时间:2014-08-22 21:00:29    阅读次数:427
Memcached实战之单机部署----单实例/多实例
memcached是一个高性能的分布式内存对象缓存系统,用于动态web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。memcached基于一个存储键/值对的hashmap。其守护进程(daemon)是用c写的,但是客户端可以用任..
分类:其他好文   时间:2014-08-22 18:05:09    阅读次数:424
linux下solr的安装与配置
准备工作下载solr和tomcat solr-4.8.1.tgz,apache-tomcat-7.0.54.tar.gz打开/home/cluster,解压缩tarzxvfapache-tomcat-7.0.54.tar.gztarzxvfsolr-4.8.1.tgz开始安装配置solr建立sol....
分类:系统相关   时间:2014-08-22 16:00:19    阅读次数:258
Android使用Google推荐的联网框架Volley,让连接网络更加简单
大家好,随着技术的进步,科技的发达,很少有应用是单机的了,大部分都需要联网访问服务器,以前我们都用 httpclient和httpurlconnection,感觉是不是非常麻烦,而Google特别为开发者考虑,推出了Volley,从此妈妈再也不担心我的联网问题了,哪里联不上联哪里,Volley让联网更容易和更快,联网请求无非就是Get或者Post,我们很少用到DELETE这个请求方式,说了这么废...
分类:移动开发   时间:2014-08-21 21:11:44    阅读次数:269
Failed to upgrade Oracle Cluster Registry configuration(root.sh)
最近在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware执行/u01/app/crs/root.sh时收到错误提示,Failed to upgrade Oracle Cluster Registry configuration由于当前的环境使用了多路径,从Oracle的描述来看,这是一个Oracle Bug(4679769),如果你有相同的问题,请接着...
分类:数据库   时间:2014-08-21 13:28:24    阅读次数:381
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!