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 > backup help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-07, 09:21
jrich523 jrich523 is offline
Registered User
 
Join Date: Nov 2007
Posts: 14
Question backup help

i have a rather large database that i need to have backed up and because of its size it has become rather difficult to backup. unfortunatelly i dont really know DB2 at all so that makes this even harder.

basically i have a DB backup that is about 800GB and they want to back this up twice weekly and move it to remote storage. right now there is a script that does the db backup and then i manually move it with eseutil to our storage system.

how would you guys handle this?

what i was thinking was to make a script that does the backup, ships it over when its done and does a check of the backup when its done to verify it was moved ok. I think i should be able to do this pretty well with PowerShell

the one thing i saw in the old script was some weird stuff with transaction logs. i was able to make sense of everything else but i dont feel comfortable that i know how these are handled.

Thanks
Justin

DB2 7.2
Fix Pack 13
standard
windows based
Reply With Quote
  #2 (permalink)  
Old 11-29-07, 09:46
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
My guess is that you are doing ONLINE backups, otherwise you would not be messing with the logs. Unfortunately in V7, you have to deal with the db2 logs when performing an online backup, otherwise the backup image is worthless. This is to ensure that you can restore and rollforward the DB if needed.

There are some alternatives (although in V7 I am not sure what is supported anymore), like backing up directly to TSM, or other third party backup solution.

You should look seriously in upgrading DB2. The current version is 9.5. Although to get there you will have to upgrade to V8.2 first. V7 is no longer supported by IBM, and has not been for a couple of years. V8 and beyond give you more options using BACKUP like compressing the image and including the logs in the image.

Andy
Reply With Quote
  #3 (permalink)  
Old 11-29-07, 10:13
jrich523 jrich523 is offline
Registered User
 
Join Date: Nov 2007
Posts: 14
sadly the DB2 is part of an application and the vendor is a touch behind on that stuff. the new version of their product goes to DB29 i think and we have plans to upgrade their product but thats a ways out so in the mean time i have to deal with this :-/
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