- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /tmp to small
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-10-2004 09:15 AM
12-10-2004 09:15 AM
Since it has to be umounted to do so.
It's not an option when the systems is
running.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 09:18 AM
12-10-2004 09:18 AM
Re: /tmp to small
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 09:21 AM
12-10-2004 09:21 AM
Re: /tmp to small
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 09:44 AM
12-10-2004 09:44 AM
Re: /tmp to small
least 1 gig.
Would setting $TMPDIR over-ride using /tmp
as install tmp?
Since the box had no process using /tmp
I ran lvextend and then tried to umount
them to run extendfs but it says it's
busy even thought fuser -cu /tmp shows
no processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 10:06 AM
12-10-2004 10:06 AM
Re: /tmp to small
It's fsadm -F vxfs -b
Not extendfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 10:32 AM
12-10-2004 10:32 AM
Re: /tmp to small
extendfs -F vxfs is used if you unmount the filesystem but is you have OnlineJFS then you use fsadm -F vxfs and specify the -b size in 1024-byte sectors equivalent to the (extended) size of your LVOL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 02:42 PM
12-10-2004 02:42 PM
Re: /tmp to small
fsadm -Fvxfs -e /tmp
fsadm -Fvxfs -b 1024m /tmp
done
From what I remember Oracle does listen to $TMPDIR so You might be able to avoid extending /tmp
Good luck,
Florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 12:15 PM
12-19-2004 12:15 PM
Re: /tmp to small
fsadm: You don't have a license to run this program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 10:52 PM
12-22-2004 10:52 PM
Re: /tmp to small
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
and it should be enabled.