码迷,mamicode.com
首页 >  
搜索关键字:fuel ha    ( 2768个结果
集群系列教程之:keepalived+lvs 部署
集群系列教程之:keepalived+lvs前言:最近看群里很多人在问keepalived+lvs的架构怎么弄,出了各种各样的问题,为此特别放下了别的文档,先写一篇keepalived+lvs架构的文档,使那些有需求的人能够得以满足。但是此篇文档是架构文档,不是基础理论,但我想你能做这个架构,势必也..
分类:其他好文   时间:2014-09-05 18:30:43    阅读次数:238
Automate Xen Server 6.2 Patch update by powershell
最近有点功夫安装测试了下XenServer6.2,这个版本及之后开始开源了,未许可版本和许可版本的最大区别是许可版本可通过Xencenter来自动化补丁安装。总之,xencenter的很多特点符合我的要求:1.免费版本、功能基本很全(HA、支持USBforwardtoVM、模板、快照)2.windows下xencente..
分类:其他好文   时间:2014-09-05 16:24:32    阅读次数:204
SoftLayerDebug
Sorry, the image you selected is not compatible with your hardware configuration. Please choose another image. CentOS 7.0-64 - DO NOT USE does not ha....
分类:其他好文   时间:2014-09-04 22:10:30    阅读次数:217
C++11 thread::join(4)
原文地址:http://www.cplusplus.com/reference/thread/thread/join/ public member function std::thread::join void join(); Join thread The function returns when the thread execution ha...
分类:编程语言   时间:2014-09-04 11:50:40    阅读次数:217
Sqlite: unable to open database file
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:数据库   时间:2014-09-03 09:30:46    阅读次数:328
通过rsync+inotify实现实时同步
需求:web服务器未做存储上的HA,为了保证主备服务器上目录及文件能够实时同步,当主服务器宕机时可快速切换到备服务器上,需将主服务器上的某些目录的文件实时同步到备服务器上那么我选择了rsync+inotify实现实时同步首先要了解是从哪台服务器同步到哪台服务器,不能弄反了,尤其是生产系统,且在生产系...
分类:其他好文   时间:2014-09-02 10:15:04    阅读次数:196
hadoop 2.2 第二步 HA zookeeper 配置
第一篇文章还有要修改的地方,现在我的集群已经扩展到5台(虚拟机)有些配置还要改,这一篇记录一下Hadoop HA 和zookeeper的配置,方便自己以后看。 新的HDFS中的NameNode不再是只有一个了,可以有多个(目前只支持2个)。每一个都有相同的职能。 在HDFS(HA...
分类:其他好文   时间:2014-09-01 02:43:42    阅读次数:521
Python-赋值
>>> spam, ham = 'yum', 'YUM'>>> spam'yum'>>> ham'YUM'>>> [spam, ham] = ['yum', 'YUM']>>>[spam, ham]['yum', 'YUM']>>> a,b,c,d = 'spam'>>> a's'>>> b&#
分类:编程语言   时间:2014-08-29 21:17:10    阅读次数:312
Java高效编程(2) -- Creating and Destroying Objects
Item 1: Consider static factory methods instead of constructorsAdvantage:One advantage of static factory methods is that, unlike constructors, they ha...
分类:编程语言   时间:2014-08-29 18:12:38    阅读次数:262
Leetcode:Edit Distance 字符串编辑距离
原题戳我Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha...
分类:其他好文   时间:2014-08-28 13:04:59    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!