Operating System - HP-UX
1832553 Members
6343 Online
110043 Solutions
New Discussion

VxVM, LVM, and MirrorDisk/UX

 
SOLVED
Go to solution
Gerald Virden
Advisor

VxVM, LVM, and MirrorDisk/UX

I am putting together my first 11i system and need some confirmation on things.
From what I have read, my understanding is that once a disk is set up under VxVM, LVM will not see it and can't be used in any way to work with the disk. Is this true?
Also, I realize that VxVM has its own mirroring capabilities in the next level of software but can I use MirrorDisk/UX with VxVM?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: VxVM, LVM, and MirrorDisk/UX

Hi:

A disk belongs to LVM or to VxVM but not both. The indication of an LVM or a VxVM disk is physically written onto a disk header.

To utilize mirroring, you need to purchase the MirrorDisk/UX license for LVM (or on 11.11, license the appropriate OE (operating environment). The base version ov VxVM(*without* mirroring also comes free with 11.11, but to add mirroring is a separate product. See here for the features of VxVM by add-on:

http://docs.hp.com/hpux/onlinedocs/B7961-90023/B7961-90023.html

Regards!

...JRF...
PIYUSH D. PATEL
Honored Contributor
Solution

Re: VxVM, LVM, and MirrorDisk/UX

Hi,

You can either use LVM or VxVM and not both for a disk. Mirror facilty does not come by default with VxVM and you will have to purchase mirror product for VxVM seperately.

B9116AA - VERITAS Volume Manager 3.2 for HP-UX
( for mirroring facilty )

You cannot use Mirror/UX with VxVM.

Piyush
melvyn burnard
Honored Contributor

Re: VxVM, LVM, and MirrorDisk/UX

....once a disk is set up under VxVM, LVM will not see it and can't be used in any way to work with the disk. Is this true?

Yes, any attempt to try to run LVM commands against this disk will fail. To re-use it under LVM you will have to remove any VxVM definitions on the disk, easily done with dd.

... VxVM has its own mirroring capabilities in the next level of software but can I use MirrorDisk/UX with VxVM?

No you cannot. They are completely separate and different "technologies". MirrorDisk is for LVM, and VxVM has it's own purchaseable add-on upgrade to Full VxVM
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Gerald Virden
Advisor

Re: VxVM, LVM, and MirrorDisk/UX

Thanks for the quick responses and info.