1753971 Members
8125 Online
108811 Solutions
New Discussion юеВ

Re: Disk Issue

 
SOLVED
Go to solution
Rkumar
Frequent Advisor

Disk Issue

Dear gurus,

please suggest me what is the mean of this error message. resetting, recovered etc.

SCSI: Resetting SCSI -- lbolt: 740139496, bus: 3 path: 0/1/1/1.
LVM: VG 64 0x000000: PVLink 31 0x03a000 Failed! The PV is not accessible.
LVM: VG 64 0x000000: PVLink 31 0x03a000 Recovered.


regards,
rahul
5 REPLIES 5
Pete Randall
Outstanding Contributor
Solution

Re: Disk Issue

Generally these lbolt errors "can" indicate an impending disk failure. I would suggest that it's a good time to review your backup procedures. You might also want to see if you can get a replacement drive onsite so you will be ready.


Pete

Pete
Rkumar
Frequent Advisor

Re: Disk Issue

This means rendal disk is not completely bad but partially. if it completely bad than only this line
LVM: VG 64 0x000000: PVLink 31 0x03a000 Failed! The PV is not accessible
will be appear in message. below line not
LVM: VG 64 0x000000: PVLink 31 0x03a000 Recovered.
plz suggest.

rahul
Ganesan R
Honored Contributor

Re: Disk Issue

Hi RKumar,

Error indicates that there is a issue to the disk path 0/1/1/1 which could be due to cable, terminator etc.. and it recovered after some time.

If this error appears only few times, you can check the disk integrity and ignore it. If the error repeats then there is some serious and you may need to check cable, terminator and replace the disk if needed.

Use this commands to check the disk integrity.

First find out the disk using this command.
#ll /dev/dsk |grep 0x03a000

check if any stale extends
#pvdisplay -v /dev/dsk/cxtxdx |grep stale

Try reading the disk to check disk integrity
#dd if=/dev/dsk/cxtxdx of=/dev/null bs=1024k

Hope this helps
Best wishes,

Ganesh.
Izhal
Occasional Advisor

Re: Disk Issue

Hi,

You just have the problem with this disk?
Rkumar
Frequent Advisor

Re: Disk Issue

Dear experts ,

thanks to all .I m closing this thread.



Regards,

Rahul