Hi Experts,
In DB13 I have the following Issue, Whole database offline + redo log backup Scheduling failed.
How to solve this.
Moved thread to DB6 forum.
Hi
Please send the backup fail logs,
and try the
db2 BACKUP DB SID TO /backup include logs with 2 buffers buffer 1024 parallelism 3 compress without prompting
from db2 command
Thanks
Sadiq
Hi,
Below is the Log details,
BR0120I Control files
File Size Id. Device Link Type
/oracle/PRD/origlogA/cntrl/cntlrPRD.dbf 13975552 0 5578783 NOLINK FILE
/oracle/PRD/origlogB/cntrl/cntrlPRD.dbf 13975552 0 5578784 NOLINK FILE
/oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf 13975552 0 5578772 NOLINK FILE
BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:
PSAPSR3, PSAPSR3700, PSAPSR3USR
BR0227E Not enough disk space in /test123/PRDBK for backup, missing at least 149478.274 MB
BR0056I End of database backup: behzgxph.afd 2012-02-28 03.05.40
BR0280I BRBACKUP time stamp: 2012-02-28 03.05.40
BR0054I BRBACKUP terminated with errors
BR0280I BRBACKUP time stamp: 2012-02-28 03.05.40
BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20110129030500 -d disk -c force -p initPRD.sap -sd'
BR0280I BRBACKUP time stamp: 2012-02-28 03.06.09
BR0292I Execution of BRARCHIVE finished with return code 0
Hi
Log is showing there is no enough space
Not enough disk space in /test123/PRDBK for backup
Please check, and its also showing you are using Oracle Database,
Thanks
Sadiq
Hi,
BR0227E Not enough disk space in /test123/PRDBK for backup, missing at least 149478.274 MB
Increase space in "/test123" with at least 150GB.
If you are trying to take backup on TAPE, change following parameters in backup profile "init<SID>.sap"
backup_dev = tape
Then try again..
Regards.
Rajesh Narkhede