码迷,mamicode.com
首页 >  
搜索关键字:heartbeat v2简单应用    ( 750个结果
linux之heartbeat高可用的简单配置
Heartbeat系统环境:防火墙关闭,seliux状态为disabled各服务器之间组做好地址解析Node3:172.25.44.3Node4:172.25.44.4物理真机:172.25.44.250VIP:172.25.44.100以下内容node3和nod4上都进行配置安装软件heartbeat-libs-3.0.4-2.el6.x86_64.rpmheartbeat-3.0.4-2.el6.x86_64.r..
分类:系统相关   时间:2016-10-23 21:20:27    阅读次数:324
LVS-DR模式的配置及Heartbeat+Ldirectord+DR高可用负载均衡集群的搭建
主机环境redhat6.564位实验环境服务端1ip172.25.25.113主机名:server3.example.com服务端2ip172.25.25.114主机名:server4.example.com调度端2ip172.25.25.112主机名:server2.example.com调度端1ip172.25.25.111主机名:server1.example.com防火墙状态:关闭虚拟ip(vip):1..
分类:其他好文   时间:2016-10-18 23:27:14    阅读次数:277
34补2 HA Cluster与Corosync、pacemaker、drbd
HACluster基础及heartbeat实现HA配置环境node1:192.168.1.121 CentOS6.7node2:192.168.1.122 CentOS6.7node3:192.168.1.123 CentOS6.7vip192.168.1.88配置前准备#cat/etc/hosts 127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4 ::1localhostlo..
分类:其他好文   时间:2016-10-12 23:41:41    阅读次数:303
Heartbeat+Drbd+Mysql高可用(HA)集群架构的部署
主机环境redhat6.564位实验环境服务端1ip172.25.25.111主机名:server1.example.com服务端2ip172.25.25.112主机名:server2.example.com安装包heartbeat-3.0.4-2.el6.x86_64.rpmheartbeat-devel-3.0.4-2.el6.x86_64.rpmldirectord-3.9.5-3.1.x86_64.rpmheartbeat-libs-3.0.4-2...
分类:数据库   时间:2016-10-11 00:26:43    阅读次数:397
heartbeat+Haproxy多VIP负载均衡高可用
环境就不多做介绍了,还是上一篇中用到的四台机器,这里只是之前Heartbeat+Haproxy实现负载均衡高可用的补充罢了,废话少说,进入正题。本文的目的将实现heartbeat绑定多个VIP,多个VIP又将分别代理多个不同的web服务,这些web服务之间做负载均衡,而VIP是高可用,进而实现hapr..
分类:其他好文   时间:2016-10-03 00:37:23    阅读次数:314
Heartbeat+Haproxy实现高可用
环境说明:主机名角色IP地址mylinux1.contoso.comheartbeat+haproxyeth0:192.168.100.121eth1:172.16.100.121mylinux2.contoso.comheartbeat+haproxyeth0:192.168.100.122eth1:172.16.100.122mylinux3.contoso.comwebserver1eth0:192.168.100.181mylinux4.contoso.comwebserver..
分类:其他好文   时间:2016-10-02 07:26:41    阅读次数:378
当master down掉后,pt-heartbeat不断重试会导致内存缓慢增长
最近同事反映,在使用pt-heartbeat监控主从复制延迟的过程中,如果master down掉了,则pt-heartbeat则会连接失败,但会不断重试。 重试本无可厚非,毕竟从使用者的角度来说,希望pt-heartbeat能不断重试,直到重新连接上数据库。但是,他们发现,不断的重试会带来内存的缓 ...
分类:其他好文   时间:2016-09-30 23:52:15    阅读次数:253
heartbeat
Heartbeat高可用By:大官人一.Heartbeat简介Heartbeat是Linux-HA工程的一个组件,自1999年开始到现在,发布了众多版本,是目前开源Linux-HA项目最成功的一个例子,在行业内得到了广泛的应用,这里分析的是2007年1月18日发布的版本2.0.8。随着Linux在关键行业应用的逐渐增多,它..
分类:其他好文   时间:2016-09-29 11:34:30    阅读次数:163
Heartbeat+Drbd+Mysql主从高可用实现
在上一篇中已经实现了MySQL服务的高可用,MySQL的数据目录放在drbd的共享目录中,并且只有获取到heartbeat资源的VIP才能挂载共享目录,从而启动MySQL服务,但是两端的数据使用drbd同步,保证发生故障时,服务和资源能够从一个节点切换到另外一个节点,下面是一个简略的架构图:..
分类:数据库   时间:2016-09-28 19:55:58    阅读次数:342
34补1-4 实现高可用mysql集群
HACluster基础及heartbeat实现HA配置环境node1:192.168.1.121 CentOS6.7node2:192.168.1.122 CentOS6.7node3:192.168.1.123 CentOS6.7vip192.168.1.88配置前准备#cat/etc/hosts 127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4 ::1localhostlo..
分类:数据库   时间:2016-09-28 16:53:22    阅读次数:272
750条   上一页 1 ... 34 35 36 37 38 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!