- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can not umount file system because its busy.
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
01-30-2006 10:26 AM
01-30-2006 10:26 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 10:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 10:35 AM
01-30-2006 10:35 AM
Re: Can not umount file system because its busy.
fuser -cu /filesystem
to see what proceses are open.
fuser -cuk /filesystem
to make those processes go away.
Make sure one of those processes is not your root login session.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:12 PM
01-30-2006 04:12 PM
Re: Can not umount file system because its busy.
# fuser -cu
and kill them.
Or kill them as,
# fuser -kuc
Try umount operation now!
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:15 PM
01-30-2006 04:15 PM
Re: Can not umount file system because its busy.
Have you stopped all running oracle processes ?
Also, # fuser -ku
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:44 PM
01-30-2006 04:44 PM
Re: Can not umount file system because its busy.
Dear,
1 Make sure the database & listner is shutdown
2 do a #ps -ef to ensure that no process uses the f/s
3 may do a #fuser -ck
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 05:04 PM
01-30-2006 05:04 PM
Re: Can not umount file system because its busy.
Since you say you already tried with ps and fuser, maybe "lsof" can report something.
Is it possible that you have another filesystem mounted under a subdirectory of your oracle filesystem? ( don't have a machine to test, and don't remember if in such case you will see something on the output of ps or fuser ). I'm not sure if this will help.
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 06:51 PM
01-30-2006 06:51 PM
Re: Can not umount file system because its busy.
lsof /FileSystem
See which proccess use the file system .
bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 07:28 PM
01-30-2006 07:28 PM
Re: Can not umount file system because its busy.
especially use
# lsof -bw +L1 | grep your-lvol
to see if there are deleted, still-in-use files.
mfg
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 09:53 PM
01-30-2006 09:53 PM
Re: Can not umount file system because its busy.
If any other commands returns nothing, comment filesystem in /etc/fstab and restart system.
Regards!
KRI