Backup Exec 12 for oracle RAC安装-配置-应用.doc
文本预览下载声明
Backup Exec 12.5 for Oracle RAC安装-配置-应用
Oracle设置
(注:如无特别说明,以下操作分别在RAC所有节点执行)
由于BE备份Oracle时, 需要Oracle处于归档模式
1. 配置Oracle归档模式
SQL alter system set log_archive_dest_1=LOCATION=/u01/app/oralog scope=spfile;
System altered.
SQL ! env | grep ORACLE_SID
ORACLE_SID=orcl
SQL create pfile=/u01/app/orabak/pfileorcl.ora from spfile;
File created.
SQL shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL startup mount;
ORACLE instance started.
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size bytes
Database Buffers bytes
Redo Buffers 2973696 bytes
Database mounted.
SQL alter database archivelog;
Database altered.
SQL alter database open;
Database altered.
SQL archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /u01/app/oralog
Oldest online log sequence 26
Next log sequence to archive 28
Current log sequence 28
安装RALUS
注意: 在root用户下执行
建立解压目录
[root@popgo-tsdb ~]#mkdir /opt/ralus
解压到/opt/ralus
[root@popgo-tsdb ~]# tar –zxvf /mnt/hgfs/share/BackupExec/BEWS_12.5.2213_LINUX-UNIX-MAC-SAP_AGENTS.tar.gz -C /opt/ralus
安装RALUS
[root@popgo-tsdb ~]# /opt/ralus/installralus
ERROR: VXIF_HOME is invalid. It must point to the root of VxIF. Exiting ...
[root@popgo-tsdb ~]# cd /opt/ralus
[root@popgo-tsdb ralus]# ./installralus
设置安装RALUS的主机, 即为popgo-tsdb
Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers 12.5.2213
Enter the system names separated by spaces on which to install RALUS: (popgo-tsdb)
Checking system communication:
Checking OS version on popgo-tsdb Linux 2.6.9-55.ELsmp
Checking system support for popgo-tsdb ... Linux 2.6.9-55.ELsmp supported by RALUS
Initial system check completed successfully.
Press [Return] to continue:
备份的通信端口检查, 一定要先确认端口是否有被占用
Symantec Backup Exec for Windows Servers Remote Agent for Linux/Unix Servers
显示全部