increase tmp size?

  • Follow


Hi,
 can someone please tell me how to increase tmp size.
I am trying to install oracle 10 on solaris 10 but am getting an error 
saying tmp is not big enough.
Is it easier to make another temporary directory nad symbolically link to 
tmp?
If so could someone please help with the commands on how to do this, have 
searched the man pages with no luck.
regards
Eric 


0
Reply Eric 4/4/2007 3:05:06 PM

There is an article here which outlines the steps
" 


0
Reply george2 4/4/2007 3:11:32 PM


here is the missing bit
http://dn.codegear.com/article/25094



0
Reply george2 4/4/2007 3:12:52 PM

Eric wrote:
> Hi,
>  can someone please tell me how to increase tmp size.
> I am trying to install oracle 10 on solaris 10 but am getting an error 
> saying tmp is not big enough.
> Is it easier to make another temporary directory nad symbolically link to 
> tmp?
> If so could someone please help with the commands on how to do this, have 
> searched the man pages with no luck.
> regards
> Eric 
> 
> 
Hi,
/tmp on Solaris is a memory based file system.
You can increase the size of /tmp by adding memory or increasing swap.
mkfile 200m /bigslice/swap
/usr/sbin/swap -a /bigslice/swap
Cheers
Richard
0
Reply Richard 4/4/2007 3:54:59 PM

Eric wrote:
> Hi,
>  can someone please tell me how to increase tmp size.
> I am trying to install oracle 10 on solaris 10 but am getting an error 
> saying tmp is not big enough.
> Is it easier to make another temporary directory nad symbolically link to 
> tmp?
> If so could someone please help with the commands on how to do this, have 
> searched the man pages with no luck.
> regards
> Eric 
> 
> 

you don't need to increase the tmp size.
Oracle installer looks for a environment variable TMP and TEMP
and only if these are not present it uses /tmp for temp files

in your oracle account export TMP and TEMP with a path to a dir
with 1 or better 2GB free space and rerun the installer

Sven
0
Reply Sven 4/5/2007 7:11:29 AM

4 Replies
1046 Views

(page loaded in 0.11 seconds)

Similiar Articles:













7/19/2012 4:36:55 PM


Reply: