- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I configure a tape drive for both hardware ...
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
04-23-2002 11:03 AM
04-23-2002 11:03 AM
I have a Sony SDX-500C tape drive, and I want to configure
the device special files
to show both compression
and non-compression.
Here is what I have now:
stape card instance 3 SCSI target 1 SCSI LUN 0 at&t best density available at address 10/0/15/1.1.0 1m
stape card instance 3 SCSI target 1 SCSI LUN 0 berkeley best density available at address 10/0/15/1.1.0 1mb
stape card instance 3 SCSI target 1 SCSI LUN 0 at&t no rewind best density available at address 10/0/15/1.1.0 1mn
stape card instance 3 SCSI target 1 SCSI LUN 0 berkeley no rewind best density available at address 10/0/15/1.1.0 1mnb
stape card instance 3 SCSI target 1 SCSI LUN 0 at&t best density available at address 10/0/15/1.1.0 c3t1d0BEST
stape card instance 3 SCSI target 1 SCSI LUN 0 berkeley best density available at address 10/0/15/1.1.0 c3t1d0BESTb
stape card instance 3 SCSI target 1 SCSI LUN 0 at&t no rewind best density available at address 10/0/15/1.1.0 c3t1d0BESTn
stape card instance 3 SCSI target 1 SCSI LUN 0 berkeley no rewind best density available at address 10/0/15/1.1.0 c3t1d0BESTnb
Also, although the description
shows "best density", it seems
that there is no hardware
compression occurring.
Any ideas?
Thanks,
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 11:17 AM
04-23-2002 11:17 AM
Re: How do I configure a tape drive for both hardware compression and non-compression?
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 11:34 AM
04-23-2002 11:34 AM
Re: How do I configure a tape drive for both hardware compression and non-compression?
Without knowing just what SW or command you're using to backup & not being familiar with this Sony drive, it's hard to determine just why you're not getting noticeable HW compression.
But I would offer the guess that if you're using backup SW such as OB II or Veritas or such that they me be compressing fairly well on they're own & only negligible HW compression can be applied further.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:04 PM
04-23-2002 12:04 PM
Re: How do I configure a tape drive for both hardware compression and non-compression?
Here is some more info on
the problem.
I've used an open source
utility which determines
the tape capacity, and
I get approximately 50GB as
the results.
According to the specs for
the drive/tapes, the
uncompressed capacity is 50GB,
and the compressed capacity
is 100GB. From these results
and specs, I believe that
the hardware compression
is not enabled.
I'm not sure how hardware
compression is controlled
on tape drives. Is it some
special SCSI command?
Also, I expected to see a
set of device special files
with and without the "best"
shown, but did not.
Any ideas?
Thanks!!
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:13 PM
04-23-2002 12:13 PM
SolutionIt may be that the utility knows what "switch" to send to turn off compression & was just giving you a total uncompressed capacity.
As I'm sure you know some files compress much better than others & the 2X figure is basically an educated guess as to what the max compressed capacity would be.
A test I would do is to backup a dir or set of files that is mostly ASCII text - like the /etc dir
First do
du -sk /etc
to get the size of the dir in Kb.
Then back it up with tar & compare the size of the backup with your du results.
If they are the same then I would break out the manual on the tape drive because there are some tape drives out there that can have HW compression disabled via a DIP switch & that may be the case here.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:24 PM
04-23-2002 12:24 PM
Re: How do I configure a tape drive for both hardware compression and non-compression?
I found the manual on-line at
http://www.storagebysony.com/support/consumer.asp
It's a pdf file & it states that HW compression is enabled when DIP SW 7 is ON & control by host can be disabled when SW 8 is ON.
So check those DIPs.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:36 PM
04-23-2002 12:36 PM
Re: How do I configure a tape drive for both hardware compression and non-compression?
And by default HP-UX only creates the "BEST" device files - I think for fairly obvious reasons - if you can get the extra capacity - might as well use it.
Besides BEST there are others than can be manually created via mksf & mknod:
NOMOD -> used on DDS & 8mm only & maintains the density of previously written data.
DDS -> shows the number of the DDS standard used i.e. DDS2 or DDS3.
D -> followed by a numeric to define the density of the tape directly.
Rgds,
Jeff