- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remove Logical Volume
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-08-2007 01:18 AM
03-08-2007 01:18 AM
Remove Logical Volume
I would like to remove an logical Volume,but during this action sam told me that it is unpossible to remove this Volume because the Volume is busy
I cannot detect any process which are using the volume which i wanted to remove
Has anybody of an Idea want happend
Kindest regards
Grechos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:20 AM
03-08-2007 01:20 AM
Re: Remove Logical Volume
Try it from the command line.
# umount /filesystem
# lvremove /dev/vgxx/lvoly
and remove the line from the /etc/fstab.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:21 AM
03-08-2007 01:21 AM
Re: Remove Logical Volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:21 AM
03-08-2007 01:21 AM
Re: Remove Logical Volume
make sure you are not or anybody else is not on that lvol
for example
hostname:/etc>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:21 AM
03-08-2007 01:21 AM
Re: Remove Logical Volume
fuser will tell you who/what is using the lvol (man fuser)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:28 AM
03-08-2007 01:28 AM
Re: Remove Logical Volume
should remove the volume (with data loss) without much ado.
So be sure you don't need the data on the volume anymore or have a working backup.
Also note that a volume doesn't necessarily need to have a mounted filesystem to be active.
Just think about swap devices or raw devices that databases write to.
So be extra cautious with those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:29 AM
03-08-2007 01:29 AM
Re: Remove Logical Volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:46 AM
03-08-2007 01:46 AM
Re: Remove Logical Volume
well if i type
root@xxxxx/usr/sbin > ./fuser -cu /backup
OUTPUT:
/backup: 5730o(root) 18776c(root)
what can i do with this information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:49 AM
03-08-2007 01:49 AM
Re: Remove Logical Volume
well if i type
root@xxxxx/usr/sbin > ./fuser -cu /backup
OUTPUT:
/backup: 5730o(root) 18776c(root)
what can i do with this information
ps -ef | grep 5730
ps -ef | grep 18776
this will give you more info on the processes. If they aren't anything crucial you can kill the processes. Or use fuser -ku. Just be careful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:57 AM
03-08-2007 01:57 AM
Re: Remove Logical Volume
i dint solve the Problem because i have to aducated some users they have to end the session on clear
:-)
And i inform you over the Problem i think on Friday but if any of you knows more informations then fell free and write it down
HAppy day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 01:58 AM
03-08-2007 01:58 AM
Re: Remove Logical Volume
When you are issuing the commands, are you in the directory? Just by being in it, the directory by definition is busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 02:04 AM
03-08-2007 02:04 AM