- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adjusting compression for DLT 8000 Tape Drive - Om...
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
12-04-2000 10:55 AM
12-04-2000 10:55 AM
Thanks... jack
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 11:36 AM
12-04-2000 11:36 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
In you backup definiions, you can select to have software compression turned on or off. Turning it on slows the backup process for local devices, but can speed performance and lower network load if backing up to a remote device.
Hardware compression can be turned on or off withthe buttons/menus on the DLT. Default is hardware compression on.
To see how much data you are actually writing to tape, run a backup of more than 20GB, then check the statistics on the media for that backup. You should see that all data was written to the tape despite the 20GB "capacity".
Compression ratio will vary depending upon teh data. 4:1 is an "expected" ratio for a DLT8000 allowing 80GB o be put on a tape. I use DLT7000s and have written more than 100GB to a tape (expected capacity 70GB). Database files compress particularly well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 12:06 PM
12-04-2000 12:06 PM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
I didn't realize that the device wasn't allowing more than 22gb until I got a mount request for anther tape. Up to this point, less than 22 gb was on the tape. I then started investigating to determine what the current setting consisted of. Running xstm showed that there wasn't any compression going on. OmniBack defaulted to 22gb. I assumed OmniBack derived this value by looking at the hardware setting. I was looking for a command to change the hardware setting without opening the library.
What I will do, is create to an OmniBack pool device to be larger than the default and then see if I can get more than 22gb on the tape.
As for accessing the compression buttons. What specific steps should I follow to take the tape drive out of the rear of the auto loader? Are there any potential alighment problems that I may encounter when re-inserting the tape drive?
e.g.
1 - Power down tape array
2 - Remove tape drive
3 - Locate and set compression setting button(s). I was hoping I could do this from a command prompt.
4 - Return tape drive.
5 - Power-on tape array.
6 - Run xstm to verify setting.
jack... Thanks once again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 12:27 PM
12-04-2000 12:27 PM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 12:59 PM
12-04-2000 12:59 PM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
I also found a couple of patches that deal with compression and DLT tape drives. Patch deals with at least two problems:
1-Recognizes DLT 8000 tape drives.
2-Fixes problem with compression not being set correctly.
Article identifies patches PHKL_19805 and PHKL_18543
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 04:15 AM
12-05-2000 04:15 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
/dev/rmt/c2t1d0BEST is the devicefile with compression ON
/dev/rmt/c2t1d0 is the devicefile with compression OFF.
I use this from xomni -> devices & media management -> 'drive' -> exchanger datadevice. But I have a 2/20 DLT robot. In your case the menu items may vary.
Would this suggestion help you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2000 07:15 AM
12-28-2000 07:15 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2000 07:26 AM
12-28-2000 07:26 AM
SolutionIf you check in the following file:
/etc/opt/omni/options/global for the MC_X
parameter.
The default for DLT is
DLT | 10 | 1 | 36 | 250 | 20 GB | 4
What you should have in the file should look like the following example
MC_10=1 36 250 4096000 4
Can be set in pool configuration.
# DefSize is the default size of media (in KBytes) of that
# class. This is used to set to medium size if size cannot be (detected by the device itself.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2000 07:58 AM
12-28-2000 07:58 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
40 * 1024 * 1024 = 41943040
or you can try the non marketing size:
40 * 1000 * 1000 = 40000000
So what you should add to the global file is:
MC_10=1 36 250 41943040 4
Stop and restart OBII.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2000 06:17 AM
12-29-2000 06:17 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
I have found that OmniBack always defaults to the lowest capacity for the tape type selected regardless of compression used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 10:40 AM
01-25-2001 10:40 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 11:36 AM
01-25-2001 11:36 AM
Re: Adjusting compression for DLT 8000 Tape Drive - OmniBack - 20gb max
Omniback will not stop writing to tape based upon the recorded capacity. It will write until the media is full.