cancel
Showing results for 
Search instead for 
Did you mean: 

sap online backup configuration with DB2 database

Former Member
0 Kudos

Hi,

Kindly help us to configure our IBM db2 database for online backup. Our Sap is running on Windows.

The information found on net is to modify the log parameter. If some one provides step by step guidance, it will really help.

IBM db2 behavior is something new for us.

Regards,

Hema

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Dear Ms. Hema,

Backup the database shoud be in a LOGARCHMETH1 ON / LOGRETAIN mode.

Follow following steps....

Login through SIDadm,

1.       >stopsap r3

2.       >get db cfg                                                                                                                                                                

(verify current configuration before you change it)

3.       >db2  update db cfg for <SID> using LOGARCHMETH1 LOGRETAIN

4.       >db2  backup db <SID> to /dev/rmt/0mn

(A full OFFLINE backup is mendatory)

5.       >get db cfg

(verify the parameter’s new value)

6.       Take a online backup to verify the configuration. (t-code=DB13)

Kind rgds,

Ashwin Mane

Answers (0)