473,569 Members | 2,991 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2205
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
7561
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 jobs: -- Database Backup BACKUP DATABASE TO WITH NOINIT ,
7
2456
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 changes until a database is brought offline so it seems impossible to work on physical file size changes as reported in windows. Ive done some...
6
3334
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 (no tablespace backups) the backup images is stored as a single backup object. Later I will be able to restore the complete database from this...
4
5330
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
3261
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 6i controller.) I don't expect more than 200 GB total data ever in the DB2 database (starting with 120 MB), and 150 GB in other stuff. Want...
10
3150
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... what can I do with "online backup", really ? What is it needed for ? I do not see any possibility to use this backup. Please, share your knowledge,...
0
3189
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 to backup again. Here is the log: NET USE J: \\LINUXSERVER\BACKUPDB2 The command completed successfully.
7
3216
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 production database. We had to do a full restore over this database for a problem with a tablespace. The problem cames after 5 days after full restore. ...
5
3482
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 command reduce the size of the ldf ?
0
7618
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7679
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7983
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6287
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5223
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3657
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2117
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.