- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I/O error when trying to write to tape drive
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
02-18-2004 06:25 AM
02-18-2004 06:25 AM
I/O error when trying to write to tape drive
the old tape drive and attached the new drive (same model - Fujitsu M2481B
with M1016B SCSI controller) the system did not create device files. I ran the
command:
insf -H 2/24.4.0 and the device files were created. Here is the output of
ioscan:
cxixhp3 # ioscan -nfH 2/24.4.0
Class I H/W Path Driver S/W State H/W Type Description
==============================================================
tape 1 2/24.4.0 tape2 CLAIMED DEVICE FUJITSU M1016B M2481B
/dev/diag/rmt/c32t4d0 /dev/rmt/1mn /dev/rmt/
c32t4d0BESTb
/dev/rmt/1m /dev/rmt/1mnb /dev/rmt/
c32t4d0BESTn
/dev/rmt/1mb /dev/rmt/c32t4d0BEST /dev/rmt/
c32t4d0BESTnb
Now when I try and load a tape and run the mt command I get the following
error message:
# mt -t /dev/rmt/1mnb rew
/dev/rmt/1mnb: I/O error
Any ideas would be appreciated!
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 06:31 AM
02-18-2004 06:31 AM
Re: I/O error when trying to write to tape drive
Simple things first... just to be sure:
Conflicting scsi address?
Bent pin in the scsi connector?
Do you have a known good tape in the drive?
You might try to rmsf the device files, ioscan and insf again,
but I don't hold any strong hopes that it will solve anything.
It could be that you simply received a bad "new" drive.
(It happens often enough to be a distinct possibility)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 06:35 AM
02-18-2004 06:35 AM
Re: I/O error when trying to write to tape drive
Claimed or not?
Was the SCSI ID set correctly? Cables okay?
try insf -e snd see if another tape drive gets picked up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 06:35 AM
02-18-2004 06:35 AM
Re: I/O error when trying to write to tape drive
Are you absolutely sure that the SCSI ID on the new drive was set the same as the old one? What do you get if you do 'ioscan -fnC tape'? If everything was set the same, you wouldn't necessarily see the device files get recreated. Since it's at the same address it should use the same device files.
If somehow the tape drive is at a different address, you might have to do an 'insf -e' to get the new device files built.
The I/O error seems to indicate a problem with the SCSI chain or the tape unit itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 06:41 AM
02-18-2004 06:41 AM
Re: I/O error when trying to write to tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 07:03 AM
02-18-2004 07:03 AM
Re: I/O error when trying to write to tape drive
Tony