- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DDS4 device file to write to a 90m
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
05-29-2003 07:43 AM
05-29-2003 07:43 AM
DDS4 device file to write to a 90m
***************************
Don't ask why - but we need to write a tape from a server that has a DDS4, and we need to write to a 90m tape... Anyone know of a way to create a device file using a lower density to get this to work? Realizing this isn't supported, but thought maybe someone found a back door.....
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:52 AM
05-29-2003 07:52 AM
Re: DDS4 device file to write to a 90m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:59 AM
05-29-2003 07:59 AM
Re: DDS4 device file to write to a 90m
mksf -C tape -H 3/2/0.8.0.0.3.0.0 -b 19 -c 1 /dev/rmt/0m_DDS1
Using this device file to write to the tape drive at 0m should write it in DDS1 format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:00 AM
05-29-2003 08:00 AM
Re: DDS4 device file to write to a 90m
==========================
Try:
mksf -C tape -H 3/2/0.8.0.0.3.0.0 -b 19 -c 1 /dev/rmt/0m_DDS1
Using this device file to write to the tape drive at 0m should write it in DDS1 format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:03 AM
05-29-2003 08:03 AM
Re: DDS4 device file to write to a 90m
# mksf -H
You can then use /dev/rmt/mydrive "as if" it's a DDS2 drive.
Like I said, I can't confirm 100% if it'll work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:03 AM
05-29-2003 08:03 AM
Re: DDS4 device file to write to a 90m
/dev/rmt/cXtYdZDDS1?
use flag "-b DDS1",like this:
mksf -H 4.2.0 -b DDS1 (and your tape is on 4.2.0)
Regards
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:09 AM
05-29-2003 08:09 AM
Re: DDS4 device file to write to a 90m
The mksf man page says S.K. Chan's suggestion should work.
I'd give it a try. man mksf
It has a couple of entries for -b, the entry cross referenced to the driver option (-d) has a bits per inch entry for -b to set the tape density.
Best of luck to ya. :)
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:55 AM
05-29-2003 08:55 AM
Re: DDS4 device file to write to a 90m
could not open output file /dev/rmt/0m_90DDS1
crud....
In S.K 's suggestion you say to try and use it as a DDS2 - even though a 90 meter is DDS1 right? Or was that a typo and should have been DDS1?
I'll pretty much try anything so I will test the next one and let you know.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 09:04 AM
05-29-2003 09:04 AM
Re: DDS4 device file to write to a 90m
I think we will end up using a DDS3 remotely on another server. Oh well :)
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 09:25 AM
05-29-2003 09:25 AM
Re: DDS4 device file to write to a 90m
The reason this does not work has absolutely NOTHING to do with Software and/or Drivers, but rather hardware.
Is there a way to put a 10K RPM LVD SCSI on a SCSI-1 buss and make it work? Even if you change drivers?
If you answere no to these, then you should understand completely that the technologies in the devices cause the problem, not the driver.
Understand that the biggest confusion about this comes from the fact that DDS4 can read DDS1/DDS2/DDS3 format tapes. However, the grain at which a DDS4 writes is very very small. Compare this:
DDS2 150M tape Capacity 4-8GB
DDS4 150M tape Capacity 25-40GB
The tapes are not "that" much different, but the read/write heads are absolutely different.
In the simplest explenation, the DDS4 can write data to a DDS1, DDS2, and DDS3 tape. Howerver, it's write size is too small for a DDS1, DDS2, or DDS3 device to read. There is no possible way to take this micro fine write head any larger, so there is absolutely no way of "making it work".
Hope this helps.
Sincerely,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:08 PM
05-29-2003 02:08 PM
Re: DDS4 device file to write to a 90m
Silly me, thinking that an option like
-b "bits per inch" would format the write size so that a higher compression drive could write so that a lower compression drive could read from it.
Thanks for the learnin'Shannon
Didn't hurt too much.
I guess the -b bits per inch should really stand for:
Big
oPtion
Imposter
Kel :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 03:45 PM
05-29-2003 03:45 PM
Re: DDS4 device file to write to a 90m
DAT (which is not DDS) is a 60meter tape with a very high error level, thus not suitable for digital data. Audio data can be interpreted (just like audio CDs) when the data stream is full of errors. DDS standards don't allow this low quality tape which is why 60meter tapes (and tapes without media recognition) are automatically treated as read-only.
There have always been issues going backwards with DDS tapes and the wider the gap (ie, DDS4->DDS2 versus DDS3->DDS2), the more likely there will be compatibility issues. Since DDS2 is so old, you can usually pickup used DDS2 tape drives for $100 or so and that would be the best compatibility solution.
Bill Hassell, sysadmin