Operating System - HP-UX
1753767 Members
5825 Online
108799 Solutions
New Discussion

Re: VG creation from Storage

 
SOLVED
Go to solution
Sunny123_1
Esteemed Contributor

Re: VG creation from Storage

If you want to remove all that you created

then just unmount FS and export volume group

unmount the FS
#umount /mountpoint

Deactivate the Volume Group:
#vgchange -a n vgname

export VG
#vgexport vgname

considering u want to remove all LVs and data.

Remove the Physical Volume
#pvremove /dev/rdsk/c?t?d?

Regards
Sunny
GTFSpanneer
Frequent Advisor

Re: VG creation from Storage

Hi g3jza & Sunny,
Thanks.


Reagards
RPS