1826498 Members
1717 Online
109692 Solutions
New Discussion

Re: dd errors message

 
SOLVED
Go to solution
Maurice Peterse
Frequent Advisor

dd errors message

Hello,

i get a error msg with dd:

RES 512 errno 9

(this is done from within the make_recovery-command)

Thanx
maurice
4 REPLIES 4
Andreas Voss
Honored Contributor
Solution

Re: dd errors message

federico_3
Honored Contributor

Re: dd errors message


The errno 9 means:EBADF bad file number

Check the log file "/var/opt/ignite/logs/ makrec.log1". It should tell you why it failed

federico

Maurice Peterse
Frequent Advisor

Re: dd errors message

fyi:

the problem was that somebody put a DDS2 tape in a DDS1-drive

thanx for your help!!
James R. Ferguson
Acclaimed Contributor

Re: dd errors message

Maurice:

You might be interested in document #KBRC00001438 (/usr/bin/dd failing during make_recovery) upon which I stumbled when searching for something else...In part:

PROBLEM: When running make_recovery, it will start and after a while fail with the following error:

make_recovery(472): /usr/bin/dd failed,res=512,errno=0

RESOLUTION: This error usually indicates a scsi error accessing the tape. This can be
caused by bad tapes, a bad drive, a dirty drive or even corrupted device files.

The first thing to try is running a cleaning tape through the drive two or three times. This is the easiest and quickest of the possible resolutions.

Next, try a different tape, preferably new, if one is available.

If the problem still persists, check the system for the latest scsi patches.

...JRF...