Operating System - HP-UX
1753505 Members
6567 Online
108794 Solutions
New Discussion юеВ

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

 
Bokoko
Advisor

HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

Hi Stephen,

Thanks for oyur prompt reply.

Unfortunately, I've cleaned and changed a new Tape. The Backup is not running as I hope. Is there any conflict between the Device and the current driver? How can I know or check this conflict. Before calling the HP suport, is there any problem with the connection?

Many thanks,

Engo.
6 REPLIES 6
Stefan Farrelly
Honored Contributor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....


If youve got a hardware problem it will show up in dmesg. Run /usr/sbin/dmesg and see if it lists any errors at the end of its output. If it is hardware you will have to call HP.

I doubt its a driver problem - unless youre using a non HP supported tape drive. Normally HP DDS drives look like this (DDS first then DLT);

ioscan -fknCtape

Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 0/0/1/0.3.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c0t3d0BEST /dev/rmt/c0t3d0DDS
/dev/rmt/0mb /dev/rmt/c0t3d0BESTb /dev/rmt/c0t3d0DDSb
/dev/rmt/0mn /dev/rmt/c0t3d0BESTn /dev/rmt/c0t3d0DDSn
/dev/rmt/0mnb /dev/rmt/c0t3d0BESTnb /dev/rmt/c0t3d0DDSnb
tape 2 1/12/0/0.3.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/2m /dev/rmt/2mnb /dev/rmt/c7t3d0BESTn
/dev/rmt/2mb /dev/rmt/c7t3d0BEST /dev/rmt/c7t3d0BESTnb
/dev/rmt/2mn /dev/rmt/c7t3d0BESTb

Do yours look like this ?
Im from Palmerston North, New Zealand, but somehow ended up in London...
Bokoko
Advisor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

Hi there,

after running "ioscan" and "dmesg", this is what I've found :

cyb_hpux [ / ] # ioscan -fknCtape
Class I H/W Path Driver S/W State H/W Type Description

tape 0 8/16/5.2.0 stape CLAIMED DEVICE HP C1533A
/dev/rmt/0m /dev/rmt/c0t2d0BESTn
/dev/rmt/0mb /dev/rmt/c0t2d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t2d0DDS
/dev/rmt/0mnb /dev/rmt/c0t2d0DDSb
/dev/rmt/c0t2d0BEST /dev/rmt/c0t2d0DDSn
/dev/rmt/c0t2d0BESTb /dev/rmt/c0t2d0DDSnb

RESULT OF /USR/SBIN/DMESG :

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)
btlan3: NOTE: MII Link Status Not OK - Check Cable Connection to Hub/Switch at 8
/0/20/0....
SCSI TAPE: dev = 0xcd002000 I/O error during close

vxfs: mesg 001: vx_nospace - /dev/vg01/lvol3 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg01/lvol3 file system full (1 block extent)
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol5 file system full (1 block extent)
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol5 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol5 file system full (1 block extent)
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close
vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)

vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close
SCSI TAPE: dev = 0xcd002000 I/O error during close


I think, it is fine but what about the Message Error.

cyb_hpux [ / ] # bdf
Filesystem kbytes used avail %used Mounted on
/dev/root 204800 27393 166323 14% /
/dev/vg00/lvol1 199381 37415 142027 21% /stand
/dev/vg00/lvol9 1740800 460838 1200395 28% /var
/dev/vg00/lvol8 1228800 492759 690984 42% /usr
/dev/vg00/lvol7 2048000 558653 1396732 29% /tmp
/dev/vg01/lvol2 6144000 3867555 2134173 64% /support
/dev/vg00/lvol6 1843200 470800 1286668 27% /opt
/dev/vg00/lvol5 155648 32123 115865 22% /home
/dev/vg00/lvol4 9216000 7046964 2108498 77% /devpt
/dev/vg01/lvol1 6144000 5377873 718517 88% /cyborg
/dev/vg01/lvol3 5427200 4648613 729943 86% /consult

Thank you for your help.

Best regards,
Engo.


melvyn burnard
Honored Contributor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

Forum Etiquette recommends you should have continued this discussion in the thread at:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe01b36e69499d611abdb0090277a778c,00.html

I recommend you contact your local HP support office to assist you with this issue.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Lisa  Mauer
Regular Advisor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

Hi:
I am experiencing the same problem, only on a DLT8000 drive. I have changed tapes and am running a new backup and mine seems to be running fine now. I had the same errors you had, I would try a couple different tapes, to rule out a tape problem... If it keeps stopping, does it stop on the same file everytime? If so, it might be a file or block problem on that disk??
Stefan Farrelly
Honored Contributor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....


Yeah, I/O error during close is either tape or else the drive is on its way to the bin and you will need to call HP to replace.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Jon Finley
Honored Contributor

Re: HP-Unix B:11 #32 bits - Write Failed : I/O Error ....

Or.. it's time to break out the cleaning tape.

Jon
"Do or do not. There is no try!" - Yoda