cancel
Showing results for 
Search instead for 
Did you mean: 

brtools BRRESTORE

former_member199632
Participant
0 Kudos

Hello,

I want to perform a homogeneous system copy

(Move data from PRD to QAS)

I have an offline backup  of PRD and now wants to restore that backup to the QAS

Kindly let me know what are the steps to follow, in BRTOOLS

brtools ->  restore and recovery ->

What the option should i select from this;

1 = Complete database recovery

2 - Database point-in-time recovery

3 - Tablespace point-in-time recovery

4 - Whole database reset

5 - Restore of individual backup files

6 - Restore and application of archivelog files

7 - Disaster recovery

8 - Reset program status

When proceed with "Complete database recovery ", it says "No restore and recovery required "

1 * Recovery type (type) ............. [complete]

2 - BRRECOVER profile (profile) ...... [initQAS.sap]

3 ~ BACKINT/Mount profile (parfile) .. []

4 - Database user/password (user) .... [/]

5 - Recovery interval (interval) ..... [30]

6 - Confirmation mode (confirm) ...... [yes]

7 - Scrolling line count (scroll) .... [20]

8 - Message language (language) ...... [E]

9 - BRRECOVER command line (command) . [-p initQAS.sap -t complete -i 30 -s 20 -l E]

please let me know , how can i proceed with this

regards,

zerandib

Accepted Solutions (1)

Accepted Solutions (1)

nicholas_chang
Active Contributor
0 Kudos

Hi zerandib,

You need to copy the backuplog ID & backSID.log from source to target and put it in /sapbackup, eg: from prod to QAS

run below command:

Brrestore -b BackupLogID -m full

Refer to below for more info:

http://help.sap.com/saphelp_nw70/helpdata/en/46/ce0440a832e369e10000000a155106/frameset.htm

Cheers,

Nicholas Chang


Answers (1)

Answers (1)

former_member182034
Active Contributor
0 Kudos

hi Zerandib,

You can perform system copy with help of following document in-which explain the steps of brrestore.

System Copy with BRRESTORE Method

Regards,