If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Incremental backup to TSM tape

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-07, 11:43
mark_maz mark_maz is offline
Registered User
 
Join Date: Feb 2002
Location: Hamilton
Posts: 138
Incremental backup to TSM tape

AIX 5.3 64 bit
$ db2level
DB21085I Instance "arcproda" uses "32" bits and DB2 code release "SQL08027"
with level identifier "03080106".
Informational tokens are "DB2 v8.1.1.128", "s061108", "U810098", and FixPak
"14".
Product is installed at "/usr/opt/db2_08_01".

We have started to have some issues with running our incremental backups to TSM tape, this is all controlled by Tivoli Workload Scheduler. The TWS job starts and the backup begins and the session to TSM is initialized. However the session to TSM is lost on the TSM server and the job is still running in TWS and the db2 process is still running on the server. It looks as though db2 is gathering the information to send to the TSM server but when it is ready to send the data the session is lost and the job finally abends/stops.

My question is we have seen that it takes awhile for the job to abend in tws i.e. db2 first initializes the session tsm (which then becomes lost) but the db2pb process for the backup still runs for quite some time before it then tries to send data to the TSM server which is technically no longer there and the job fails finally.

Not sure if I have been clear or not but hopefully someone will understand what I am trying to convey.

Is there a way to kill the process "nicely" so that it doesn't leave the tables/tablespaces in a funky state?

Thus far IBM has not been able to tell us anything of value via our PMR, I was hoping maybe someone else has had similar problems.

Our database is almost 2TB in 3 partitions on 2 physical servers

thanks in advance

Mark
Reply With Quote
  #2 (permalink)  
Old 11-29-07, 14:52
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Increase the TIVOLI timeout to 18000(5 hours); use 3 or 4 sessions; increased buffer sizes(increase the UTIL_HEAP_SZ correspondingly); backup is writing a marker in page header that meets its criteria; has no effect on state of tablespace; you can kill the backup session any time with no adverse results.It may be reading a lot of pages before it finds a recently modified page;so for hours you may not have a "write".
__________________
mota
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On