If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > ASE 12.5.4 on RHEL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-12, 07:34
Shaun Hide Shaun Hide is offline
Registered User
 
Join Date: Aug 2010
Posts: 7
ASE 12.5.4 on RHEL

hi, I am trying to install ASE, i get the following error
The directory /tmp/istemp4583044142559
does not contain enough space to extract temporary files.
Please specify a temporary directory using the -is:tempdir
option. Use the -is:help option for more information.

there is more than enough space on /tmp
Any idea what the problem can be?
Reply With Quote
  #2 (permalink)  
Old 02-14-12, 12:31
Catarrunas Catarrunas is offline
Registered User
 
Join Date: Jan 2012
Posts: 27
Hello,

That event happend to me as well, it means that the sybase installer doesn't have enough space on /tmp to extract its necessary files to launch installation.
What you have to do is real simple. Since the setup.bin, uses the variable IATEMPDIR.

So set the environment variable IATEMPDIR to another folder with more space.
Something like this:

setenv IATEMPDIR = '[new folder]'
export IATEMPDIR

This will work, just choose a device with some free space like 2gb must be enough but the more you have better, and after install you can delete this folder so is just temporary won't affect your space.

It worked for me.

Reply With Quote
  #3 (permalink)  
Old 02-15-12, 04:26
Shaun Hide Shaun Hide is offline
Registered User
 
Join Date: Aug 2010
Posts: 7
Thanks for the reply, this did not assist me.
Reply With Quote
  #4 (permalink)  
Old 02-21-12, 04:56
Catarrunas Catarrunas is offline
Registered User
 
Join Date: Jan 2012
Posts: 27
Smile

Hello Shaun,

Don't know if you solved it, but here is another solution, that i found.
This is the syntax in unix, for when default temporary directory does not have enough free space.

[script] is:tempdir [newdir]

like so, for example ( choose your dir, with lots of free space):

SETUP.bin is:tempdir /opt/tmp


Try it and give me your feedback please, to see if it worked. (im curious)
Reply With Quote
Reply

Tags
install, sybase ase

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On