|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] LVM - Open # value
|
Neill R wrote:
> Hey Guys, I have an issue where I can not remove a logical volume, it
> is unmounted. Running Red hat EL box.
>
> The #open value is suspicious to me, but I dont see anything when doing a lsof.
>
>
>
> [root@host1~]# lvdisplay /dev/vg_oracle/lv_u11
> --- Logical volume ---
> LV Name /dev/vg_oracle/lv_u11
> VG Name vg_oracle
> LV UUID 7K321a-M5fw-BmLS-9r6H-ssur-Yzfb-bh221T
> LV Write Access read/write
> LV Status available
> # open 1
> LV Size 37.00 GB
> Current LE 9472
> Segments 1
> Allocation inherit
> Read ahead sectors 0
> Block device 253:9
>
> [root@host1~]# lvremove -v /dev/vg_oracle/lv_u11
> Using logical volume(s) on command line
> Can't remove open logical volume "lv_u11"
>
>
> Thanks in advance!
> ___________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
>
>
Your best bet may be to shut down the Oracle processes if that is
possible. Could you show the output of `df -h` to verify unmount and
also `lsof | grep /mountpoint` ?
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|