- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DLT bar code
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-10-2002 05:00 AM
05-10-2002 05:00 AM
DLT bar code
I have DLT 7000 1/8, I am doing backup using tar...Is there any way DLT can scan the bar code the one I put on tape, or is it possible that we can bar code in tape header and after that tar can start writing on tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 05:06 AM
05-10-2002 05:06 AM
Re: DLT bar code
1. Identify the robotics device file using ioscan:
ioscan -fnC autoch
2. Use the mc command to find info about the contents of the 1/8:
mc -p /dev/
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 05:50 AM
05-10-2002 05:50 AM
Re: DLT bar code
The bar code for DLT's come into play when you use autoloader or libraries. To make use of barcode in those configuration you should be using some backup application like Omniback, Veritas netbackup, Legato or something like that.
There is no way to read the bar code when you use DLT drives.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:00 AM
05-10-2002 06:00 AM
Re: DLT bar code
There are essentially 3 pieces of equipment .
1. DLT drive .
2. Autochanger or the ROBOT ARM
3. The media
Now the bar code is put on the ouside case of the media dn the same is sensed bu a sensor which is on the autochanger or the robot arm so that it can sense to put a speicifc no. of media from a specific no of slot to a spcifc no. of drive that is to manage the media . Tar is a unix command which writer to the media in the device files specified , so incase you want to include the serial no or the bar code on the media it is not possible , however if you are working with Omni back the media manager takes care of it.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:04 AM
05-10-2002 06:04 AM
Re: DLT bar code
Yes, you can check the bar code information by using 'mc' command with -r option:
# mc -p device -n drive_number -r element_type
eg:
# mc -p device -n (slot number) -r IDSM
This was an addition to the 'mc' command, from HP-UX 11.01 version and for old versions, you need to have this patch:
10.20 - PHCO_16194
11.00 - PHCO_16195
# man mc - for more details.
HTH,
Shiju