Re: env variable for /tmp
From: Vanessa Little (VLittle_at_LOYALTY.COM)
Date: 09/29/05
- Previous message: Dave Zarnoch: "Oracle gurus? NEED HELP!"
- Maybe in reply to: Nguyen, Joseph: "env variable for /tmp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Sep 2005 16:37:02 -0400 To: aix-l@Princeton.EDU
If this is a java application, you can pass it the following argument to
use something other than /tmp for temporary files.
-Djava.io.tmpdir=<some other directory>
For example:
-Djava.io.tmpdir=/var/tmp
Which application is it that is giving you problems?
Van Little
-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@Princeton.EDU] On Behalf Of
Yves Dorfsman
Sent: Wednesday, September 28, 2005 11:17 PM
To: aix-l@Princeton.EDU
Subject: Re: env variable for /tmp
On Wed, 28 Sep 2005, Nguyen, Joseph wrote:
> application installation requires /tmp to be 1.5GB of free space; is
> there an env variable for /tmp on aix that we can set to avoid adding
> space to /tmp filesystem?
Well, as far as AIX is concerned, /tmp is just a filesystem. Some
application do check the environment for variables such as $TMP,
$TMPDIR,
etc... but it is up to the application - check the apps manual, or
contact
your vendor.
Yves.
----
Yves Dorfsman yves@zioup.com
http://www.cuug.ab.ca/dorfsmay
http://www.SollerS.ca
- Previous message: Dave Zarnoch: "Oracle gurus? NEED HELP!"
- Maybe in reply to: Nguyen, Joseph: "env variable for /tmp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|