- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DDS3 and compression
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-18-2002 01:04 PM
11-18-2002 01:04 PM
DDS3 and compression
First, I tried tar to the 0m device but hit the end of tape error. Then tried using the gnu tar with -cfz switch, but get a
"Cannot write : File too large" followed by an unrecoverable error message.
The DDS 3 is supposed to take 24 GB (compressed). The question is.... can I take 12.x GB of data that's already compressed and write it to a DDS3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:03 PM
11-18-2002 01:03 PM
Re: DDS3 and compression
Don,t use hardware compression if data is already compressed, in some cases this can increase the data written to the tape. Try with uncompressing the data first, or use a uncompressed device file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:03 PM
11-18-2002 01:03 PM
Re: DDS3 and compression
That's a close one. Usually a compressed file, when compressed again will EXPAND in size. Yes, it gets bigger.
Have you tried cpio ?
Either way, it'll probably take two tapes.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:07 PM
11-18-2002 01:07 PM
Re: DDS3 and compression
uncompressed device file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:14 PM
11-18-2002 01:14 PM
Re: DDS3 and compression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:48 PM
11-18-2002 01:48 PM
Re: DDS3 and compression
A DDS3 is advertised as 12 GB native and 24 with compression (assuming 2:1, which may or may not happen depending on the data).
I would say that you would be better off, if you have room in your LVOL, gunzip'ing all of the files, and then writing them to the DDS3 drive and see if you can get them all there.
Another option is to gunzip and re-gzip them with the option '-9' or '--best' option. This is slower, but better, compression. If you compress like this, maybe you can get it down to where you can get it all on a tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:28 PM
11-18-2002 06:28 PM
Re: DDS3 and compression
If data is already compressed on disk (via software), hardware compression will have no effect, or as mentioned, possibly increase the data size slightly.
tar cannot handle any file larger than 2Gb, GNU tar cannot handle large files either unless it was specifically compiled for large file support. Since this makes the tar format incompatible with classic tar programs, you can only restore the data with the same version of GNU tar.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 12:55 AM
11-19-2002 12:55 AM
Re: DDS3 and compression
Creating an uncompressed device file for DDS3:
First get the hardware path of your drive:
ioscan -C tape
Create the device file (replace the hardware path in my example with what you get from ioscan).
mksf -b DDS3 -H 0/0/2/0.0.0
This creates a file in the /dev/rmt directory ending with "DDS3".
An alternative it to use the switches on the drive to switch off compression. Use this link:
http://www.hp.com/cposupport/information_storage/support_doc/lpg51068.html