Operating System - HP-UX
1752767 Members
5086 Online
108789 Solutions
New Discussion юеВ

Cant remove a logical volume

 
SOLVED
Go to solution
Armin Feller
Honored Contributor

Re: Cant remove a logical volume

Hi Ian,

bad luck ;-( Yes, please check for patches and reboot. Wish good luck in the future.

Regards ...
Armin
Jakes Louw_1
Frequent Advisor

Re: Cant remove a logical volume

Just a shot in the dark here:

check that there isn't another LVOL created with the same major & minor number.
jemmy
New Member

Re: Cant remove a logical volume

Hi,

Try the following:

fuser -ku /dev/testvg/lvol1

This kills all process that has open files on this volume.

And then do your removal:
lvremove -f /dev/testvg/lvol1

Regards,
Jemmy Lai