1751952 Members
5125 Online
108783 Solutions
New Discussion юеВ

error in syslog file

 
SOLVED
Go to solution
nagarjuna reddy
Advisor

error in syslog file

Hi all,

I am new to this area, pls. clarify my doubts regarding the errors in syslog file.
the errors are like this

vmunix: SCSI: Write error -- dev: b 31 0x011002, errno: 126, resid: 8192

vmunix: LVM: Failed to automatically resync PV 1f011002 error: 5

vmunix: SCSI: Read error -- dev: b 31 0x011002, errno: 126, resid: 1024

pls. reply me, these errors are critical to my database??
17 REPLIES 17
ani007
Super Advisor

Re: error in syslog file

Hi,
Looks like a disk problem.To get what disk it is do ll /dev/dsk/* | grep 0x011002.

dd if=/dev/dsk/cxtxdx of=/dev/null bs=4k
Check if it returns any error.
If there is any error then you need to log a H/W case with the vendor.

If this is a SCSI disk the you need to check the following also.

SCSI termination may be loose.
may be SCSI data cable problem.

If this disk is a part of an external storage device , worst case it cud be a problem with the slot of the stoarage device too.

Please don't forget to assign points.
Regards,
Ani
nagarjuna reddy
Advisor

Re: error in syslog file

hi thanks for your reply,

i am not familiar with the Sys. Admin commands and all, i am a oracle dba, so pls. let me tell the commands to see the errors etc.

thanks and regards.
ani007
Super Advisor

Re: error in syslog file

#ll /dev/dsk/* | grep 0x011002

send me the o/p
nagarjuna reddy
Advisor

Re: error in syslog file

i didn't get anything.

i typed the command

ll /dev/dsk/* | grep 0x11002

is it correct?
ani007
Super Advisor

Re: error in syslog file

you did a mistake

#ll /dev/dsk/* | grep 0x11002 --incorrect
it should be 0x011002


so fire this just copy paste
#ll /dev/dsk/* | grep 0x011002

nagarjuna reddy
Advisor

Re: error in syslog file

hi

i got this

brw-r----- 1 bin sys 31 0x011002 Jun 28 2007 /dev/dsk/c1t1d0s2
ani007
Super Advisor

Re: error in syslog file

#dd if=/dev/dsk/c1t1d0s2 of=/dev/null bs=4k

send me the o/p
nagarjuna reddy
Advisor

Re: error in syslog file

/dev/dsk/c1t1d0s2: Permission denied
dd: cannot open /dev/dsk/c1t1d0s2

ani007
Super Advisor

Re: error in syslog file

it can take some time to gv u the o/p