码迷,mamicode.com
首页 >  
搜索关键字:to standby    ( 483个结果
清理旧数据的小脚本
1 #!/bin/bash 2 # Author : standby 3 # Date : 2017-05-09 4 # Description : Clean the old files and dirs to free the local disk. 5 # - file keep 2 days... ...
分类:其他好文   时间:2017-05-12 01:36:10    阅读次数:192
heartbeat配置资源切换操作笔记(原创)
标题:CentOS6.6安装heartbeat实现高可用 参考资料:http://www.centoscn.com/CentosServer/cluster/2015/0605/5604.html 使用heartbeat来做HA集群,并且把nginx服务作为HA对应的服务。master1为主,另一个 ...
分类:其他好文   时间:2017-05-10 14:56:50    阅读次数:1115
11g使用非duplicate方式创建物理standby要注意的问题总结
在上篇博文中,使用了duplicate方式来创建物理standby http://blog.csdn.net/aaron8219/article/details/38434579 今天来说说在11g中採用非duplicate方式创建备库碰到的一些问题,并做个总结。 在10g中,通常能够使下面几种方法 ...
分类:数据库   时间:2017-05-07 21:12:51    阅读次数:289
SPARK的MAster资源调度原理(源码)分析
SPARK的MAster资源分配算法(SPARK1.3)master资调度通过源码中的org.apache.spark.deploy.master包下的schedule()方法实现步骤如下:首先判断master是否是alive状态,如果不是alive则返回,也就是只有活动的master才会进行资源调度,standbymaster是不会进行资源调度的把之前..
分类:其他好文   时间:2017-05-04 00:05:42    阅读次数:199
『ORACLE』DG搭建时备库的db_name报错
因为搭建DG时备库中的db_name为SBCD,实际应该是主库db_name的PROD1 所以在【主库】执行如下rman操作命令时会报错控制文件记录的数据库名与实际拷贝的数据库名不相同 RMAN> duplicate target database for standby from active d ...
分类:数据库   时间:2017-05-01 19:03:51    阅读次数:370
Oracle11g Active Data Guard搭建、管理
说明:參考网络众多人的笔记及思路,加上自己亲身实践之后的整理笔记。仅供參考。 Data Guard与RAC不同的是。在普通情况下。Standby仅仅有一个节点处于活动状态,全部的应用都连接到主server。仅仅有当server发生问题时,才考虑切换到备用server。 在Oracle 11g曾经版本 ...
分类:数据库   时间:2017-04-30 21:34:35    阅读次数:266
C 编译过程浅析
From where i stand, there are two programmig languages in the world, which is C lang and the other. standby 编译(compile) 预处理(也称预编译,Preprocessing) 编译(Co ...
分类:其他好文   时间:2017-04-29 10:52:59    阅读次数:307
Operation category READ is not supported in state standby
RemoteException(org.apache.hadoop.ipc.StandbyException):OperationcategoryREADisnotsupportedinstatestandby两个namenode都是standby在一台主机上执行:hdfshaadmin-transitionToActive--forcemanualnn1再访问,一台active一台standy
分类:数据库   时间:2017-04-25 15:04:05    阅读次数:139
Operation category READ is not supported in state standby
RemoteException(org.apache.hadoop.ipc.StandbyException):OperationcategoryREADisnotsupportedinstatestandby两个namenode都是standby在一台主机上执行:hdfshaadmin-transitionToActive--forcemanualnn1再访问,一台active一台standy
分类:数据库   时间:2017-04-25 14:55:08    阅读次数:137
【RMAN】使用RMAN增量备份刷新 Standby Database
Step 1: Create the Incremental Backup RMAN> BACKUP DEVICE TYPE DISK INCREMENTAL FROM SCN 750983 DATABASE FORMAT '/tmp/incr_for_standby/bkup_%U'; Step ...
分类:数据库   时间:2017-04-12 09:50:29    阅读次数:174
483条   上一页 1 ... 23 24 25 26 27 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!