QUESTION NO: 390
You executed the following command in the Recovery Manager (RMAN):RMAN> REPORT NEED BACKUP days 3;
What is the output of this command?
A. A list of files that require a backup with...
分类:
其他好文 时间:
2015-10-14 00:25:55
阅读次数:
228
1.?master主机添加slave用户: ????????执行 grant replication slave,reload,super on *.* to backup@‘127.0.0.1‘ identified by ‘123456‘ ????????注:该命令新建用户账号backup、密码...
分类:
数据库 时间:
2015-10-13 17:27:22
阅读次数:
239
MicrosoftAzureBackup实现了基于文件和文件夹的备份与恢复,MicrosoftAzure近期又提供了企业内部环境的应用程序工作负载的备份与恢复,如MicrosoftSQLServer,Hyper-V虚拟机,SharePointServer,MicrosoftExchangeServer和Windows客户端的磁盘到磁盘备份的本地副本(D2D)和磁..
分类:
其他好文 时间:
2015-10-12 10:48:04
阅读次数:
273
#!/bin/bashCD=`df-l|awk‘NR==3{print$4}‘|awk‘BEGIN{FIELDWIDTHS="21"}‘‘{print$1}‘`if[$CD-ge20];thenecho"硬盘空间已满,不能进行备份"|mutt-s"备份报警,请及时更换硬盘"lrtao2010@yeah.net&&exit1filogrotate-f/etc/logrotate.conftarzcf/opt/backup/`date+%Y%m%d..
分类:
系统相关 时间:
2015-10-11 20:03:55
阅读次数:
207
在实际环境中经常会出现这样一种场景,由于误操作或者计划外的任务导致相关数据丢失从而造成企业损失,在上一篇文章中谈到了适应MicrosoftAzureBackup备份Hyper-V数据,今天主要演示当造成企业数据丢失后,如何通过MicrosoftAzureBackup恢复之前备份的数据,从而降低企业损失。..
分类:
其他好文 时间:
2015-10-11 19:41:09
阅读次数:
220
一、规划Nginx_Master:192.168.10.128Nginx主机
Nginx_BackUp:192.168.10.145Nginx备机
Nginx_VIP1:192.168.10.111虚拟IP地址说明:虚拟IP是外网访问的IP地址,通过keepalived设置,以及VRRP将虚拟IP地址绑定到主机和备机上,通过权重实现控制。当主机挂掉后,keepalived释放对主..
分类:
其他好文 时间:
2015-10-10 18:43:09
阅读次数:
304
为了保证HBase集群的高可靠性,HBase支持多Backup Master 设置。当Active Master挂掉后,Backup Master可以自动接管整个HBase的集群。该配置极其简单:在$HBASE_HOME/conf/ 目录下新增文件配置backup-masters,在其内添加要用做B...
分类:
其他好文 时间:
2015-10-10 13:58:58
阅读次数:
1354
在之前的文章中讲到了微软的云计算备份解决方案-MicrosoftAzureBackup,通过技术可以备份Azure中的VM以及企业内部的Hyper-V。关于MicrosoftAzureBackup可参见之前写的文章《MicrosoftAzureBackup介绍》:http://ericxuting.blog.51cto.com/8995534/1641104今天主要为大家带来如..
分类:
其他好文 时间:
2015-10-10 06:52:31
阅读次数:
388
[root@saltstack-uitmp]#catbackup.py
#!/usr/bin/envpython
importos
importtime
importsys
defcreate_backup_dir(target_dir):
today_dir=target_dir+time.strftime(‘%Y-%m-%d‘)
ifnotos.path.exists(today_dir):
os.mkdir(today_dir)
returntoday_dir
defis_exists_dir(so..
分类:
编程语言 时间:
2015-10-10 06:51:30
阅读次数:
317
QUESTION NO: 247原答案错误
What is the impact of the results of the output of the following command?RMAN> report unrecoverable database;
Report of files that need backup due to unrecoverable operations
F...
分类:
其他好文 时间:
2015-10-09 09:23:59
阅读次数:
133