Operating System - HP-UX
1837105 Members
2325 Online
110112 Solutions
New Discussion

Re: disk failure mirror vg00

 
SOLVED
Go to solution
Scott E Smith
Frequent Advisor

disk failure mirror vg00

How do I recover from a boot disk failure of 11.0 if primary disk hardware dies. What are the steps to re-sync system after HW is replaced. Thanks
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: disk failure mirror vg00

Michael Tully
Honored Contributor

Re: disk failure mirror vg00

Hi,

First off shutdown the system and replace
the disk. Once the disk has been replaced
boot the server into single user mode and
bypass the quorum.

ISL> hpux -is -lq /stand/vmunix

Run the following lvm command to initialise and use your new disk.

# vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtXdX
# vgchange -a y /dev/vg00
# mount /usr
# mkboot /dev/rdsk/cXtXdX
# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/CXtXdX
# lvlnboot -R
# lvlnboot -v
# vgsync /dev/vg00
# shutdown -ry 0

We had a failed disk about two weeks ago and this is how I fixed. It should also work for you.

Good Luck
-Michael
Anyone for a Mutiny ?
Sridhar Bhaskarla
Honored Contributor

Re: disk failure mirror vg00

Scott,

I may not get points for this post. But there are quite a number of threads on this issue and a search on mirrordisk will give you out all of those magical answers.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sanjay_6
Honored Contributor

Re: disk failure mirror vg00