- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do you increase the space on /tmp?
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
12-15-2003 01:22 AM
12-15-2003 01:22 AM
How do you increase the space on /tmp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:24 AM
12-15-2003 01:24 AM
Re: How do you increase the space on /tmp?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=310826
Regards ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:25 AM
12-15-2003 01:25 AM
Re: How do you increase the space on /tmp?
It's the same procedure as
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=310826
With OnLine JFS this is easy. But one should ask themselves a BIG question "Why does /tmp need to be increased? Does it need cleaned up or is something/someone using it incorrectly?"
We set our /tmp up for 256MB & never have to increase it. We use *other* areas for user & app scratch areas. /tmp should NOT be having large files placed in it - that's *not* what it's for.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:26 AM
12-15-2003 01:26 AM
Re: How do you increase the space on /tmp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:28 AM
12-15-2003 01:28 AM
Re: How do you increase the space on /tmp?
lvextend -L 512 /dev/vg00/lvol6
extendfs -L 512 /dev/vg00/lvol6
512 MB total new size or whatever size you wish
:-)
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:28 AM
12-15-2003 01:28 AM
Re: How do you increase the space on /tmp?
You shouldn't really need all that much space in /tmp. Maybe we should look into what's filling it up before we start enlarging it?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:29 AM
12-15-2003 01:29 AM
Re: How do you increase the space on /tmp?
I once had a machine with a command before "mount" to read a file in / and if the file had a filesystem in it to run "extendfs". This meant that extending a filesystem when you didn't have onlineJFS and couldn't unmount the fileystem in multiuser mode was simply a re-boot. This works becuase you CAN increase the logical volume size online if you have online JFS or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:33 AM
12-15-2003 01:33 AM
Re: How do you increase the space on /tmp?
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:40 AM
12-15-2003 01:40 AM
Re: How do you increase the space on /tmp?
extendfs -L 512 /dev/vg00/rlvol6
:-)
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:43 AM
12-15-2003 01:43 AM
Re: How do you increase the space on /tmp?
Run "du -sk /tmp/* |sort -n" and let's see what's taking up all the room.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 04:30 AM
12-15-2003 04:30 AM
Re: How do you increase the space on /tmp?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=10925
-Karthik S S