Operating System - Tru64 Unix
1752591 Members
3191 Online
108788 Solutions
New Discussion юеВ

SDLT tape io error

 
kemo
Trusted Contributor

SDLT tape io error

hello All
i am facing a problem with a failed backup on a SDLT tape device.
i have a two node trucluster 5.1, with two tape devices connected to both.
when i tryed to do backup using vdump or even tar it failed.
i changed both devices with a new ordered devices from HP
also i cleaned the tape many times.
i am using the right tape media.

but this error occure.

/sbin/vdump -0uvf /dev/tape/tape3_d1 -D /dump/oradmp/daily_files

shell> /sbin/vdump -0uvf /dev/tape/tape3_d1 -D /dump/files
path : /dump/files
dev/fset : dump#dmp
type : advfs
advfs id : 0x4947af88.0101da08.1
vdump: Date of last level 0 dump: the start of the epoch
vdump: Dumping directories
vdump: Dumping 73573062430 bytes, 10 directories, 126 files
vdump: Dumping regular files
bd ./
bd ./11May2009/
bf ./11May2009/bo_full_11May2009.log, 17007
bf ./11May2009/11May20092101_stru.dmp, 22331392
bf ./11May2009/bo_full_11May2009.dmp.gz, 1845465756

vdump: unable to write to device ; [5] I/O error
vdump: do you want to retry?


please help
thanks
3 REPLIES 3
Rob Leadbeater
Honored Contributor

Re: SDLT tape io error

Hi,

Can you do anything with the tape device ?

Try something simple like:

# mt -f /dev/tape/tape3 status

If the tape drives have been changed, then they may no longer be on tape3... Check the output of

# hwmgr view dev | grep tape


Cheers,

Rob
DCBrown
Frequent Advisor

Re: SDLT tape io error

vdump: unable to write to device ; [5] I/O error


Typically there will be more descriptive error events in the binary errlog to go with the above. What's in the binlog around that time?
kemo
Trusted Contributor

Re: SDLT tape io error

thnx