1833238 Members
2803 Online
110051 Solutions
New Discussion

Re: LVM vs VxVM

 
SOLVED
Go to solution
MikeL_4
Super Advisor

LVM vs VxVM

I have some disk that I am creating a VG on, and after running pvcreate on them it placed them in use by VxVM:

0/4/1/0.1.0 1 VxVM ... 47702 SEAGATE
0/4/1/0.2.0 1 VxVM ... 47702 SEAGATE
0/4/1/0.3.0 1 VxVM ... 47702 SEAGATE
0/4/1/0.4.0 1 VxVM ... 47702 SEAGATE

I want to use them with HP's LVM, how do I get them out of her for use by LVM ??

2 REPLIES 2
RAC_1
Honored Contributor
Solution

Re: LVM vs VxVM

If I remember it correctly, vxdiskunsetup will free the disk from VxVM. Read the man page for it. Before you do that make sure that you take care of the data on it.

Anil
There is no substitute to HARDWORK
MikeL_4
Super Advisor

Re: LVM vs VxVM

Thanks