- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DDS3 tape drive drivers
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
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
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-11-2002 06:04 AM
тАО04-11-2002 06:04 AM
Nothing other than a swap was done. The tape drive is usable.
I thought I should create new drivers for the tape drive.
When I use SAM, in the list for what density I want to use, amongst others I see BEST, DDS1 and DDS2. Should there be a DDS3 in the list (how do I get it?) ?
What density should I be using with the DDS3 tape drive so I can backup 12GB normal and 24GB compressed?
Thanks,
Nivesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2002 06:14 AM
тАО04-11-2002 06:14 AM
Re: DDS3 tape drive drivers
In SAM if you select peripherals then tape drives what description does it give for the drive.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2002 06:16 AM
тАО04-11-2002 06:16 AM
Re: DDS3 tape drive drivers
In SAM if you select peripherals then tape drives what description does it give for the drive.
you should also have the option here to select pull down menu action then create default device files.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2002 06:16 AM
тАО04-11-2002 06:16 AM
SolutionThe device files are decoded with lssf as in:
lssf /dev/rmt/*
and again, the word BEST means compression will be enabled. For a DDS3 drive, there really isn't a 24Gb mode. Rather, it is a marketing pitch that translated means: If the data content can be compressed 2:1 then the tape will appear to hold 24Gb. Unless you verify the compressibility of every file and add up the results, there is no way to predict the actual storage capacity, except 12 Gb native is guarenteed.
The name of a device file (0m, 2mnb, DDS2, etc) does not cause anything special to happen. Instead, the two numbers (major and minor seen with the ll /dev/rmt command) select the dirver (major) and the options (minor). The driver is mostly aligned with the interface (SCSI, fibre, etc) and if you are reasonably up to date on patches, you won't need anything else to control the tape drive.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2002 06:20 AM
тАО04-11-2002 06:20 AM
Re: DDS3 tape drive drivers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2002 06:22 AM
тАО04-11-2002 06:22 AM
Re: DDS3 tape drive drivers
If you are using HP-UX 11.0, then install these patches:
PHCO_23876 - s700_800 11.00 cumulative SAM/ObAM patch ( this will support the new density drives - ultrim, dds3, dds4 )
PHKL_25769 - s700_800 11.00 SCSI Tape (stape) cumulative
HTH,
Shiju