- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- removing 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
04-14-2005 05:46 AM
04-14-2005 05:46 AM
removing logical volume
LG: vg02-a VG: vg02 mount directory: /a
How do I check for activity in the filesystem so I can stop it? Or is there a different, easier way to remove vg01 & vg02?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 05:52 AM
04-14-2005 05:52 AM
Re: removing logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 05:55 AM
04-14-2005 05:55 AM
Re: removing logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 05:55 AM
04-14-2005 05:55 AM
Re: removing logical volume
In case if you have not done this you can try,
fuser -c & fuser -k
then you unmount it
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 05:59 AM
04-14-2005 05:59 AM
Re: removing logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 07:24 AM
04-14-2005 07:24 AM
Re: removing logical volume
See what processes may be running in the filesystem.
You may have to kill a process or daemon or logging process.
The lsof utility can tell you what is using the area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 07:57 AM
04-14-2005 07:57 AM
Re: removing logical volume
I hate to state the obvious, but since I burned myself.....
You are not in a directory on the volume mount point are you?
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 01:02 AM
04-15-2005 01:02 AM
Re: removing logical volume
Nice idea (make sure you are not in the directory you are trying to unmount), but I think it would be unlikely as then I would expect fuser to report the PID for the user's shell....??
Jeff
I go with an earlier suggestion to get hold of the excellent (non-HP) lsof utility and see what process is active in that filesystem (especially if there was any attempt to reclaim space by removing eg large logfiles....)
A reboot would also fix the problem - but that is not usually recommended unless you are desperate to get this resolved...
:-)
HTH
Nick