1837365 Members
3414 Online
110116 Solutions
New Discussion

faulty memory block

 
Henry Chua
Super Advisor

faulty memory block

Hi all,

Initial booting, system prompted a bad block "35543376" in one of the LVs.. however this LV is made up of 8 disks.. so what is the best way to identify the faulty disk.. thank u.
1 REPLY 1
bhavin asokan
Honored Contributor

Re: faulty memory block

hi,
can u post the exact error.

try
fsck -F vxfs -o full /dev/vgxx/lvolxx
for the specified lv.

try
lvdisplay -v /dev/vgxx/lvolxx |grep 35543376


(give exact vg and lv name instead of vgxx and lvolxx)

regds,