- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Super DLT wrong format, how to reformat
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
07-22-2004 09:29 PM
07-22-2004 09:29 PM
Super DLT wrong format, how to reformat
A question from an OpenVMS system manager (so little unix knowledge).
I have a tape (SDLT) which is always used on a 160/320 GB SDLT drive. I want to use this tape in a 110/220 GB SDLT drive, how can I reformat this tape. ( OpenVMS command is INIT/DENS=)
Greetings,
Piet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:09 PM
07-22-2004 11:09 PM
Re: Super DLT wrong format, how to reformat
The format depend on the special device used(see "man mt" and "man tape") and the tool mt can be used to control and init the drive (but capacity depend on the used device file).
Have a look into the man-pages or admin guide for an detailed explanation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:46 PM
07-22-2004 11:46 PM
Re: Super DLT wrong format, how to reformat
According to doc the keywords for /dens= are :
SDLT=SuperDLT1
SDLT320=SuperDLT320
( http://h71000.www7.hp.com/doc/732FINAL/9996/9996pro_023.html#blue_117 )
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 12:25 AM
07-23-2004 12:25 AM
Re: Super DLT wrong format, how to reformat
Thats on OpenVMS, but how on Tru64.
Piet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 01:24 AM
07-23-2004 01:24 AM
Re: Super DLT wrong format, how to reformat
So all you need to do is take the tape, stick it in the 110/220 tape drive, format the tape or write an empty file to it.
The 160/320 tape will work on the 110/220 tape drive, but of course you only can write 110/220 G to it
you can use this command
dd if=/dev/zero of=/dev/ntape/tape0c
Mohamed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 01:30 AM
07-23-2004 01:30 AM
Re: Super DLT wrong format, how to reformat
http://h30097.www3.hp.com/docs/patch/51A/bl21/ReleaseNotes.pdf and find sdlt320.
You need to setup the drive and thus the density is known (but I guess it must be possible to select a lower one too)
Wim
(not a Unix man but a Google one)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2004 01:31 AM
07-24-2004 01:31 AM
Re: Super DLT wrong format, how to reformat
on unix systems the special devices files selects the density as written before....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 05:03 PM
07-25-2004 05:03 PM
Re: Super DLT wrong format, how to reformat
Thanks for the info. It is starting to come back. It has been 10 years since I used Unix.