- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unmounting vxfs file system
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
06-07-2002 08:58 AM
06-07-2002 08:58 AM
unmounting vxfs file system
Hi I am trying to unmount the file system. But it is saying device busy.
I did an fuser -ku to kill all the processes writing into the file system. I killed them all and still i am getting the device busy message. Is there any way to forecefully unmoun the file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 09:01 AM
06-07-2002 09:01 AM
Re: unmounting vxfs file system
What filesystem is this?
Are you currently in that directory?
Sorry for asking but it has happened many times.
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 09:03 AM
06-07-2002 09:03 AM
Re: unmounting vxfs file system
Not until you kill the processes using that filesystem. Once you have run fuser -ck /mount_point, see if any more process is still using that filesystem,
fuser -cu /mount_point
If there is a process using that filesystem, check out that process and try to kill it manuallay or stop the process if you can and then try to unmount the filesystem.
You cannot force unmount a filesystem till the time it says device busy.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 09:16 AM
06-07-2002 09:16 AM
Re: unmounting vxfs file system
fuesr -ku /mntpoint should do the work , incase you are still getting the filesystem busy than ther can be 2 cases :
1. There is some process which cannot be trapped by fuser
2. the mountpoint is in the Path of some active profile .
I genreally try to run that twice or just do a fuser (mnt point ) , a more intrinsic way would be to do a lsof < mnt point > and then kill all the procees associated with it.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 03:12 PM
06-08-2002 03:12 PM
Re: unmounting vxfs file system
btw - lsof is not a standard hpux utility - you need to install it (you can download it for example from http://hpux.cs.utah.edu/)
cheers,
Mariusz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 03:50 PM
06-08-2002 03:50 PM
Re: unmounting vxfs file system
bdf /extra
/dev/vg01/lvol1 14336000 12237201 1968819 86% /extra
fuser /extra
fuser /dev/vg01/lvol1
Don't use an automatic kill until you have identified the processes that have the filesystem open. If they are HP-UX system processes, killing them may cause bigger problems.
NOTE: you will not be able un-mount /usr or /var when running in multiuser mode. The simplest rule is to go to true-singleuser mode by rebooting, interrupting the boot process when it prompts you and using the hpux -is command.
Bill Hassell, sysadmin