- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unmounting /usr ..help?
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
10-29-2004 02:16 AM
10-29-2004 02:16 AM
unmounting /usr ..help?
I want to know how can I unmount /usr on a server. (Multi-user mode).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:18 AM
10-29-2004 02:18 AM
Re: unmounting /usr ..help?
I don't want to reboot the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:19 AM
10-29-2004 02:19 AM
Re: unmounting /usr ..help?
Also here is the hint that you have to go to single user mode to do it. /usr you cannot unmount like that.
Boot in maintenance mode and then activate vg00, and mount what you want...
And do what you want exactly..
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:19 AM
10-29-2004 02:19 AM
Re: unmounting /usr ..help?
no way - there is to much prossess using it !!
run: fuser /dev/vg00/lvolX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:23 AM
10-29-2004 02:23 AM
Re: unmounting /usr ..help?
Agree with above all
Also refer
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=196956
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:33 AM
10-29-2004 02:33 AM
Re: unmounting /usr ..help?
This will be decidedly difficult if not downright impossible as /usr will have processes attached to it even with no users logged in.
Use fuser as follows to see what's running out of it.
fuser -cu /usr
You'll see *many* root owned processes running & you cannot umount a FS until there are no processes attached to it.
If you're goal is to enlarge or reconfigure /usr then this is exactly what OnLine JFS is designed for.
Simply put to umount or change /usr w/o OnLine JFS you'll need to reboot & go into single user mode.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 02:49 AM
10-29-2004 02:49 AM
Re: unmounting /usr ..help?
or remove the entry from mnttab and do a umount -f on it ....
I dont know further where you will find the admin commands furhter to run..
Please summarise on what you do
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 01:49 PM
10-31-2004 01:49 PM
Re: unmounting /usr ..help?
You can not umount /usr because there are many process running in this mount point.
If you try to kill all of process, it will cause many error to your system.
What do you want? Want to unmount /usr to extend this filesystem?
Unless you have OnlineJFS installed on the system, you will not be able to extend /usr in multi-user mode.
Best and regard,
Jimkery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 04:15 PM
10-31-2004 04:15 PM
Re: unmounting /usr ..help?
I would suggest you to boot the systems in single user mode and then do the necessary task related with /usr.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 08:15 PM
10-31-2004 08:15 PM
Re: unmounting /usr ..help?
no option to do in without rebooting ,
if you want to extend the file system and you have online jfs , this can be done without umounting the file system ,
but /usr is a critical file system in hp-ux and you can umount it , you can try , but this i think will casuse or a TOC or problem in your system
eran