cancel
Showing results for 
Search instead for 
Did you mean: 

About Note 378648 - Offline backup support with Oracle Fail Safe

ganimede_dignan
Contributor
0 Kudos

Hi forum,

I read note 378648 but I don't understant where I must set the follow variables :

BR_OFS=1

BR_OFS_RESOURCE=< database_resource_name>

BR_OFS_CLUSTER=< cluster_name>

BR_OFS_USER=<user_name>

BR_OFS_DOMAIN=<domain>

BR_OFS_PWD=<password>

I try into init<SID>.sap but without success.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

ganimede_dignan
Contributor
0 Kudos

No one use it ?

Regards.

ganimede_dignan
Contributor
0 Kudos

.

Former Member
0 Kudos

Hi,

Did you really read the 378648 OSS note ?

>To activate the functions, set the following variables in the BRBACKUP environment:

>BR_OFS=1

>...

These are Environment variables, so they have nothing to do in the init<SID>.sap file.

We use them in our custom backup scripts and it works perfectly !

Here are the lines from our bat script :

set BR_OFS=1

set BR_OFS_RESOURCE=%1.WORLD

set BR_OFS_CLUSTER=%VARG_CLUSTER_ALIAS_GRP%

set BR_OFS_USER=%VARG_CLUSTER_SAPUSR%

set BR_OFS_DOMAIN=%VARG_CLUSTER_DOMAIN%

set BR_OFS_PWD=%VARG_CLUSTER_SAPPAS%

Regards,

Olivier

Former Member
0 Kudos

HI there,

Could you please help me to get these parameters correctly?

BR_OFS_RESOURCE = <SID>.WORLD is that correct?

BR_OFS_CLUSTER=<Cluster_name> or <Oracle Group name>

BR_OFS_DOMAIN=<Windows_Domain_name>

Can you please confirm those for me?

thanks

Kumar

set BR_OFS=1

set BR_OFS_RESOURCE=%1.WORLD

set BR_OFS_CLUSTER=%VARG_CLUSTER_ALIAS_GRP%

set BR_OFS_USER=%VARG_CLUSTER_SAPUSR%

set BR_OFS_DOMAIN=%VARG_CLUSTER_DOMAIN%

set BR_OFS_PWD=%VARG_CLUSTER_SAPPAS%

Answers (0)