1836459 Members
2530 Online
110101 Solutions
New Discussion

Mirroring with Std. VxVM

 
SOLVED
Go to solution
Jason Moorhead_2
Frequent Advisor

Mirroring with Std. VxVM

After purchasing a new rp5470, with 11.i, I decided to use VxVM to set all the disks up. I absolutely love the slick GUI interface! We have an EMC Clariion attached to it, and we had planned on buying the 'full' VxVM to do multi-pathing (instead of PowerPath). Surprise, EMC does not support this configuration! Guess we're buying PowerPath now. Anyway, my question is this: With the included version of VxVM, can we mirror the root disk? The 2 internal disks need to mirrored, and made bootable, and we cannot buy both PowerPath and the full VxVM (especially since LVM will do the mirror for nothing).

Obviously if standard VxVM cannot mirror a disk, I have to completely reinstall the O/S, and use LVM on the root VG, so I can use Mirror/UX, unless there is a clean "convert VxVM to LVM" procedure, which I have not seen so far.

Thanks!
7 REPLIES 7
RolandH
Honored Contributor
Solution

Re: Mirroring with Std. VxVM

Hi Jason,

yes the basic version can do mirorring.

The the attached document and you have it in black and white.

HTH
Roland
Sometimes you lose and sometimes the others win
RolandH
Honored Contributor

Re: Mirroring with Std. VxVM

One correction - The basic VxVM can only miroor root discs. For further mirrors you need the full license.

HTH
Roland
Sometimes you lose and sometimes the others win
Steven E. Protter
Exalted Contributor

Re: Mirroring with Std. VxVM

Mirroring the root disk is an enormous advantage over lvm, which doesn't allow that in the basic package.

Possibly a reason to migrate to it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RolandH
Honored Contributor

Re: Mirroring with Std. VxVM

One more hint.

Compare the costs for LVM with Mirrot/UX and perhaps OnlineJFS and a full license to VxVM.
Ask your HP sales man!!!

Roland
Sometimes you lose and sometimes the others win
Jason Moorhead_2
Frequent Advisor

Re: Mirroring with Std. VxVM

Thanks, Roland, for the pdf file... just what I wanted to see!
Dmitry G. Spitsyn
Trusted Contributor

Re: Mirroring with Std. VxVM

Hello, Jason !

Let's a primary disk is /dev/rdsk/c0t6d0 and a mirror disk is /dev/rdsk/c0t3d0.

pvcreate -B -f /dev/rdsk/c0t3d0
vgextend vg00 /dev/dsk/c0t3d0
mkboot /dev/rdsk/c0t3d0 # to create a Boot area
mkboot -a "hpux -lq" /dev/rdsk/c0t3d0 #to create an AUTO file (to bring it up without a quorum)
mkboot -a "hpux -lq" /dev/rdsk/c0t6d0
lvextend -m 1 /dev/vg00/lvol1 # a mirror for /stand
lvextend -m 1 /dev/vg00/lvol2 # a mirrot for primary swap
lvextend -m 1 /dev/vg00/lvol3 # a mirror for /
lvlnboot -R /dev/vg00 # links update
shutdown -ry 0

Then crest your fingers!

BR,
Dmitry
Alzhy
Honored Contributor

Re: Mirroring with Std. VxVM

Base VxVM supports rotability and Mirroring (for FREE) only on the rootDG diskgroup. I have not tested yet if adding more than 2 disks on rootDG and enabling mirroring on the disks other than the 1st two (but on rootDG) will work -- I suppose it will as rootDG is the key here...

So if you have PowerPath and RAID on the EMC, you do not need full VxVM (DMP, etc...). Like us... we have EVA 5000 and we have SecurePath so we just need the basic VxVM to carve the LUNs... a little issue though .. one needs to have an rc script to enable VxVM DG's on the EVA since SecurePath comes in late...



See my earlier post:

http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x444835e89b424749b49be95296e7a0b4%2C00.html&admit=716493758+1064853494062+28353475
Hakuna Matata.