- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system increasing problem,
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
11-30-2005 10:20 AM
11-30-2005 10:20 AM
i am trying to unmount the f.s it's giving the error device busy.
A&C
<> lvdisplay /dev/vg01/devsapdata6
--- Logical volumes ---
LV Name /dev/vg01/devsapdata6
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 10000
Current LE 1250
Allocated PE 1250
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
<>
<> lvextend -L 11000 /dev/vg01/devsapdata6
Logical volume "/dev/vg01/devsapdata6" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
<>
<>
<> umount /oracle/DEV/sapdata6
umount: cannot unmount /oracle/DEV/sapdata6 : Device busy
umount: return error 1.
<> lvdisplay /dev/vg01/devsapdata6
--- Logical volumes ---
LV Name /dev/vg01/devsapdata6
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 11000
Current LE 1375
Allocated PE 1375
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
<>
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:26 AM
11-30-2005 10:26 AM
SolutionOne common mistake is to have changed driectories ('cd') into the filesystem that you want to unmount. 'cd' to the root directory and unmount.
It is also possible that some process has a file in use within the filesystem you are trying to unmount. Use:
# fuser -cu /oracle/DEV/sapdata6
...to see files that are in use
# fuser -ku /oracle/DEV/sapdata6
...to kill all processes using files
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:39 AM
11-30-2005 10:39 AM
Re: file system increasing problem,
#fuser -ku /oracle/DEV/sapdata6
it will effect any data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:46 AM
11-30-2005 10:46 AM
Re: file system increasing problem,
1. First check if the filesystem is busy.
# fuser -cu /oracle/DEV/sapdata6
2. If orcle is running needs to stop.
Check with :
# ps -ef | egrep '(pmon|ora)'
3. If u used fuser -ku forcefully , oracle related process will be killed.
4. check with pwd , your current working directory. You should not be seating in the /oracle/DEV/sapdata6 directory.
Hope this will help ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:47 AM
11-30-2005 10:47 AM
Re: file system increasing problem,
Begin with finding what processes (by pid) are using the filesystem:
# fuser -cu /oracle/DEV/sapdata6
(see the manpages for 'fuser(1M) for the interpretation of the output).
If possible, gracefully terminate all processes using the filesystem. This is always preferred to drastic kill actions like :
# fuser -ku /oracle/DEV/sapdata6
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:57 AM
11-30-2005 10:57 AM
Re: file system increasing problem,
Here is your profile :
"I have assigned points to 8 of 60 responses to my questions. "
Try to make it 60 of 60 , by assigning points to all responses , and make your forum profile better and looks good , and get faster response.
Enjoy Foruming,
hth ,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:59 AM
11-30-2005 10:59 AM
Re: file system increasing problem,
<> umount /oracle/DEV/sapdata6
umount: cannot unmount /oracle/DEV/sapdata6 : Device busy
umount: return error 1.
<> pwd
/
<> fuser -ku /oracle/DEV/sapdata6
/oracle/DEV/sapdata6:
<> extendfs -F vxfs /dev/vg01/rdevsapdata6
vxfs extendfs: /dev/vg01/rdevsapdata6 is mounted, cannot extend.
<>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:02 AM
11-30-2005 11:02 AM
Re: file system increasing problem,
/oracle/DEV/sapdata6: 12768o(devadm) 12764o(devadm) 12762o(devadm) 12766o(devadm) 13375o(oradev) 13371o(oradev) 13377o(oradev) 13379o(oradev) 13381o(oradev) 13383o(oradev) 13385o(oradev)
<> fuser -ku /oracle/DEV/sapdata6
/oracle/DEV/sapdata6:
<>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:05 AM
11-30-2005 11:05 AM
Re: file system increasing problem,
Hopefully your DB will be OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:08 AM
11-30-2005 11:08 AM
Re: file system increasing problem,
Its clear from fuser output that , filesystem is busy and used by , oracle user oradev and devadm.
You need to shutdown oracle. Consult your DBA.
If You want to shutdown oracle:
# /sbin/init.d/oracle stop
(Check for this script)
Hope fully after this you can unmount.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:15 AM
11-30-2005 11:15 AM
Re: file system increasing problem,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:21 AM
11-30-2005 11:21 AM
Re: file system increasing problem,
Thank you very much for immediate response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:30 AM
11-30-2005 11:30 AM
Re: file system increasing problem,
# cd /sbin/init.d/
# ./oracle start
cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 11:32 AM
11-30-2005 11:32 AM