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
08-01-2005 04:16 PM
08-01-2005 04:16 PM
lvremove
I just wrongly created a lv lvol5 and fs as follows:-
The filesystem is not mounted.
I would like to remove the lv lvol5 as follows:
lvremove /dev/vg00/lvol5
The command will remove cleanly lvol5 from the system?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:44 PM
08-01-2005 05:44 PM
Re: lvremove
http://maconlinux.net/linux-man-pages/en/lvremove.8.html
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:29 PM
08-01-2005 09:29 PM
Re: lvremove
As a precaution I always use lvdisplay /dev/vg00/lvol5 and check it's really in closed state.
After that lvremove it, and check vgdisplay shows increased free PE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:19 PM
08-01-2005 11:19 PM
Re: lvremove
Yes, it will work. I did it several times.
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 01:32 AM
08-02-2005 01:32 AM
Re: lvremove
Your command syntax is right, you can do a lvdisplay before & after the lvremove to check the free PE.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 11:57 PM
08-17-2005 11:57 PM
Re: lvremove
#fuser -km dev/vg00/lvol5
# lvremove dev/vg00/lvol5
#vgscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 11:58 AM
08-19-2005 11:58 AM
Re: lvremove
1. lvremove -f /dev/vg00/lvol5
do , vgdisplay and verify the lvol is not there.
Cheers ,
Veri.