1834802 Members
2382 Online
110070 Solutions
New Discussion

VG00 Disk Stale

 
Chad Brindley
Regular Advisor

VG00 Disk Stale

Hi,

HPUX 11:23 running on Itanium 2 Servers.

I am not an expert in this field but we had an engineer replace one of our 73gb internal mirrored disks. He followed his cookbook but when we come to re-boot the disk replaced comes up stale even after re-mirroring before re-boot. The disks are fine and report no errors.

Has anyone experienced anything like this before?

The HP engineer thinks it may be something to do with an lvm patch problem or something.

Any help would be appreciated.

Regards,

Chad Brindley
8 REPLIES 8
RAC_1
Honored Contributor

Re: VG00 Disk Stale

Can you boot from alternate boot disk??
Also did you try lvsplit and lvmerge on the lv, where you have stale extents??
There is no substitute to HARDWORK
Chad Brindley
Regular Advisor

Re: VG00 Disk Stale

Yes we can boot from the alternate disk but it still shows as stale, the alternate disk boots without quorum (-lq) which was the only thing we noticed.

The engineer just ran a vgsync vg00, he did not do an lvmerge or the other lv command you suggested.

What do these commands do?

Regards,

Chad

Lee Harris_5
Valued Contributor

Re: VG00 Disk Stale

If the disks are properly mirrored a simple vgsync vg00 should have done the trick - has that been done yet? Did the engineer restore the lvm structures to the disk after replacing it?
Chad Brindley
Regular Advisor

Re: VG00 Disk Stale

he did the vgsync and I believe he sorted the lvm structures also. I will need to confirm with him his steps but was just looking for idea's today. I wont be able to speak to him until next week.

Thanks for your advice.

Chad
Robert-Jan Goossens
Honored Contributor

Re: VG00 Disk Stale

Chad,

Check the steps the engineer followed with this doc.

Title: Replace failed root and non-root LVM disks on Itanium.
Document ID: KBRC00014036

Europe
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079971585

US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079971585

Regards,
Robert-Jan
Chad Brindley
Regular Advisor

Re: VG00 Disk Stale

Hi Robert,

Just looking through the document and it looks exactly what the engineer has done. It seems to be the same extract as what was in his cookbook. I will verify with the engineer though.

Regards,

Chad
Steven E. Protter
Exalted Contributor

Re: VG00 Disk Stale

Okay,

if the original boot disk is okay, you may have to vgreduce -f /dev/dsk/c1t1d0 (bad disk) and follow the instructions for recovering and then adding the disk back in and re-mirroring.

If you are running on the alternate disk vgreduce -f might help, but you need to be sure what disk you booted off of before taking this step.

The command above is dangerous, but is useful in short running in circles unable to get out.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: VG00 Disk Stale

Hi Chad,

Just a tought, could the disk be a DOA ?

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

Robert-Jan