cancel
Showing results for 
Search instead for 
Did you mean: 

restore problem for homogeneous via brtools

Former Member
0 Kudos

Dear Team,

I want to do homogeneour system copy.

I have copy backup log from source to target system at same location.

I have also created controlfile in source system then move to target system .

But when i restore from brtools .This Source backup log bebhmgea.afd in not showing .

When doing Restore & Recovery press 5 in btools

then whole database reset

then cont...c

then again cont..c

then press 1 for select consistent database backup

Consistent database backups for whole database reset

Pos. Log Start Type Mode Device Rc

1 = bebhldkd.afd 2009-08-22 16.32.19 offline all disk 0

2 - bebhhcgw.afd 2009-08-21 20.47.54 offline all disk 0

Standard keys: c - cont, b - back, s - stop, r - refr, h - help

My Source backup log bebhmgea.afd not showing in these log.

Then How I restore bebhmgea.afd in my target system.

am I correct OR how we should restore source system to target system ?

Regards

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just do

brrestore -c force -m all -b <log_name> -p <parfile> &

Log_name is bebhmgea.afd and

parfile - Parameter file you will use. If not it will look in dbs for the default

Did you rmeber to copy the log bebhmgea.afd over to the target system

Brtools will never read that as it reads back<SID>.log to get the list of backups.

Pravin

Former Member
0 Kudos

parfile is our initDEV.sap

am I correct

Former Member
0 Kudos

Daer Team,

when I am doing

C:\Documents and Settings\ideadm>brrestore -c force -m all -b bebhmgea.afd -p initDEV.sap &

BR0401I BRRESTORE 7.00 (40)

BR0405I Start of file restore: reblnmjz.rsb 2009-09-13 07.44.35

BR0484I BRRESTORE log file: F:\oracle\DEV\sapbackup\reblnmjz.rsb

BR0454W Values of sapdata_home are different: current 'F:\oracle\DEV', backup bebhmgea.afd 'D:\oracle\DEV'

BR0455W Value 'F:\oracle\DEV' of sapdata_home will be used for restore

BR0458E Information about backup file 'D:\ORACLE\DEV\SAPDATA1\SR3_10\SR3.DATA10' not found in log header

BR0121E Processing of log file F:\oracle\DEV\sapbackup\bebhmgea.afd failed

BR0406I End of file restore: reblnmjz.rsb 2009-09-13 07.44.35

BR0280I BRRESTORE time stamp: 2009-09-13 07.44.35

BR0404I BRRESTORE terminated with errors.

I have copied bebhmgea.afd source to target .

why this error comes

Former Member
0 Kudos

Your command brrestore -c force -m all -b bebhmgea.afd -p initDEV.sap is correct

Warning is also ok

BR0454W Values of sapdata_home are different: current 'F:\oracle\DEV', backup bebhmgea.afd 'D:\oracle\DEV'

Are you sure bebhmgea.afd is a complete offline back.

Check in that file for 'D:\ORACLE\DEV\SAPDATA1\SR3_10\SR3.DATA10'

Looks like the log file had this infor but not the complete info to restore/

Pravin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please read the System Copy guide.

[https://websmp104.sap-ag.de/~sapidb/011000358700006457672006E.pdf]

Thanks,

Shambo