码迷,mamicode.com
首页 >  
搜索关键字:heartbeat uuid    ( 2603个结果
MFS高可用
用途:解决mfsmaster的单点问题,同样可以作为其他需要高可用环境的标准配置方法规划:使用drbd实现主备机的灾容,Heartbeat做心跳监测,Pacemaker实现服务(资源)的切换及控制等描述:drbd双主模式对网络和配置要求比较高,在此结构下不采用;drbd需要清空一个分区,并且不能..
分类:其他好文   时间:2014-12-11 16:01:38    阅读次数:297
MySQL HA架构下innodb_flush_log_at_trx_commit及sync_binlog参数
HeartBeat + DRBD以及MySQL replication是很多企业比较普遍使用的方式。对于数据的完整性和一致性的问题,这两种架构需要考虑2个重要的参数innodb_flush_log_at_trx_commit以及sync_binlog参数。本文主要参考了MySQL 5.6 Reference Manual列出对这2个参数的具体描述。 1、Heartbeat + DRBD or re...
分类:数据库   时间:2014-12-11 12:20:50    阅读次数:251
XenServer修改DNS
XenServer没法直接修改DNS,感觉好奇怪啊修改方法: 1、进入命令行; 2、执行命令: # xe pif-list 列出网卡的UUID。 3、执行命令: # xe pif-reconfigure-ip uuid=xxxx mode=static ip=xxxx netmask=xx...
分类:其他好文   时间:2014-12-10 10:47:19    阅读次数:157
(转)Xen Server删除Local Storage
1. First, you have to determine the Storage-Repository-UUID:xe sr-list-> write down / take note of SR-UUID of the SR to delete2. Find the correspondin...
分类:其他好文   时间:2014-12-10 00:19:07    阅读次数:299
vCenter Server Heartbeat
1.简介vCenter Server Heartbeat为VMware vCenter Server提供关键任务高可用性,保护虚拟基础架构免受硬件、网络、配置等的影响,基于Windows的服务,可为vCenter Server配置提供高可用性的保护,且无需专用硬件。vCenter Server He...
分类:其他好文   时间:2014-12-09 19:20:51    阅读次数:160
Heartbeat编译安装
Heartbeat 是一个高可用集群工具,CentOS 包含了该组件,可以直接Yum 进行安装,对于如何编译安装,在参考了其它文章后,进行了错误整理,将过程记录下来,提供给需要的朋友。 系统环境 CentOS 6.2???X64 HA-...
分类:其他好文   时间:2014-12-09 12:34:23    阅读次数:245
uuid 学习
#include #include #include #include #include using namespace boost::uuids; using namespace std; int main() { //------------------------- // 一些std函数的应用 //------------------------- vector v(16,...
分类:其他好文   时间:2014-12-08 17:46:26    阅读次数:150
MySQL 主从延迟监控脚本(pt-heartbeat)
对于MySQL数据库主从复制延迟的监控,我们可以借助percona的有力武器pt-heartbeat来实现。pt-heartbeat通过用时间戳在主库上更新特定表,然后在从库上读取被更新的时间戳然后与本地系统时间对比来得出其延迟。本文主要是通过脚本来定期检查从库与主库复制的延迟度并发送邮件,供大家参考。...
分类:数据库   时间:2014-12-07 23:18:43    阅读次数:349
Your build settings specify a provisioning profile with the UUID, no provisioning profile was
http://blog.csdn.net/rbyyyblog/article/details/12220875在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, n...
分类:其他好文   时间:2014-12-05 19:10:21    阅读次数:169
iOS 使用 TestFlight 测试
1. 网站注册以及 apple profile 设置网站上注册完成后。在 app dev center 创建一个 adhoc distribution 的 profile。添加你想测试的设备的 uuid 到这个 profile 中。未添加的不可测试。2. Xcode 设置添加结束后,下载 profi...
分类:移动开发   时间:2014-12-04 00:42:48    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!