Cloud Data Integration for PowerCenter
- Cloud Data Integration for PowerCenter
- All Products
Variable
| Description
|
---|---|
IATEMPDIR
| Location of the temporary files created during installation. Informatica requires 1 GB disk space for temporary files.
Configure the environment variable if you do not want to create temporary files in the
/tmp directory.
If you want to change the default
/tmp directory, you must set
IATEMPDIR and
_JAVA_OPTIONS environment variables to the new directory.
For example, set the variable to
export IATEMPDIR=/home/user .
Unset the
IATEMPDIR variable after the installation.
|
_JAVA _OPTIONS
| Configure the environment variable to change the temporary directory.
If you want to change the default
/tmp directory, you must set
IATEMPDIR and
_JAVA_OPTIONS the environment variables to the new directory.
For example, set the variable to
export _JAVA_OPTIONS=-Djava.io.tmpdir=/home/user .
Unset the
_JAVA _OPTIONS variable after the installation.
|
LANG and LC_ALL
| Change the locale to set the appropriate character encoding for the terminal session.
For example, set the encoding to
Latin1 or
ISO-8859-1 for French,
EUC-JP or
Shift JIS for Japanese, or
UTF-8 for Chinese or Korean. The character encoding determines the types of characters that appear in the UNIX terminal.
|
DISPLAY
| Unset the
DISPLAY environment before you run the installer. Installation might fail if the
DISPLAY environment variable has some value.
|
SKIP_VENDOR_CHECK
| Configure the environment variable to remove the sudo prompt from the installer on AIX or Linux.
Set the environment variable to true to remove the sudo prompt from the CDI-PC server installation on AIX or Linux.
If you don't have sudo privileges, set the environment variable to true before you run the installer. If you have sudo privileges, you don't need to set the environment variable.
|
INFA_JRE_HOME
| Location of the folder containing the supported Java Runtime Environment (JRE). If the CDI-PC domain is on AIX, set the
INFA_JRE_HOME environment variable.
|
JRE_HOME
| If you install the CDI-PC services on a UNIX machine, clear the
JRE_HOME environment variable before you start the installation.
|