1832981 Members
3423 Online
110048 Solutions
New Discussion

Re: Disk Mirror

 
samir_18
Advisor

Disk Mirror

Hi Everybody,

I have a HP-UX 11i system installed in one disk , and i have another free disk that i want to mirror the system on it.
so that the system on one disk and another mirror.

Can anyone tell me the steps to do this task.

Regards

Samir.
9 REPLIES 9
Slawomir Gora
Honored Contributor

Re: Disk Mirror

Hi,

for vg00 steps are:

pvcreate -f -B /dev/rdsk/mirror_disk
vgextend /dev/vg00 /dev/dsk/mirror_disk
mkboot /dev/rdsk/mirror_disk
mkboot -a "hpux -lq" /dev/rdsk/mirror_disk
mkboot -a "hpux -lq" /dev/rdsk/primary_disk

for all lvols
lvextend -m 1 /dev/vg00/lvol1
...
lvextend -m 1 /dev/vg00/lvol9

lvlnboot -b /dev/vg00/lvol1
lvlnboot -v -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -R

Sridhar Bhaskarla
Honored Contributor

Re: Disk Mirror

Samir,

YOu will need to have mirror/UX product installed in order for you to mirror the volumes. Mirroring is not done at the disk level but at Logical volume level. TO verify if Mirror/UX is installed do

swlist -l product |grep -i mirror

There are few things you have to do before mirroring the boot disk. Search the forums with the string 'mirror boot disk' and you should be able to find many threads explaining the procedures.

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

Re: Disk Mirror

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=689216


Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
samir_18
Advisor

Re: Disk Mirror

Sridhar,

have I must purchase the HP Mirrordisk software in order to follow the steps for mirroring the disk ?????

Thanks in Advance.
Samir.
Pete Randall
Outstanding Contributor

Re: Disk Mirror

Bharat Katkar
Honored Contributor

Re: Disk Mirror

samir,

"I have assigned points to 0 of 30 responses to my questions."
This is what i saw in your profile. It is good to ssign points to whoever helps you in this forum. It has no. of advantages and no disadvantages at all.
See the link below on info regarding assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?admit=716493758+1085211538437+28353475#33

Enjoy Forumming.
Regards
You need to know a lot to actually know how little you know
Kyri Pilavakis
Frequent Advisor

Re: Disk Mirror

Please see attached file for info required.

Have fun!!
Bosses don't undestand..HP does
Geoff Wild
Honored Contributor

Re: Disk Mirror

See attached.


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
samir_18
Advisor

Re: Disk Mirror


Thanks Alot for you All.

It has been Done.


Samir.