473,396 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

backup time

How much time does it take to backup a datbase of size 2 terra byte?

Can you specify the tool you use, technique and registry variables
with values for your system, so that I get an idea?

How many tablespaces, and what are the sizes of those(rough figures
would suffice).
logbufsiz
TSM management class
TSM node name
logfilsiz
logprimary
logsecond

pasting sample userexit will be helpful.
Nov 12 '05 #1
2 2182
Many factors influence backup time. An optimistic minimum backup time
can be estimated by examining your hardware environment and determining
the speed of the slowest component of the backup process. Divide the
volume of data by the transfer rate for this component and you will have
a minimum time, assuming you can saturate the capacity of that component.

As a general rule, log parameters should not impact backup duration
because backups are not logging normal database changes.

You also didn't indicate what version of DB2 you are using.

An example that is impractical for production:
Database: locally attached IDE disk drives on RAID 5 type adapters.
Transmission: 100mbit ethernet
Backup: Large storage appliance using multiple disk drives.

1. IDE drives can read data at 100mByte/second
2. Storage appliance using multiple disk drives will at least equal IDE
3. Ethernet can transmit 12mByte/second (an optimistic number)

The ethernet connection will be the slowest component.
2t/12m = 174763sec = 48.5+ hours
Note that if your ethernet thruput is 50% of maximum; this will increase
the duration to nearly 100 hours!

Backing up to a duplicate set of locally attached disk drives would take
at least 6 hours using these figures.
Current mainframe technology has mechanisms for taking a snapshot of
disk drives which can cut backup interference times to minutes or less.
Once the snapshot is taken; the backup is run against it and its
duration is not a critical factor to database availability. This type of
technology may also be applicable to your environment.
Philip Sherman

Kums wrote:
How much time does it take to backup a datbase of size 2 terra byte?

Can you specify the tool you use, technique and registry variables
with values for your system, so that I get an idea?

How many tablespaces, and what are the sizes of those(rough figures
would suffice).
logbufsiz
TSM management class
TSM node name
logfilsiz
logprimary
logsecond

pasting sample userexit will be helpful.


Nov 12 '05 #2
Kums wrote:
How much time does it take to backup a datbase of size 2 terra byte?

Can you specify the tool you use, technique and registry variables
with values for your system, so that I get an idea?

How many tablespaces, and what are the sizes of those(rough figures
would suffice).
logbufsiz
TSM management class
TSM node name
logfilsiz
logprimary
logsecond

pasting sample userexit will be helpful.

What os is running scsi processor ram ???
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Thiko | last post by:
Hi I take one nightly full database backup at 02:00 and backup the transaction log to one backup set every 15mins. The commands to do this are as follows and are set up to run as database...
7
by: bobdirls | last post by:
Hi, Is there any way of telling if a database or table has been updated, altered or deleted from since the last backup was made in SQL server. Windows does not correctly report .mdf file size...
6
by: Eric Herber | last post by:
I've a question regarding db2 (V8.1) and database backups going to a storage manager like TSM for example. As I can see in the storage manager if I backup the complete database over the TSM API...
4
by: Wanhua Yi | last post by:
Hi all, anybody out there with experience in using EMC's Time Finder Software and DB2 UDB EEE on AIX ? Especially in using BCV for Backup ? Any white papers ?
9
by: Stanley Sinclair | last post by:
I just brought a new small server online. It has two disks in RAID1 (mirrored) for the operating system and logs and DB2 DBMS. DB2 data on a separate RAID 5EE array on four disks. (IBM ServeRAID...
10
by: Konstantin Andreev | last post by:
Hello. Some time ago I asked in this conference, - How to use an ONLINE BACKUP to restore database onto another system? - but got no answers. Therefore I can conclude it is not possible. But......
0
by: Massimiliano Campagnoli | last post by:
I am trying to backup sample database to network drive J:\ which maps to a SAMBA share. The first time the backup is successfull but the the next time fails. I've to delete J:\sample.0 if I want...
7
by: yellr | last post by:
Hi, i've spent all resources, except this one. Hopefully anyone there out could help me with a idea for this problem. We have a db2 8.2 Enterprise Edition, on AIX 5.3 Platform, this is our...
5
by: Roger | last post by:
backup log testdb with truncate_only DBCC SHRINKFILE (testdb_log, 100) WITH NO_INFOMSGS backup database testdb to disk = '\\DC01\Backups\DB01\testdb.bak' with init and does the shrinkfile...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.