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 > Backing up and retrieving data from a tape archive

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-05, 11:33
jdey123 jdey123 is offline
Registered User
 
Join Date: Aug 2004
Location: London, UK
Posts: 31
Backing up and retrieving data from a tape archive

Dear all,
We have a very large table which due to disk limitations, every few weeks, we manually copy to another DB2 database using piped export/load and then backup the copied table to tape. We want to change this so that the operation is automatic. The issues are:-

1. Need to be able to view the list of available archived datasets and retrieve 1 or more of them at 1 time in order to satisfy customer queries.

2. The smaller the dataset that we backup/restore, the less range that we can query in 1 go. This could mean that multiple backup/restores need to be done to satisfy a request for data. Conversely, The larger the dataset the longer it takes to backup/restore.

3. Tape retrieval is always serial

Does anybody know of a commercial package which works with DB2 to allow easy archiving/retrieval of datasets from tape? If not, does anybody have practical experience of implementing such a system themselves?
__________________
jdey@macehill.co.uk
http://www.macehill.co.uk
Reply With Quote
  #2 (permalink)  
Old 01-25-05, 12:09
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Tivoli Storage Manager (TSM) will do what you want. This product is fairly well integrated with DB2, as you can see by looking at the last entries of the DB Config for any DB2 database. Tivoli is owned by IBM.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 01-25-05, 12:20
jdey123 jdey123 is offline
Registered User
 
Join Date: Aug 2004
Location: London, UK
Posts: 31
Thanks Marcus

We're currently using TSM to backup our data to tape, however.

The problem is that we currently backup up the entire archive database to tape. This means that it's possible that we could have to restore multiple archived database images to satisfy a customer query.

What we're looking for is presumably a frontend to TSM which ideally we could just ask the commercial package to process a DB2 query, and the commercial package would determine whether it could find the data on disk, the archive database or tape, retrieve it from where it's stored and return the results.

The other thing that I forgot in our wishlist is that our data needs to be secure at all times, so we can't just export the data to a file and then back it up to TSM
__________________
jdey@macehill.co.uk
http://www.macehill.co.uk
Reply With Quote
  #4 (permalink)  
Old 01-25-05, 12:45
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
OK, then you want to archive and retirieve specific tables needed to satisfy a query. I believe you can do that with DB2 for z/OS but I don't know of a product for LUW. But with cheap disk drives, this is probably less of an issue than it used to be.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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