Operating System - HP-UX
1753519 Members
5962 Online
108795 Solutions
New Discussion юеВ

Lvextend: could not re-synchonize logical volume

 
SOLVED
Go to solution
AwadheshPandey
Honored Contributor

Lvextend: could not re-synchonize logical volume

Hello Experts,
I am getting following error when do a lvextend on a lvol,
Lvextend: could not re-synchonize stale partions of the logical volume,
I/O Error
lvextend: could not re-synchronize logical volume.

This volume group has 4 lvols and three are extended successfully, I have replaced disks, diskstatios, terminator, cable and scsi controller.
No threads link please, i had checked all of them and do a lot of work on this.

Thanks in Advance

Awadhesh
It's kind of fun to do the impossible
19 REPLIES 19
Robert-Jan Goossens_1
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

Awadesh,

How good are your Back-Up's ? How about starting with a fresh new filesystem.

Best regards,
Robert-Jan
Arunvijai_4
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

Hi Awadhesh,

Can you do a # dd if=/dev/rdsk/cxxxxxx of=/dev/null bs=1024k on the source disk ?

It could be due to bad disk.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
HGN
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

Hi

I agree with Bob if you have a good backup then you can create and new filesystem and try to sync it again.

Rgds

HGN
A. Clay Stephenson
Acclaimed Contributor

Re: Lvextend: could not re-synchonize logical volume

Your throwing hardware at the problem essentially eliminated all chance of you recovering. You probably missed step 0 of any LVOL change. Do an lvdisplay -v for all LVOL's are make sure that all extents are "current".
If it ain't broke, I can fix that.
AwadheshPandey
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

lvdisplay -v /dev/vgDL/lvolHome | grep -i stale produce following o/p.

00016 /dev/dsk/c2t2d0 01891 current /dev/dsk/c5t14d0 02516 stale
00199 /dev/dsk/c2t2d0 02074 current /dev/dsk/c5t14d0 02699 stale

Regards,
Awadhesh
It's kind of fun to do the impossible
A. Clay Stephenson
Acclaimed Contributor

Re: Lvextend: could not re-synchonize logical volume

Yes, I know but the point is you should have done this before ever doing an lvextend. That's part of the LVM 101 curriculum.
If it ain't broke, I can fix that.
AwadheshPandey
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

What will be impact on system if we will continue our system on this state.

Regards,

Awadhesh
It's kind of fun to do the impossible
AwadheshPandey
Honored Contributor

Re: Lvextend: could not re-synchonize logical volume

Clay,

Thanks for your co-operation, Let me know a proper action plan to recover this problem for initial step.

Regards,

Awadhesh
It's kind of fun to do the impossible
A. Clay Stephenson
Acclaimed Contributor

Re: Lvextend: could not re-synchonize logical volume

If you are lucky then
lvsync /dev/vgDL/lvolHome
If it ain't broke, I can fix that.