1834798 Members
2893 Online
110070 Solutions
New Discussion

MirrorDisk/UX

 
HPP
Regular Advisor

MirrorDisk/UX

hi,
I have setup mirrior disk. I have got some doubts. Can anybody can tell me where can i find the Document for MirrorDisk/UX on HP websites. I tried http://docs.hp.com but i could not find any.

Please help......

Thanks
Be Teachable
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: MirrorDisk/UX

Hi:

At 11.x, the "Managing Systems and Workgroups: A Guide for HP-UX System Administrators" guide is a excellent source of documentation on common system administration functions.

See Managing Mirrored File Systems in Section-6:

http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html

...JRF...
Bill McNAMARA_1
Honored Contributor

Re: MirrorDisk/UX

Have a look at this post for some information and also for a pretty usefull script to do the mirroring of a root disk.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xe6d9f9beca68d511abcd0090277a778c,00.html

Mirroring of a non bootable lvol is easier..

What seems to confuse people most when I teach them mirrordisk is that it actually does not mirror disks, but rather lvols which can be sections of disks or span multiple disks.

Later,
Bill
It works for me (tm)
Steffi Jones_1
Esteemed Contributor

Re: MirrorDisk/UX

Hello,

after reading all these docs I would suggest to test the mirror before going in production.

Try to boot from alternate disk once to test it.

Steffi Jones
Michael Tully
Honored Contributor

Re: MirrorDisk/UX

Hi,

If your trying to mirror your root volume
group (vg00) it is a very simple process.

The docs that the other guys have pointed
you to should assist you greatly, but here
is the concise process for doing this.

# pvcreate -fB /dev/rdsk/cXtXdX
# vgextend /dev/vg00 /dev/dsk/cXtXdX
# mkboot /dev/rdsk/cXtXdX
# mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/cXtXdX
# lvlnboot -R
# for LVOL in /dev/vg00/lv*
> do
> echo $LVOL
> lvextend -m 1 $LVOL
> done

As mentioned by Steffi make sure that you
test it before you proceed into any form
of production.

-Michael
Anyone for a Mutiny ?