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 last successful backup

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-08, 03:54
segwar segwar is offline
Registered User
 
Join Date: Jun 2008
Posts: 2
Post DB2 last successful backup

Hi All,
I use DB2 v8.1.0.144 FixPak 16 installed on Solaris 8 servers.
We do our backups on the solaris file system.
I am currently working on a check backup project for our DB2 enviornment.
I have a simple question.
Is there a command in DB2 which will fetch out the last succssfull backup using the db2 list history command?
If not, is there a static file in text format which logs all the backup events and diffirentiates them on the basis of Successful backup or failed backup.
The 'DB2 list hitory backup all for db <db name>' and the 'db2 list history backup since..' commands are of no help to me.
My script needs to do the following.
-run the db2list history backup for all dbs in an instance.
-check if there were any faliures, if there were send an email containing the db name
-if there were any faliures , check the timestamp of the last successful backup and return the age of teh last successful backup.

out of these three, I have been able to accomplished the first two but its the third that is eluding me.

Thanks all in advance!!!!
Reply With Quote
  #2 (permalink)  
Old 07-02-08, 08:18
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Try using the SQL function to get the backup history:

http://publib.boulder.ibm.com/infoce...n/r0012548.htm

Andy
Reply With Quote
  #3 (permalink)  
Old 07-02-08, 22:13
segwar segwar is offline
Registered User
 
Join Date: Jun 2008
Posts: 2
Thanks Andy!!!
May a lot of Good Karma come your way.
Thanks
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