- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DLT capacity
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 08:45 AM
11-28-2000 08:45 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:04 AM
11-28-2000 09:04 AM
Re: DLT capacity
You shouldn't worry too much about that.
The nominal capacity of a DLT 4000 is 20GB uncompressed or 40GB compressed.
To compute the compressed capacity, an estimation is made about the compression rate.
They take a 2:1 ratio, which is why you double the capacity compressed versus uncompressed.
But not all files compress equally, text files will compress at 10:1 or even more, while gzipped archive will compress very little or not at all.
A database file has typically a lot of 'gaps' filled with null characters. Those gaps compress a lot.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:10 AM
11-28-2000 09:10 AM
SolutionIf you are storing only binaries, then you wouldn't be able to store a lot more than 20GB, even if compression is activated. I used to backup my ClearCase views on a DLT 4000 (using DLT type IV tapes), and I often overcome the 40GB specified limit. Views consist above all of source files, highly compressible.
If in OmniBack no compression checkbox is checked, then maybe your DLT4000 has hardware compression enabled, thus bypassing OmniBack configuration (have a look at the compress indicator on your DLT drive : it should be lit steadily).
I hope this can help a bit.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:19 AM
11-28-2000 09:19 AM
Re: DLT capacity
We backup nightly just oracle db's+indexes to a DLT4000 using Type IV tapes and regularly backup just over 50Gb successfully. However, just the other day it started maxing out so we had to replace it with a DLT8000. The 20/40Gb is only a typically conservative compression ration - to protect the vendor from being sued! If youre getting 70Gb on a Type IV thats great, but I suspect your very near the maximum you will fit on a single tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:37 AM
11-28-2000 09:37 AM
Re: DLT capacity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:39 AM
11-28-2000 09:39 AM
Re: DLT capacity
As was said, databases usually compress very well. We get 130GB on a DLT IV using DLT8000 drives for our Oracle database.
I've typically found using DAT drives that the opposite of this is true. They rarely approach their marketing numbers. In a perfect/lab scenario a DAT drive will aproach its marketing number. I've used a DAT drive and tape that had marketing numbers of 4GB. It could not completely back up a 2GB drive. DLT's seem to hold a much higher density.
Also, keep in mind that tape quality and how clean the tape drive head is greatly affects your compression ratio. New tapes are typically dirty with residue from the factory. A used tape will usually perform better until it becomes a worn tape. If you have a static database, shutdown, and backed it up twice you would likely get different compression ratios on each tape you use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 08:05 AM
11-30-2000 08:05 AM
Re: DLT capacity
- if are doing compression both by software (gzip) and by software ( compression enable) note that hardware must expent time trying compress, with no result. In facts, you are lossing time, because it is much probable that tape must be stoping and repositioning (streaming).
- Both compression use DCLZ algorimths, so it might be faster by hardware.
- Compression ratios of driver depends on block length and speed transfer, as well as data type. A common error is to use a sort block length i.e dd if.... bs=512( by default) . These drivers need great blocks of data dd ... bs=64k.
- Use Stm, or xstm better, to get statistics of compression, and timex dd (or cpio... tar ..) to see time statistics.
-About 10:1 compression ratio... it seems your database is not very full of data. A typical compression for databases is 4:1 ( 3:1 for me).