cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BRTOOLS first time setup

Former Member
0 Kudos

Hi, I have been post my question couple of times, long time ago, I am really happy if someone give me right answer

I having problem in BRTools setupu2026

1. In Production BR Tools working file, so I have to setup in QA system, I just change init<SID>.sap profile path C:\oracle\BQA\database\initBQA.sap

2. I am not sure where should I changed I just changed only path but when I schedule DB13 its getting an error path didnu2019t found outu2026

My question is how to normal or simple setup for BR tools or Oracleu2026

Please tell me step by stepu2026

Down blow I am sending init<SID>.sap profile to configure BRTools I am not sure lot of thing where should I change extrau2026?

Please Advised

backup_dev_type = disk

backup_root_dir = Z:\BQA\Database

stage_root_dir = D:\oracle\BQA\sapbackup

compress = no

compress_cmd = "C:\usr\sap\BQA\SYS\exe\uc\NTAMD64\mkszip -c $ > $"

uncompress_cmd = "C:\usr\sap\BQA\SYS\exe\uc\NTAMD64\uncompress -c $ > $"

compress_dir = D:\oracle\BQA\sapreorg

archive_function = save

archive_copy_dir = Z:\BQA\Archive_Logs

archive_stage_dir = D:\oracle\BQA\sapbackup

tape_copy_cmd = cpio

disk_copy_cmd = copy

pipe_copy_cmd = rsh

cpio_flags = -ovB

cpio_in_flags = -iuvB

cpio_disk_flags = -pdcu

dd_flags = "bs=64k"

dd_in_flags = "bs=64k"

saveset_members = 1

copy_out_cmd = "dd ibs=8k obs=64k of=$"

copy_in_cmd = "dd ibs=64k obs=8k if=$"

rewind = "mt -f $ rewind"

rewind_offline = "mt -f $ offline"

tape_pos_cmd = "mt -f $ fsf $"

tape_size = 100G

exec_parallel = 0

tape_address = /dev/nmt0

tape_address_rew = /dev/mt0

volume_archive = (BQAA01, BQAA02, BQAA03, BQAA04, BQAA05,

BQAA06, BQAA07, BQAA08, BQAA09, BQAA10,

BQAA11, BQAA12, BQAA13, BQAA14, BQAA15,

BQAA16, BQAA17, BQAA18, BQAA19, BQAA20,

BQAA21, BQAA22, BQAA23, BQAA24, BQAA25,

BQAA26, BQAA27, BQAA28, BQAA29, BQAA30)

volume_backup = (BQAB01, BQAB02, BQAB03, BQAB04, BQAB05,

BQAB06, BQAB07, BQAB08, BQAB09, BQAB10,

BQAB11, BQAB12, BQAB13, BQAB14, BQAB15,

BQAB16, BQAB17, BQAB18, BQAB19, BQAB20,

BQAB21, BQAB22, BQAB23, BQAB24, BQAB25,

BQAB26, BQAB27, BQAB28, BQAB29, BQAB30)

expir_period = 30

tape_use_count = 100

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi T A,

The thing is that after system copy to QA the Schema & ops$sidadm users are changed in the database.

& BRtools use ops$ mechanism, that's why your brtools not working in QA system.

Do one thing - If schema password is default i.e. sap then brtools couldn't check ops$ mechanism So either u set a default password for schema ID or u have to reset ops$ mechanism.

also run root.sh script.

BR,

Darshan

Answers (1)

Answers (1)

anindya_bose
Active Contributor
0 Kudos

hi TA

you could go through the link below to know how BRTOOLS works in SAP system

1. Could you please let us know whether you have a distributed ( SAP and database running on different physical server) system or a cebtral system?

2. >1. In Production BR Tools working file, so I have to setup in QA system, I just change init<SID>.sap profile path C:\oracle\BQA\database\initBQA.sap

Sorry, I could not understand. Why did you change the path? Where did you change ?

BRTOOLS executables will be there in usr/sap/SYS/exe/run folder. You will find exec like brarchive.exe

brrestore.exe ,brbackup.exe, brconnect.exe, brspace.exe etc. When you invoke the command "BRTOOLS" from the command prompt those are the executable actually work for you.

Revert back the changes whatever you made and then invoke "BRTOOLS" from command prompt of database server ( login as SIDADM)

Edited by: Anindya Bose on Oct 22, 2009 7:07 PM