Media Errors

johnsot

ADSM.ORG Member
Joined
Jul 14, 2003
Messages
95
Reaction score
1
Points
0
Location
Tyler, Texas
Website
Visit site
Does anyone know where I can find documentation on the error below. Specifically the following parts:

OP=LOCATE, Error Number= 110, CC=0, KEY=03, ASC=14, ASCQ=00

Refer to the &STGM;documentation on I/O error code descriptions.


ANR8944E Hardware or media error on drive DRIVE03 (/dev/rmt39) with volume
000378(OP=LOCATE, Error Number= 110, CC=0, KEY=03, ASC=14, ASCQ=00,
SENSE=70.00.03.00.00.00.00.1C.00.00.00.00.14.00.36.00.63.53.78.70.00.01.30.30.-
30.33.37.38.4C.0F.00.00.07.7C.CA.13,
Description=An undetermined error has occurred). Refer to the &STGM;
documentation on I/O error code descriptions.

Thanks,
Tracy Johnson
 
kindly changes your volume 000378, and run clean drive03 too.
 
Hi,

I am also having similar issue as Tracy. If vol 000378 need to be changed but it still contains active data, how do we create a new tape with the same data as 000378 ?

Thanks.
 
Kasmaran,

I was trying to find out what the particular part of the message was referring to.

OP=LOCATE, Error Number= 110, CC=0, KEY=03, ASC=14, ASCQ=00

Refer to the &STGM;documentation on I/O error code descriptions.

As far as how to recreate the tape you can do that if you have a copypool setup for the tapepool that your tape belongs to. You just run the following command. "restore vol 000378 preview=yes" Then look in your act log for the error message ANR1255W and those will be the tapes you need to bring back from offsite and checkin those tapes and make them READ-ONLY. Then run the command "restore vol 000378" and then hit Y for yes and enter. This will rebuild your bad tape. After you have finish restoring your bad tape you need to run the command "delete volume 000378 discarddata=yes" This will delete all information about your bad tape in your database. Then checkout your bad tape as well as the tapes that you checked in to restore the bad tape. Make sure you update the volumes that you checked in to do the restore with READ-WRITE access.
 
Have a look in the TSM Messages manual or the IBM Tape Device Drivers Installation and User’s Guide.

Appendix C.
I/O Error Code Descriptions for Server Messages . .1145
Completion Code and Operation Code Values 1146
Completion Code Values Common to All Device Classes . . . . . . . . . . . .1146
Completion Code Values for Media Changers 1147
Completion Code Values for Tape and Optical Drives . . . . . . . . . . . . . .1148
Operation Code Values for Tape Library Devices . . . . . . . . . . . . . .1149
Common Values for ASC and ASCQ Codes . . .1150
Windows Event Log Entries . . . . . . .1153
 
Back
Top