1838576 Members
4057 Online
110128 Solutions
New Discussion

Re: DISPLAY /DEV/VG01/

 
SOLVED
Go to solution

DISPLAY /DEV/VG01/

Hi all!!

I work with HPUX 10.20 in server hp9000 class D.
When I run vgdisplay exist 2 disk vg01:

/dev/vg01 and /dev/vg01/

How can I remove /dev/vg01/ and keep /dev/vg01?

Thanks.
2 REPLIES 2
Rick Garland
Honored Contributor
Solution

Re: DISPLAY /DEV/VG01/

You will need to remove the /dev/vg01/ from the LVM structure. You will need to find out the LVs and data that reside under this VG and backup/transfer the info
John Palmer
Honored Contributor

Re: DISPLAY /DEV/VG01/

Hi,

The vgdisplay list that you attached indicates that both volume groups '/dev/vg01' and '/dev/vg01/' are empty - both have 0 'Cur LV' (Current logical volumes).

I suggest that you try to remove '/dev/vg01/' by first deactivating it
vgchange -a n "/dev/vg01/"
and then removing it from lvmtab:-
vgexport "/dev/vg01/"

This ought to work but I have never seen a system in this state before.

Give it a try and post back the results.

Regards,
John