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 a 2 TB DB2 DB on AIX

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-07, 12:00
jthirth jthirth is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Backup a 2 TB DB2 DB on AIX

Hi ,
I have been working on db2 on Linux/windows. We are now moving to AIX.
I would like to know what is the best way to back up a 2TB database on AIX.
Can I do the back up to a a file system or should it be done only to large storage systems/tapes. Any info from DBA's working and using similar setups in a large org would be most helpful.

Thanks,

Jay
Reply With Quote
  #2 (permalink)  
Old 12-19-07, 14:14
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by jthirth
Can I do the back up to a a file system or should it be done only to large storage systems/tapes.
If you can spare 2 TB of disk space, why not? I don't find many organizations that can afford that though, at least in the long run.

Use compression and incremental backups. Note that compression slows down the process a little.

I'm assuming this is a DW environment so there should be relatively static tables. They would belong to a separate tablespace, which can be backed up less frequently.
Reply With Quote
  #3 (permalink)  
Old 12-19-07, 14:22
jthirth jthirth is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Thank you for the reply.
Yes it is a DW environment. we do not have the 2TB data yet but the db size would soon change to 2TB as the plan is to merge many different db's into one big one.

Jay
Reply With Quote
  #4 (permalink)  
Old 01-02-08, 10:37
scottr8 scottr8 is offline
Registered User
 
Join Date: Nov 2004
Posts: 7
You have probably figured this out by now but you probably should look at installing TSM (Tivoli Storage Manager). You can do incremental backups a open multiple session to reduce your backup times. However between the hardware and the software costs, it isn't cheap.
Reply With Quote
  #5 (permalink)  
Old 01-04-08, 11:51
abeaton abeaton is offline
Registered User
 
Join Date: Jun 2007
Posts: 12
If you can set up your database in multiple partitions, you can back up those partitions in parallel. This will really help with the time required to back up a large database.
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