A central application system backs up data using the data backup software. Monitoring email alerts: Nbu backup failed. log on to the NBU Master server to view the information. I have also written an article about how to solve status 6 errors. Http://yangjunfeng.blog.51cto.com/539796/989435
650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131228/024U5F54-0.jpg "border =" 0 "alt =" "/>
Done status 6: the backup failed to back up the requested files;
Symantec officially recommends that you go to the path where the backup script is located and find the. out log file for check.
Root @ emdb2 # cat emdb2hot_database_backup.sh.out
Script/opt/oracle/ora_nbu_backup/emdb2hot_database_backup.sh
=== Started on Thu Jan 10 14:50:05 CST 2013 ====
RMAN:/opt/oracle/app/oracle/product/11.2.0.3/dbhome_1/bin/rman
ORACLE_SID: emdb2
ORACLE_USER: oracle
ORACLE_HOME:/opt/oracle/app/oracle/product/11.2.0.3/dbhome_1
NB_ORA_FULL: 1
NB_ORA_INCR: 0
NB_ORA_CINC: 0
NB_ORA_SERV: bj-upay-xhm-4f03-p1-m910-nbumas-01
NB_ORA_POLICY: emdb2_ora
Full backup requested
Oracle Corporation SunOS 5.10 Generic Patch January 2005
You have mail.
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40> 41> RMAN> cted to target database: EMDB (DBID = 1889995907)
Using target database control file instead of recovery catalog
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40> 41>
RMAN-00571: ========================================================== ==============================
RMAN-00569: ==================== error message stack follows ==========================
RMAN-00571: ========================================================== ==============================
RMAN-03009: failure of allocate command on ch00 channel at 01/10/2013 14:50:07
The ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2
RMAN>
Then ask the database administrator to upgrade the database PSU, which should be caused by a problem in the direct link between the master and slave databases.
In the backup, nbu needs to call the oracle lib library file. The symantec bin directory provides a script to create a link and execute it on the database server ).
Oracle @ emdb2 # pwd
/Usr/openv/netbackup/bin
Oracle @ emdb2./oracle_link
All Oracle instances shocould be shutdown before running this script.
Please log into the Unix system as the Oracle owner for running this script
Do you want to continue? (Y/n) [n] y
LIBOBK path:/usr/openv/netbackup/bin
ORACLE_HOME:/opt/oracle/app/oracle/product/11.2.0.3/db_1
Oracle version: 11.2.0.3.0
Platform type: x86_64
Linking LIBOBK:
Ln-s/usr/openv/netbackup/bin/libobk. so64/opt/oracle/app/oracle/product/11.2.0.3/db_1/lib/libobk. so
Done
In this way, the libobk. OS file is generated under $ ORACLE_HOME/lib/, and the task backup is initiated again.
This article is from "Yang Junfeng's blog", please be sure to keep this http://yangjunfeng.blog.51cto.com/539796/1114296