Hello experts,
I have a problem with online_mirror backup timefinder. The problem is that the ASM is not starting after the split and when the the process tries to mount the database gives an error that the controlfile was not found.
INIT_SID.SAP
backup_mode = full
restore_mode = all
backup_type = online_mirror
backup_dev_type = rman_util
backup_root_dir = /oracle/OR5/sapbackup
stage_root_dir = /oracle/OR5/sapbackup
compress = no
archive_function = save
archive_copy_dir = /oracle/OR5/sapbackup
archive_stage_dir = /oracle/OR5/sapbackup
tape_copy_cmd = rman
disk_copy_cmd = rman
stage_copy_cmd = scp
rman_channels = 14
rman_filesperset = 1
rman_parms = "ENV=(NB_ORA_SAP=/oracle/OR5/112_64/dbs/initOR5_RMAN_FULL.utl)"
exec_parallel = 0
util_par_file = /oracle/OR5/112_64/dbs/initOR5_BACKINT_FULL.utl
primary_db = OR5.WORLD
asm_ora_sid = +ASM
asm_ora_home = /oracle/GRID/11204
asm_root_dir = ASM
parallel_instances = (OR51:/oracle/OR5/112_64@OR5.WORLD,OR52:/oracle/OR5/112_64@OR5.WORLD)
INIT_SID.UTL
backint_dir /oracle/OR5/sapbackup/backint_dir
switch_list /oracle/OR5/sapbackup/.switch.lis
switch_sem /oracle/OR5/sapbackup/.switch.sem
switch_log /oracle/OR5/sapbackup/.switch.log
server averna.petrobras.com.br
client quatis.petrobras.com.br
class DB_SAP_RMAN_QUATIS_OR5_FULL
schedule Default-Application-Backup
sort_backup_type size
sort_restore_type image
Err Log:
/usr/sap/OR5/SYS/exe/run/brbackup -p ${ORACLE_HOME}/dbs/initOR5_RMAN_FULL.sap -c -FTS -u sys/******
BR0051I BRBACKUP 7.40 (6)
BR0280I BRBACKUP time stamp: 2014-07-16 12:37:02
BR0262I Enter database user name[/password]:
BR0055I Start of database backup: beohslas.fnr 2014-07-16 12:37:02
BR0484I BRBACKUP log file: /oracle/OR5/sapbackup/beohslas.fnr
BR0351I Restoring /oracle/OR5/sapprof/sapOR5.ora
BR0355I from vhor51:/oracle/OR5/sapprof/sapOR5.ora ...
BR0351I Restoring /oracle/OR5/sapprof/spfileOR5.ora
BR0355I from vhor51:/oracle/OR5/sapprof/spfileOR5.ora ...
BR0280I BRBACKUP time stamp: 2014-07-16 12:37:05
BR0477I Oracle pfile /oracle/OR5/sapprof/initOR5.ora created from spfile /oracle/OR5/112_64/dbs/spfileOR5.ora
BR1805I Oracle spfile /oracle/OR5/sapprof/spfileOR5.ora created from pfile /oracle/OR5/sapprof/initOR5.ora
BR0351I Restoring /oracle/OR5/sapbackup/cntrlOR5.dbf
BR0355I from vhor51:/oracle/OR5/sapbackup/cntrlOR5.dbf ...
BR0280I BRBACKUP time stamp: 2014-07-16 12:37:13
BR0319I Control file copy created: /oracle/OR5/sapbackup/cntrlOR5.dbf 32194560
BR0280I BRBACKUP time stamp: 2014-07-16 12:37:20
BR0295I Splitting mirror disks...
BR0280I BRBACKUP time stamp: 2014-07-16 12:37:20
BR0278I Command output of 'splitint -u OR5 -f split -i /oracle/OR5/sapbackup/.beohslas.lst -t online -c':
Starting splitint
BR0280I BRBACKUP time stamp: 2014-07-16 12:47:22
#BEGIN SPLIT /oracle/OR5/sapbackup/sync/ER1begin.smf
BR0280I BRBACKUP time stamp: 2014-07-16 12:47:23
BR0315I 'Alter database begin backup' successful
BR0280I BRBACKUP time stamp: 2014-07-16 12:47:25
#END SPLIT /oracle/OR5/sapbackup/sync/ER1end.smf
BR0280I BRBACKUP time stamp: 2014-07-16 12:47:25
BR0317I 'Alter database end backup' successful
BR0280I BRBACKUP time stamp: 2014-07-16 12:52:26
BR0629I SPLITINT command sent success message: #SUCCESS
BR0280I BRBACKUP time stamp: 2014-07-16 12:53:53
BR0296I Split of mirror disks successful
BR0280I BRBACKUP time stamp: 2014-07-16 12:53:53
BR0340I Switching to the next online redolog file for database instance OR5 ...
BR0321I Switch to the next online redolog file for database instance OR5 successful
BR0340I Switching to the next online redolog file for database instance OR52 ...
BR0321I Switch to the next online redolog file for database instance OR52 successful
BR0280I BRBACKUP time stamp: 2014-07-16 12:53:55
BR0330I Starting and mounting database instance OR5/SPLIT ...
BR0278E Command output of '/oracle/OR5/112_64/bin/sqlplus /nolog < /oracle/OR5/sapbackup/.beohslas.spi':
SQL*Plus: Release 11.2.0.4.0 Production on Wed Jul 16 12:53:55 2014
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> Connected to an idle instance.
SQL>
SQL> SQL> SQL> SQL> SQL> ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
ORA-00205: error in identifying control file, check alert log for more info
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
BR0280I BRBACKUP time stamp: 2014-07-16 12:53:59
BR0279E Return code from '/oracle/OR5/112_64/bin/sqlplus /nolog < /oracle/OR5/sapbackup/.beohslas.spi': 0
BR0302E SQLPLUS call for database instance OR5/SPLIT failed
BR0332E Start and mount of database instance OR5/SPLIT failed
BR0056I End of database backup: beohslas.fnr 2014-07-16 12:53:59
BR0280I BRBACKUP time stamp: 2014-07-16 12:53:59
BR0054I BRBACKUP terminated with errors
logout
Jorbson Oliveira