码迷,mamicode.com
首页 >  
搜索关键字:飞塔防火墙 ha 主备模式配置 fortinet    ( 2716个结果
JS实现AOP拦截方法调用
//JS实现AOP拦截方法调用function jsAOP(obj,handlers) { if(typeof obj == 'function'){ obj = obj.prototype; } for(var methodName in handlers){ var _handlers = ha...
分类:Web程序   时间:2014-09-09 17:47:09    阅读次数:1085
linux高可用之heartbeat_v1安装与配置
1.实验规划:mytest1:192.169.201.7mytest2:192.169.201.8vip:192.169.201.100NFS服务器mytest3:192.168.201.92.设置各节点的hostname.将如下信息写入各节点的/etc/hosts文件:mytest1192.169.201.7mytest2192.169.201.8将各节点的主机名写入/etc/sysconfig/network文件中.3.设置..
分类:系统相关   时间:2014-09-09 13:43:09    阅读次数:301
[ACM] zoj 3809 The Himalayas (2014 ACMICPC Regional 牡丹江站网络赛 A题)
he Himalayas Time Limit: 2 Seconds      Memory Limit: 65536 KB As an artist, Bob usually need to travel around the world. He made a lot of sketch of scenery on his journey. A famous spot he ha...
分类:其他好文   时间:2014-09-09 12:48:18    阅读次数:214
分布式理论之一:Paxos算法的通俗理解
维基的简介:Paxos算法是莱斯利·兰伯特(Leslie Lamport,就是 LaTeX 中的"La",此人现在在微软研究院)于1990年提出的一种基于消息传递且具有高度容错特性的一致性算法。Paxos算法目前在Google的Chubby、MegaStore、Spanner等系统中得到了应用,Ha...
分类:其他好文   时间:2014-09-06 21:18:13    阅读次数:28286
集群系列教程之: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!