cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Offline Warning

Former Member
0 Kudos

Hi GURU,

I have a problem, I have launch bck a offline force. The bck it finishes with this warning ""BR068W SAP system is running or SAP user is connected to database - database cannot be shut down"but I do not understand why. You can help me?

SAP R/3 470

DB Ora 9,2

S.O. Cluster Windows 2003

BCK is launch with this script:

c:\WINDOWS\system32\cluster.exe ***01 resource ***.world /offline

c:\WINDOWS\system32\cluster.exe ***01 GROUP SAP-R/3 *** /Offline *****

net start OracleService%ORACLE_SID%

rem execute brbackup command

z:\run_loc\brbackup -c force -m all -t offline_force > z:\tsm\tsm_log\brbackup_offline.log

c:\WINDOWS\system32\cluster.exe ***01 GROUP SAP-R/3 *** /Online *****

c:\WINDOWS\system32\cluster.exe ***01 resource ***.world /online

I must:

1)resource oracle offline

2)Shutdown SAP

3)Start Oracle service

4)Bck off.

5)Start SAP

6)resource oracle online

I would have need of one confirmation!!! Thanks.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Do you have any application servers? you need to shutdown SAP there as well.

Former Member
0 Kudos

I have:

1 A.S.

1 C.I

1 DB ora

MSCS

I don't know the cluste commando to do bck offline. Therefore shutdown of SAP... etc.

Someone me can indicate them?

Regards.

Former Member
0 Kudos

Please help me.

Thanks!

Former Member
0 Kudos

Hi,

I have carried out this sequence of command:

c:\WINDOWS\system32\cluster.exe <SID>01 resource "SAP-R/3 <SID>" /offline

"c:\Program Files\Windows Resource Kits\Tools\sleep.exe" 30

c:\WINDOWS\system32\cluster.exe <SID>01 resource <SID>.world /offline

net start OracleService%ORACLE_SID%

rem execute brbackup command

z:\run_loc\brbackup -c -m all -t offline_force > z:\tsm\tsm_log\brbackup_offline.log

c:\WINDOWS\system32\cluster.exe <SID>01 resource <SID>.world /online

"c:\Program Files\Windows Resource Kits\Tools\sleep.exe" 30

c:\WINDOWS\system32\cluster.exe <SID>01 resource "SAP-R/3 <SID>" /online

But the warning always generates me and I do not understand why!

You can help me?

Thanks.

Former Member
0 Kudos

Hi,

What did u mean by 1)resource oracle offline,is it to move out from the cluster?

If yes you don't need to do it,Just execute stopsap all and start the brbackup

Former Member
0 Kudos

But which he is the commando for the Cluster?