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 > DB2 online backup hangs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-02-09, 14:17
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
DB2 online backup hangs

AIX 5.2
DB2 8.2 FP 15

The daily online backup has been hanging for 8 hours. After investigating, I didnt find any other application with locks. I tried forcing the application off, but it is still connected. Then I tried forcing everything off, and the backup is still connected.

It looks like the online backup is in a limbo state, and not sure how to stop it without stopping the instance.


Charlie
Reply With Quote
  #2 (permalink)  
Old 04-02-09, 14:22
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I had a backup hang once. Forcing the connect never did anything and the only way to fix it was to bounce the instance.

Andy
Reply With Quote
  #3 (permalink)  
Old 04-02-09, 15:24
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Try "db2 list utilities show detail" (or "db2pd -utilities") to see if there is any work being done by the backup.
Reply With Quote
  #4 (permalink)  
Old 04-02-09, 15:27
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
Quote:
Originally Posted by n_i
Try "db2 list utilities show detail" (or "db2pd -utilities") to see if there is any work being done by the backup.
Quote:
Originally Posted by output
Utilities:
Address ID Type Priority DBName StartTime NumPhases CurPhase Description
0x30103830 4016 BACKUP 0 TECRPT Thu Apr 2 05:30:06 2009 1 1 online db

Progress:
Address ID PhaseNum Description StartTime CompletedWork TotalWork
0x301039B0 4016 1 n/a Thu Apr 2 05:30:06 2009 19605538385 bytes 20206287790 bytes
These numbers don't appear to be changing.
Reply With Quote
  #5 (permalink)  
Old 04-06-09, 16:13
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
SOLUTION

After opening a PMR with IBM, they informed us we would need to bounce the instance to resolve the hanging backup.

db2stop force
ipclean -a
db2start

This resolved the issue.
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