- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to increase size of /tmp partition?
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
07-04-2007 10:39 PM
07-04-2007 10:39 PM
Could anybody help me, please, to increase size of /tmp partition? I tried to do it in "init s", but have got the error: "devise is busy". Also it says, that I have no enough physical extents in my logical group, but SAM shows more then 5Gb available for it!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 11:13 PM
07-04-2007 11:13 PM
Re: How to increase size of /tmp partition?
Normally it should work in single user mode as by default the system will mount only root and stand in single user mode
Reboot the system in single usermode using hpux -is
Also check if you have sufficient PEs available for extending it e.g. vgdisplay /dev/vg00 | grep PE
Max PE per PV 2500
PE Size (Mbytes) 4
Total PE 1023
Alloc PE 825
Free PE 198
Here we have 198 Free PEs
regards,
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 11:20 PM
07-04-2007 11:20 PM
Re: How to increase size of /tmp partition?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 11:31 PM
07-04-2007 11:31 PM
Re: How to increase size of /tmp partition?
You can do it with SAM easily,just check first that you have enough space available to increase the size.
SAM>Disks and File Systems>Logical Volumes> Select lvol6>Actions> Increase Size>New Size (Mbytes):5120 > click OK
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 02:29 PM
07-05-2007 02:29 PM
SolutionHowever, if you are using a product call Online JFS; then you can use fsadm to extend /tmp online even if the /tmp is in use.
Hope helps. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 03:44 PM
07-05-2007 03:44 PM
Re: How to increase size of /tmp partition?
Verify Online JFS is installed with
#swlist -l product |grep -i online.
If installed then use
#fsadm -F vxfs -b
Where 'M' is size in megabytes.
Eg: #fsadm -F vxfs -b 5000M /tmp
here the new size is 5000MB = 5GB
-Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2007 10:46 PM
08-02-2007 10:46 PM
Re: How to increase size of /tmp partition?
My fsadm said I didn't have license for it.
I solved problem by addition a few rows starting by TMP to my user environment variables.
Thank you again!