- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreEver Tape Storage
- >
- 2/20 Library DLT8000 barcode software
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-25-2002 03:08 AM
тАО04-25-2002 03:08 AM
2/20 Library DLT8000 barcode software
The solution is labeling the DLTs but we can't buy this soft.
Someone have the link to a site with a shareware soft ??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 01:58 PM
тАО04-25-2002 01:58 PM
Re: 2/20 Library DLT8000 barcode software
You can buy pre-written labels (in a specified number sequence) from vendors like Lowry and EDP/Colorflex.
Here are a few links on bar code labels:
http://www.hp.com/cposupport/information_storage/support_doc/lpg70286.html
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpg70001&locale=en_US&docId=41333
Note: Most vendors make both LTO and DLT labels, so shop around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 11:16 PM
тАО04-25-2002 11:16 PM
Re: 2/20 Library DLT8000 barcode software
I print barcode labels with Coreldraw (version 8, but I bet other versions do it also). Coreldraw has an barcode wizard. It is not shareware though.
I discovered the following 'rules' in order to get succes:
use barcode font: Code 39
maximum chars: 8
display asterisks: yes
negate spaces: yes
This way you can use 8 chars excluding spaces.
It also took me some time to find out that cleaning tapes names should start with the characters CLN
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 12:01 AM
тАО04-26-2002 12:01 AM
Re: 2/20 Library DLT8000 barcode software
You can try this shell script, it worked very well for years on labels for my DLT library. It generates a .ps file that you just have to print or send directly on a printer.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 03:40 AM
тАО04-26-2002 03:40 AM
Re: 2/20 Library DLT8000 barcode software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2002 06:47 PM
тАО10-23-2002 06:47 PM
Re: 2/20 Library DLT8000 barcode software
It is web-based but you can download the script and run it on the command-line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2003 09:42 PM
тАО06-10-2003 09:42 PM
Re: 2/20 Library DLT8000 barcode software
printf "(%d) (%2s%04d) label\n" $n $tag $i >> $temp
to be
printf "(%d) (%2s%03d) label\n" $n $tag $i >> $temp
Change the (%2s%04d) to being (%2s%03d) . The Galactica was truncating the last digit, so all of the tapes were listed as "DLT000" and "DLT001" , which OmniBack did not like as well...
This is an awesome script might I add. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2003 09:42 PM
тАО06-10-2003 09:42 PM
Re: 2/20 Library DLT8000 barcode software
printf "(%d) (%2s%04d) label\n" $n $tag $i >> $temp
to be
printf "(%d) (%2s%03d) label\n" $n $tag $i >> $temp
Change the (%2s%04d) to being (%2s%03d) . The Galactica was truncating the last digit, so all of the tapes were listed as "DLT000" and "DLT001" , which OmniBack did not like as well...
This is an awesome script might I add. :)