Operating System - HP-UX
1828968 Members
2120 Online
109986 Solutions
New Discussion

Re: replace a mirror disk

 
Michael Lee_4
Advisor

replace a mirror disk

Hi all,

We replaced a damaged disk a few days ago. It is a mirror copy. I deactived the vg, did vgcfgrestore on the new disk, then actived the vg. It began sync and all seem to be ok(pvdisplay,vgdisplay all right).
Now I found that whenever I deactive the vg and active it again, it requires sync. The extent status are all "stale".
Had I miss some important steps when replacing the mirror disk?

Regards,
Leo
6 REPLIES 6
Alexander M. Ermes
Honored Contributor

Re: replace a mirror disk

Hi there.
Did you enter the replace disk statement after you changed the disk ?
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Vincenzo Restuccia
Honored Contributor

Re: replace a mirror disk

mkboot
melvyn burnard
Honored Contributor

Re: replace a mirror disk

What you appear to have is a problem fixed in the LVM Kernel patch for 11.0 of hp-ux. Are yo running 11.0 of HP-UX
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Rob Smith
Respected Contributor

Re: replace a mirror disk

Hello,

I had the same problem on a 10.20 box and the PHKL_16751 patch solved the problem for me. Hope This helps.

Rob

Learn the rules so you can break them properly.
Pedro Sousa
Honored Contributor

Re: replace a mirror disk

On HPUX 11.0 install patch PHKL_18543
good luck.
Michael Lee_4
Advisor

Re: replace a mirror disk

Thanks to all, but swlist shows that we have installed PHKL_18543. The Support Engineer suggest me do lvreduce and then lvextend. I will try.