- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SCSI Tape Error
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
08-16-2001 06:36 AM
08-16-2001 06:36 AM
SCSI Tape Error
One of my backups failed last night and this error appeared in both dmesg and syslog:
SCSI TAPE: dev = 0xcd020000 I/O error during close
I ran diagnostics on the drive and everything checked out okay. Has anybody ever seen this before? Any help would be appreciated. Many thanks in advance.
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 06:51 AM
08-16-2001 06:51 AM
Re: SCSI Tape Error
The only thing that error message tells me is that it was a tape drive [major device 205 (0xCD hex)] and that it was c2t0d0. You may have more diagnostics in syslog - look for LBOLTS.
Having said that, tape drives occasionally fail
and will then work flawlessly for months. Remember there are a lot of mechanical parts that have to work flawlessly including the media itself. If robotics are involved even more things have to work. I always keep a log of any hardware incidents and this may help you to spot any trends among seemingly unrelated events. Since your drive passed it's diagnostics I would next run a few tars or cpios on the drive to make sure that not only is the tape drive functioning but also your connections to it. If it passes those tests, I suspect you are fine.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:33 AM
08-16-2001 07:33 AM
Re: SCSI Tape Error
Like Clay mentioned, i have seen cases a tape drive would complain but then run without any problems. In the past, i have seen cleaning the tape drive helps. Also not sure if you looked at cstm/xstm to see if you see any errors reported there. just a thought.
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:45 AM
08-16-2001 07:45 AM
Re: SCSI Tape Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:50 PM
08-16-2001 02:50 PM
Re: SCSI Tape Error
Here's what happens with AT&T: When a no-rewind AT&T device file is closed, the tape is moved to the beginning of the next file! If we were in the middle of the last file on tape, it will try to position to a non-existant position past the end-of-data.
So, if you want intuitive behavior, use the device files with Berkley behavior set. As always, never use ll to decode a device file, use lssf as in:
lssf /dev/rmt/*
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:21 PM
08-16-2001 03:21 PM
Re: SCSI Tape Error
I don't think so in this case as the minor device number indicates he was using a rewind device. Otherwise dead on, always use the Berkeley devices. I always use the mnb devices in OB2 and very rarely I get this same sort of error in no repeatable pattern. It may not repeat on the same tape drive for months.
Regards, Clay