![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Increase salt size | cryogen | UNIX for Dummies Questions & Answers | 1 | 05-25-2009 04:51 AM |
| increase Root size | radhnki | SUN Solaris | 2 | 12-31-2008 12:52 AM |
| how to change \tmpdir directory or increase size? | ray | UNIX for Dummies Questions & Answers | 13 | 06-07-2006 08:07 AM |
| increase size | jyoti | HP-UX | 1 | 04-14-2006 11:08 AM |
| increase size of /tmp | pkappaz | UNIX for Dummies Questions & Answers | 2 | 07-02-2003 11:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How can I increase size of /tmp directory
Hi All,
I am working with open solaris and in that I need to install one application which first put it's all files in /tmp directory and then place it in respective directory.but when i am trying to do it,it is giving the following message-- Code:
Abc@opensolaris#. ./xyz.bin Using /tmp for temporary storage. bash: fork: Not enough space bash: [: =: unary operator expected Unpacking to /tmp/X.tar... tail: cannot open input Checksumming... sum1=0 sumResults1= sum2=0 sumResults2= Unable to perform the installation. Either the distribution file is corrupt or there is insufficient free space in /tmp. This product requires free space at least 3 times the size of the distribution file in /tmp. If that much is available, please try downloading the file again. Use 'bash <path>' to specify an alternate temporary directory. Thanks in advance.. Last edited by pludi; 1 Week Ago at 03:56 AM.. |
|
||||
|
The previous reply assumes /tmp is a partition which it is almost never the case under Solaris.
/tmp is backed by virtual memory (i.e. RAM + swap) so to increase available space on it, either you reduce your VM usage by stopping processes using it or increase its total size by adding a swap device. If you have space available on an existing partition, the simplest way is to create a swap file on it (let say you have more than 1gb free on /export): Code:
mkfile 1g /export/swapfile swap -a /export/swapfile In your case you can specify another alternate directory as your installation program suggests. And by the way, symlinking /tmp to another directory is probably unsupported and at least requires this directory specific permissions to be preserved. Last edited by jlliagre; 1 Week Ago at 05:27 AM.. Reason: add ZFS comment |
|
||||
|
check if you have some Free Hog slice usong format command
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|