1836426 Members
3348 Online
110100 Solutions
New Discussion

Re: Root mirror recovery

 
manu_15
Occasional Advisor

Root mirror recovery

Hi All,
This for my knowledge purpose. What are the step by step procedure we have to follow when
there is a failure in one of the disk in root VG(mirrored).

Thanks
9 REPLIES 9
Joseph Loo
Honored Contributor

Re: Root mirror recovery

hi,

u should be able to find what u need from this reference:

http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBAN00000347&searchCrit=exactphrase&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=36&search.y=9

or search doc ID, KBAN00000347 in technical knowledge base.

also, do something about your assignment of points .... not good.


regards.
what you do not see does not mean you should not believe
Stf
Esteemed Contributor

Re: Root mirror recovery

hello,

look at the attached file

Stf ;-)
manu_15
Occasional Advisor

Re: Root mirror recovery

Hi,

Thanks for the immediate respose.But I am not able find the following doc KBAN00000347 and the link provided in the mail.I have one doubt. For recovering the mrror root, first we have to reduce the mirror and then again we have to follow the same steps ......?, please clarify me...

Thanks
Stf
Esteemed Contributor

Re: Root mirror recovery

No need to reduce first the mirror, just to restore vg information on the new disk, reactivate vg00, and resynchronise the stale partition...

Stf ;-)
Joseph Loo
Honored Contributor

Re: Root mirror recovery

hi,

refer to attachment.

hope it helps.

regards.
what you do not see does not mean you should not believe
Bharat Katkar
Honored Contributor

Re: Root mirror recovery

Hi,
Have a look at the doc attached.
Regards,
You need to know a lot to actually know how little you know
Hoang Chi Cong_1
Honored Contributor

Re: Root mirror recovery

Here are procedure:
# vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
# vgchange -a y /dev/vgXX
#vgsync /dev/vgxx # mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
# shutdown -yr 0

Hope this helps
Regard,
HoangChiCong
Looking for a special chance.......
Hoang Chi Cong_1
Honored Contributor

Re: Root mirror recovery

sorry....
You need to prepare the new disk first:
# pvcreate -f /dev/rdsk/cxtxdx
# vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
# vgchange -a y /dev/vgXX
# vgsync /dev/vgxx
# mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
# shutdown -yr 0
Looking for a special chance.......
manu_15
Occasional Advisor

Re: Root mirror recovery

Thanks for the responses