HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- forceful umount
Operating System - HP-UX
1833464
Members
2841
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-28-2006 03:04 AM
08-28-2006 03:04 AM
forceful umount
i need to unmount /oracle and i have multiple filesyetsms like /oracle/data1, /oracle/data2 thru /oracle/data35. How do i unmount /oracle forcefully so that all the others are also unmounted. I need to extend /oracle by 10G for which i need to umount. no online JFS.
Thanks
Thomas
Thanks
Thomas
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:18 AM
08-28-2006 03:18 AM
Re: forceful umount
Hi:
You could do:
# for F in `bdf|awk '$NF~/oracle/ {print $NF}`
> do
> umount ${F}
done
Regards!
...JRF...
You could do:
# for F in `bdf|awk '$NF~/oracle/ {print $NF}`
> do
> umount ${F}
done
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:18 AM
08-28-2006 03:18 AM
Re: forceful umount
Simplest way
reboot server and bring it up in single user mode
mount only those mount points in vg00 (/usr, /var) necessary for the lv/file system extension
extend the lv/file system
reboot server and come up in multiuser mode
harder way
shutdown oracle, and any other process that access the affected mount points
write a script to umount the desired mount points
run the script
see which ones did not unmount
run fuser or lsof to determine what processes are using the mount points
shutdown/kill those processes
umount the remaining mount points
extend the lv/fs
remount the mount points in the correct order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:22 AM
08-28-2006 03:22 AM
Re: forceful umount
Make sure that you bring down database before you kill process otherwise database get corrupted.
fuser -cu /oracle and see processes belongs it.
fuser -ku /oracle --> will kill all processes belongs to oracle.
umount /oracle and related filesystems.
lvextend -L 10240 /dev/vgXXX/lvolYYY
extendfs -F vxfs /mountpoint
fuser -cu /oracle and see processes belongs it.
fuser -ku /oracle --> will kill all processes belongs to oracle.
umount /oracle and related filesystems.
lvextend -L 10240 /dev/vgXXX/lvolYYY
extendfs -F vxfs /mountpoint
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP