- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot unmount /tmp directory
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
05-07-2005 03:20 AM
05-07-2005 03:20 AM
I tried increase the size of /tmp directory by SAM but this is show to me:
Cannot unmount /tmp: Device busy.
I am the only to use the server. This server is a HP-UX 10.20 9000/861 model.
# cat /etc/fstab
/dev/vg00/lvol3 / hfs defaults 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home hfs defaults 0 2
/dev/vg00/lvol5 /opt hfs defaults 0 2
/dev/vg00/lvol6 /tmp hfs defaults 0 2
/dev/vg00/lvol7 /usr hfs defaults 0 2
/dev/vg00/lvol8 /var hfs defaults 0 2
# cat /etc/mnttab
/dev/vg00/lvol3 / hfs defaults 0 1 1115477484
/dev/vg00/lvol1 /stand hfs defaults 0 0 1115477485
/dev/vg00/lvol8 /var hfs defaults 0 0 1115477491
/dev/vg00/lvol7 /usr hfs defaults 0 0 1115477491
/dev/vg00/lvol6 /tmp hfs defaults 0 0 1115477491
/dev/vg00/lvol5 /opt hfs defaults 0 0 1115477491
/dev/vg00/lvol4 /home hfs defaults 0 0 1115477491
Regards,
Augusto
(Brazil)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 04:22 AM
05-07-2005 04:22 AM
SolutionYou must boot in single user mode and then resize it.
Here is how to do it:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=514371
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 07:50 AM
05-07-2005 07:50 AM
Re: Cannot unmount /tmp directory
Thanks for your answer, but how I resize the /tmp directory in a single user mode?
Regards,
Augusto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 08:13 AM
05-07-2005 08:13 AM
Re: Cannot unmount /tmp directory
http://docs.hp.com/en/B2355-90681/extendfs.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 12:48 PM
05-08-2005 12:48 PM
Re: Cannot unmount /tmp directory
Do follow steps to unmount /tmp mount point (by command line):
1. #fuser -cu /tmp
2. #fuser -kcu /tmp
3. #umount /tmp
I dont't like SAM :):):)
Goodluck!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 01:03 PM
05-08-2005 01:03 PM
Re: Cannot unmount /tmp directory
You need to go to single user mode to resize /tmp. Once in single user mode, perform the following:
#mount /usr
#lvextend -L
#extendfs /dev/vg00/rlvol6
#mount /tmp
#bdf (to verify your change)
Then you go to multi-user mode.
Regards,
Isralyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 02:05 PM
05-08-2005 02:05 PM
Re: Cannot unmount /tmp directory
If yes - then you can extend it on the fly - with out single user mode:
Say /tmp is /dev/vg00/lvol4 and you want it to be 1GB:
lvextend -L 1024 /dev/vg00/lvol4
fsadm -b 1024M /tmp
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 02:12 PM
05-08-2005 02:12 PM
Re: Cannot unmount /tmp directory
#mount /usr
#lvextend -L
#extendfs -F hfs /dev/vg00/rlvol6
#mount /tmp
#bdf (to verify your change)
Then go to multi-user mode.
The fastes way to go to single user mode is by using shutdown command:
#shutdown
(no option!)
After extend, just type init 3 to to to level 3 or reboot the server.
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 02:21 PM
05-08-2005 02:21 PM
Re: Cannot unmount /tmp directory
You must in single user mode to umount /tmp unless you have onlineJFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 06:21 PM
05-08-2005 06:21 PM
Re: Cannot unmount /tmp directory
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 06:30 PM
05-08-2005 06:30 PM
Re: Cannot unmount /tmp directory
#extendfs -F hfs /dev/vg00/rlvol6
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 10:45 PM
05-08-2005 10:45 PM
Re: Cannot unmount /tmp directory
Its work! Thank you very much for yours answers.
Augusto.