- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvremove fail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:49 AM
03-14-2002 01:49 AM
When I try to remove a logical volume with the command: lvremove -f /dev/vg01/lvol1, HP-UX 11.00 says "The specified logical volume is open, or a sparing operation is in progress"
The command: fuser -u /dev/vg01/lvol1 says "/dev/vg01/lvol1:"
The command: lsof /dev/vg01/lvol1 says nothing.
vgdisplay -v /dev/vg01 says that /dev/vg01/lvol1 is in volume group vg01.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:53 AM
03-14-2002 01:53 AM
Re: lvremove fail
lsof /dev/vg00/rlvol1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:57 AM
03-14-2002 01:57 AM
Re: lvremove fail
Did you unmount the lvol first?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:57 AM
03-14-2002 01:57 AM
Re: lvremove fail
I encountered that error while having a filesystem mounted. Does it match ?
HTH
RGDS, Holger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:11 AM
03-14-2002 02:11 AM
Re: lvremove fail
What's the output of these ..
# vgdisplay -v vg01
# lvdisplay -v /dev/vg01/lvol1
# pvdislay -v
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:11 AM
03-14-2002 02:11 AM
Re: lvremove fail
lsof /dev/vg01/rlvol1 says nothing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:23 AM
03-14-2002 02:23 AM
Re: lvremove fail
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:29 AM
03-14-2002 02:29 AM
Re: lvremove fail
but,
pvchange -z n /dev/dsk/c0t5d0
then continue on.
man pvchange for more.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:33 AM
03-14-2002 02:33 AM
Re: lvremove fail
For what is this vg used? if you have only this vg, then lvol1 is usually used to mount /stand in it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:41 AM
03-14-2002 02:41 AM
Re: lvremove fail
Volume Group vg00 for my system.
And Volume Group vg01 for our applications.
Gilles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:46 AM
03-14-2002 02:46 AM
Re: lvremove fail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 05:22 AM
03-14-2002 05:22 AM
Re: lvremove fail
I will try in LVM maintenance as soon as possible.
Thanks to all
Rgds,
Gilles