操作系统:CentOS Linux release 7.1.1503 (Core)网卡适配器:eno1、eno2bonding类型:mode=1(active-backup),主-备份策略网卡绑定mode共有七种,每种模式,都有各自的用处,笔者由于在工作中使用的是mode=1(active-back...
分类:
系统相关 时间:
2015-10-21 17:27:20
阅读次数:
357
rman备份脚本:#!/bin/bashsource /home/oracle/.bash_profilerman target / > /home/oracle/backup.log
分类:
其他好文 时间:
2015-10-21 09:22:42
阅读次数:
146
QUESTION NO: 528
You are using the flash recovery area (fast recovery area in 11g Release 2) to store backup related files in
your database. After regular monitoring of space usage in the Mash recove...
分类:
其他好文 时间:
2015-10-20 15:23:53
阅读次数:
245
/** ?????操作数据库 */ public class BackupDb { ?? ? public String backup() throws IOException{ ?? ?? String user = "root"; //数据库的用户名 ?? ?? String password = "admin";//数据库的...
分类:
数据库 时间:
2015-10-18 18:43:42
阅读次数:
179
QUESTION NO: 469
You are using Recovery Manager (RMAN) for backup and recovery operations with a recovery catalog. You
have been taken database backups every evening. On November 15, 2007, at 11:30 A...
分类:
其他好文 时间:
2015-10-18 11:31:19
阅读次数:
199
命令功能:移动或更名文件或文件夹的名字
命令语法:mv [-参数] [源文件或目录或目标文件或目录]参数:
-b或–backup 若需覆盖文件,则覆盖前先行备份。
-f或–force 若目标文件或目录与现有的文件或目录重复,则直接覆盖现有的文 件或目录。
-i或–interactive 覆盖前先行询问用户。
-S或
–suffix= 与-b参数一并使用,可指定备份文...
分类:
系统相关 时间:
2015-10-17 13:35:59
阅读次数:
250
一、keepalived的工作原理keepalived是以VRRP协议为实现基础的,VRRP全称VirtualRouterRedundancyProtocol,即虚拟路由冗协议。虚拟路由冗余协议,可以认为是实现路由器高可用的协议,即将N台提供相同功能的路由器组成一个虚拟路由器组,这个组里面有一个master和多个backup,m..
分类:
其他好文 时间:
2015-10-17 10:50:48
阅读次数:
412
情况说明:日前,同事反馈一个问题:在一个大分区(24T)中使用xfs文件系统,用来做历史文件备份,突然提示没有磁盘空间错误,先检查下:[root@imysql~]#df-hT
FilesystemTypeSizeUsedAvailUse%Mountedon
/dev/sdb1xfs19T16T2.4T88%/backup
[root@imysql~]#df-hi
FilesystemInode..
分类:
其他好文 时间:
2015-10-15 16:29:26
阅读次数:
196
QUESTION NO: 405
You are tuning RMAN to optimize performance. You want tape I/O to be asynchronous when you perform
tape backups. Which action should you take?
A. Set the BACKUP_TAPE_IO_SLAVES para...
分类:
其他好文 时间:
2015-10-15 10:09:59
阅读次数:
152
1 RESTORE DATABASE db_CSharp from disk='backup.bak' WITH REPLACEWITHREPLACE后面是限定条件,with replace意思是替换,即把原来的数据库用备份abcd.bak替换或者覆盖。
分类:
其他好文 时间:
2015-10-15 10:05:45
阅读次数:
238