- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increasing /tmp size
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
08-01-2004 11:21 PM
08-01-2004 11:21 PM
Increasing /tmp size
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:27 PM
08-01-2004 11:27 PM
Re: Increasing /tmp size
Pls find attached my suggested procedure.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:28 PM
08-01-2004 11:28 PM
Re: Increasing /tmp size
1.) umount /dev/vgxx/lvolx
2.) lvextend â L
3.) extendfs â F vxfs /dev/vgxx/rlvolx
4.) mount â F vxfs /dev/vgxx/lvolx
Regard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:41 PM
08-01-2004 11:41 PM
Re: Increasing /tmp size
Now do your lvextend for /tmp
Next do your extendfs for /tmp
Next mount -a to mount everything up...
...and last fire up system the init of your choice...mine is init 3
HTH,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 12:13 AM
08-02-2004 12:13 AM
Re: Increasing /tmp size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 12:26 AM
08-02-2004 12:26 AM
Re: Increasing /tmp size
If you have the room to do so, create a new file system of the desired size - call it /newtmp. Then, edite /etc/fstab and switch the mount points of /tmp and /newtmp, then reboot and you'll have your new, larger /tmp.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 12:52 AM
08-02-2004 12:52 AM
Re: Increasing /tmp size
Think the best way is to use.
#fuser -k
then
lvextend -L size /tmp
the fuser -k command will kill all the used process on the /tmp then you can use the lvextend command to increase or decrease the LV.
Regards.