background image
<< Controlling TCP Port Numbers | Assigning Values to System Environment Variables >>
<< Controlling TCP Port Numbers | Assigning Values to System Environment Variables >>

Setting Up IP Aliasing

Assigning Values to System Environment Variables
387
You can set system environment variables for listed testing platforms as follows:
Testing Platform
System Environment Variable Settings
Oracle on a
UNIX
Agent
Specify the directory that contains the client software in the
variable
ORACLE_HOME
.
Example:
ORACLE_HOME = /ora/app/oracle/product/8.0.5
If /var/opt/oracle does not contain tnsnames.ora, assign the
pathname of the file to the variable
TNS_ADMIN
.
Example:
TNS_ADMIN = /home/uname/oracletest
Sybase on a
UNIX
Agent
Specify the directory that contains the client software in the
variable
SYBASE
.
Example:
SYBASE = /usr/local/sybasec
Specify the directory that contains the Sybase client libraries in
the path of one of the following system environment variables:
PATH
(Windows)
LD_LIBRARY_PATH
(Solaris Agents)
SHLIB_PATH
(
HP-UX
Agents)
LIBPATH
(
AIX
Agents)
Java on a UNIX
Agent
Specify the directory that contains the Java libraries in the
variable
LD_LIBRARY_PATH.
Example:
LD_LIBRARY_PATH=/usr/jre118/lib/linux/native_threads
When the Agent computer is also using third-party software
(such as IBMWebSphere) you must specify the directory
location of that software's libraries in the system environment
variable
LD_LIBRARY_PATH
in addition to the Java libraries
.
In addition, for Java Developers Kit version1.1, you must also
set the following variable:
JAVA_COMPILER=NONE