1830754 Members
2452 Online
110015 Solutions
New Discussion

1 Stale PE

 
SOLVED
Go to solution
AL_3001
Regular Advisor

1 Stale PE

Hi Friends,

I have one stale PE on /dev/vg08/lvoracle and the disk is in mirror. Can i try doing a lvsync /dev/vg08/lvoracle? How much time it will take to complete and what are the chances that stale PE will chanhe to current?

Kindly check the attched text file.
6 REPLIES 6
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: 1 Stale PE

Hi Ashish,

are there any errors in the syslog.log file?

You better be sure the disk has no defect.

# dd if=/dev/rdsk/c5t10d0 of=/dev/null bs=1024k

Regards,
Robert-Jan
AL_3001
Regular Advisor

Re: 1 Stale PE

The O/p of dd command is as follows:
==========================
34732+1 records in
34732+1 records out
==========================
AL_3001
Regular Advisor

Re: 1 Stale PE

Just to add:

O/P of mstm:

There were the same number of write and non-medium error before testing the disk with the dd command.
===========================
Write Errors: 927
Non-Medium Errors: 6185
===========================

Should i try lvsync? Any other inputs?

Thanks.

Regards,
Ashish
Robert-Jan Goossens_1
Honored Contributor

Re: 1 Stale PE

it is not a large lvol, so it should not take long.

# lvsync /dev/vg08/lvoracle

Robert-Jan
AL_3001
Regular Advisor

Re: 1 Stale PE

Hi Robert,

lvsync has failed. The no. of stale PE's is still the same and the disk is still available, however i will get the disk replaced.
AL_3001
Regular Advisor

Re: 1 Stale PE

Thanks Robert for the inputs.