1832418 Members
3330 Online
110042 Solutions
New Discussion

Disk Mirroring

 
paula hawk_1
Occasional Contributor

Disk Mirroring

I have a new server to build, Rp2430. We have 2 disks, each 18gb. I want to mirror the disk. Can anyone help? Also there is a LAN Remote Console option that I would like to take advantage of.

thanks
5 REPLIES 5
steven Burgess_2
Honored Contributor

Re: Disk Mirroring

Hi Paula

Attached doc will go through mirroring disk

Wll dig out configuring lan console

Regards

Steve

take your time and think things through
James R. Ferguson
Acclaimed Contributor

Re: Disk Mirroring

Hi:

Here's the procedure for mirroring your vg00:

# pvcreate ???B /dev/rdsk/cXtYdZ
# vgextend /dev/vg00 /dev/dsk/cXtYdZ
# mkboot /dev/rdsk/cXtYdZ
# mkboot ???a ???hpux ???lq??? /dev/rdsk/cXtYdZ
# for LV in 1 2 3 4 5 6 7 8
> do
> lvextend ???m 1 /dev/vg00/lvol${LV} /dev/dsk/cXtYdZ
> done
# lvlnboot ???v

Regards!

...JRF...
Helen French
Honored Contributor

Re: Disk Mirroring

This will be good guide to do this:
TKB #ULVMKBRC00008267 - http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922077
Life is a promise, fulfill it!
steven Burgess_2
Honored Contributor

Re: Disk Mirroring

Hi

And LAN console

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063199621

HTH

Steve
take your time and think things through
Ted Ellis_2
Honored Contributor

Re: Disk Mirroring

you will need a license for MirrorDisk... just in case you don't realize that. Costs about a grand...

Ted