HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLT IV Ansi Label
Operating System - HP-UX
1833325
Members
2807
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-07-2001 01:12 PM
06-07-2001 01:12 PM
Is there any easy way to initialize and put an ANSI label onto a new DLT IV tape--I've inherited a third party backup system, and our operators only know how to use another machine to label a DLT III tape. I'd really like to put more data on one tape!
I think I might be able to use mediainit, but it doesn't look like it from the man page.
I think I might be able to use mediainit, but it doesn't look like it from the man page.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 02:02 PM
06-07-2001 02:02 PM
Solution
Hi Jerry,
I've never seen a DLT backup program that needs labels, but here is my best guess (and it's only that):
I assume you have an old DLT III tape that already has a label. Insert it in the drive.
I'll assume your tape drive is 0m (you change to the correct value).
dd if=/dev/rmt/0mnb of=i/var/tmp/h1
Now remove the DLT III tape and insert the new tape
dd if=/var/tmp/h1 of=/dev/rmt/0mnb
Try that and good luck, Clay
I've never seen a DLT backup program that needs labels, but here is my best guess (and it's only that):
I assume you have an old DLT III tape that already has a label. Insert it in the drive.
I'll assume your tape drive is 0m (you change to the correct value).
dd if=/dev/rmt/0mnb of=i/var/tmp/h1
Now remove the DLT III tape and insert the new tape
dd if=/var/tmp/h1 of=/dev/rmt/0mnb
Try that and good luck, Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 02:09 PM
06-07-2001 02:09 PM
Re: DLT IV Ansi Label
There is nothing in HP-UX that will label tapes. ANSI standard labels (ASCII or EBCDIC) are mainframe concepts that didn't make itr into Unix. Labeling is only half the problem. ANSI laebls are all 80 characters long, with VOL, HDR labels the minimum needed. This can be done with a simple file and vi.
However, the data records will have to be formatted to match the labels. dd can do this as fixed record size with a blocking factor are the most common formats.
Bill Hassell, sysadmin
However, the data records will have to be formatted to match the labels. dd can do this as fixed record size with a blocking factor are the most common formats.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP