- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreEver Tape Storage
- >
- DLT 8000 problem
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
тАО02-19-2002 08:15 PM
тАО02-19-2002 08:15 PM
DLT 8000 problem
error is like following:
[Major] From: BMA@dbbak-lc "Drive 5" Time: 02/19/02 02:02:40
[90:54] /dev/rmt/9m
Can not open device ([16] Device busy)
i think if there is something wrong with DLT 8000,then it should have error everyday,cause everything is the same,but the error is not happen everyday,so i do not know why,can somebody tell me the reason?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2002 08:45 PM
тАО02-19-2002 08:45 PM
Re: DLT 8000 problem
Is the tape drive part of a library or is it
standalone?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2002 09:15 PM
тАО02-19-2002 09:15 PM
Re: DLT 8000 problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2002 09:45 PM
тАО02-19-2002 09:45 PM
Re: DLT 8000 problem
I assume your using omniback going by the
error messages.
You could add a post-exec script like
this to your backup specification to see
what gets reported. Other than that it
could be a firmware issue, a locking of
the drive problem where you don't specify
a lock name for each logical drive for
each physical drive.
Michael
#!/bin/sh
#
# Set Variables
set -x
exec 2>&1
FAIL_LOG=/tmp/omni_fail
PATH=$PATH:/opt/omni/bin
export PATH
# Check to see how the session completes
if [ $SMEXIT != 0 ]
then
echo "Session $SESSIONID Backup not successful" >$FAIL_LOG
env >>$FAIL_LOG
id >> $FAIL_LOG
omnirpt -report single_session -session $SESSIONID >> $FAIL_LOG
cat $FAIL_LOG | mailx -s "OmniBack session $SESSIONID failed" yourname@domain.com
fi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2002 10:49 PM
тАО02-19-2002 10:49 PM
Re: DLT 8000 problem
Is it possible, that two different sessions try to access the same tape device at the same time ?
If one session is not finished yet and the next session tries to put a tape into this specific drive, you might have a problem.
Have you checked the session protocols ( messages ) for start and stop times ?
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2002 11:13 PM
тАО02-19-2002 11:13 PM