- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot unmount /usr : Device 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
09-09-2002 07:31 AM
09-09-2002 07:31 AM
I am receiving the above error when i am umount /usr. I have to extend the above file system. Can anybody help me on overcoming the above problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:36 AM
09-09-2002 07:36 AM
SolutionYou can't unmount /usr while the system is running at a regular run level (3). You'll have to shutdown the system and reboot into single user mode to extend /usr (if your /usr filesystem isn't vxfs and you don't have Online JFS installed).
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:42 AM
09-09-2002 07:42 AM
Re: cannot unmount /usr : Device busy
you will need to boot to single user mode to do it :
when you will boot the system you will get this message :
Firmware Version 40.14
Duplex Console IO Dependent Code (IODC) revision 1
------------------------------------------------------------------------------
(c) Copyright 1995-1998, Hewlett-Packard Company, All rights reserved
------------------------------------------------------------------------------
Processor Speed State CoProcessor State Cache Size
Number State Inst Data
--------- -------- --------------------- ----------------- ------------
0 360 MHz Active Functional 512 KB 1 MB
Central Bus Speed (in MHz) : 82
Available Memory : 262144 KB
Good Memory Required : 37268 KB
Primary boot path: 0/0/2/0.0
Alternate boot path: 0/0/1/1.0
Console path: 0/0/4/0.0
Keyboard path: 0/0/4/0.0
Processor is starting autoboot process.
To discontinue, press any key within 10 seconds.
pleass any key and you will get this menu :
Command Description
------- -----------
BOot [PRI|ALT|
PAth [PRI|ALT] [
SEArch [DIsplay|IPL] [
COnfiguration menu Displays or sets boot values
INformation menu Displays hardware information
SERvice menu Displays service commands
DIsplay Redisplay the current menu
HElp [
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:44 AM
09-09-2002 07:44 AM
Re: cannot unmount /usr : Device busy
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:49 AM
09-09-2002 07:49 AM
Re: cannot unmount /usr : Device busy
Or use "init s" it is perhaps easier. See the man page for init.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:59 AM
09-09-2002 07:59 AM
Re: cannot unmount /usr : Device busy
Pete,
I think it's a typo.Type hpux -is instead of hpus -is.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:15 AM
09-09-2002 08:15 AM
Re: cannot unmount /usr : Device busy
Sometimes I still have problems with /usr even when booted in single user mode. I have found that doing a "mount /usr; umount /usr" usually fixes the problem.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:19 AM
09-09-2002 08:19 AM
Re: cannot unmount /usr : Device busy
Do you have OnlineJFS???
...cause if you do you don't need to umount anything. Just extend the lvol with lvextend and then run fsadm -F vxfs -b(size_in_mb)m /filesystem (note there is no space between size and letter m).
Now if you don't have OnlineJFS - than take the above suggestions..
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 09:42 AM
09-09-2002 09:42 AM
Re: cannot unmount /usr : Device busy
Good catch. Even when I proof read my answers those darn typo's slip through anyway.
Pete
Pete