Operating System - HP-UX
1825578 Members
2055 Online
109682 Solutions
New Discussion

SCSI TAPE: dev = 0xcd032040 I/O error during close

 
mark.M
Frequent Advisor

SCSI TAPE: dev = 0xcd032040 I/O error during close

MSL6030 is one Driver is Fail.(customer)
But ioscan status is normal.(engineer)
i'm find log of dmesg.

SCSI TAPE: dev = 0xcd032040 I/O error during close
SCSI TAPE: dev = 0xcd032040 I/O error during close
SCSI TAPE: dev = 0xcd032040 I/O error during close
SCSI TAPE: dev = 0xcd032040 I/O error during close
SCSI TAPE: dev = 0xcd032040 I/O error during close
4 REPLIES 4
Mridul Shrivastava
Honored Contributor

Re: SCSI TAPE: dev = 0xcd032040 I/O error during close

Could you please check the script, customer is using for creating backup and the device files associated with it.

There is possibility that script is issueing a command on a device file which is not supported on that.

For Example:

Using a script to write to the tape device is producing the following message in syslog.log:

vmunix SCSI TAPE: dev=0xcd032040 I/O error during close


The tape and tape drive are both OK.


the script is issuing the mt(1) command
against a no-rewind device file which produced the IO error.
The mt command works best when used with the Berkeley style device file. This is explained in the man page:

WARNINGS: Only raw, no-rewind Berkeley-type devices should be specified. This type of device will not reposition the tape upon close. An example of such a device is /dev/rmt/0mnb. Please refer to mt(7) for more details.

When the /dev/rmt/0mnb device is used, the problem went away.

Time has a wonderful way of weeding out the trivial
Peter Nikitka
Honored Contributor

Re: SCSI TAPE: dev = 0xcd032040 I/O error during close

Hi,

if I remember correctly, this message may appear, when a tape is prematurely ejected while the backup process is still in progress.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Peter Nikitka
Honored Contributor

Re: SCSI TAPE: dev = 0xcd032040 I/O error during close

Hi,

any news for this topic?

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Torsten.
Acclaimed Contributor

Re: SCSI TAPE: dev = 0xcd032040 I/O error during close

Very often this indicates a bad drive ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!