Table of Contents

Search

  1. Preface
  2. Prepare to Install Data Validation Option
  3. Install Data Validation Option
  4. Configure Data Validation Option
  5. Configuring Multiple Environments
  6. Upgrade Data Validation Option
  7. Install DVOcmd on UNIX
  8. Appendix A: Installation and Configuration Checklist

Data Validation Option Installation and Configuration Guide

Data Validation Option Installation and Configuration Guide

Step 3. Configure Environment Variables

Step 3. Configure Environment Variables

Informatica uses environment variables to store configuration information when it runs the application services and connects to the clients. Configure the environment variables to meet the Data Validation Option requirements.
Log in with the system user account you used to install Informatica.
Set the following environment variables on the UNIX or Linux machine:
JRE
Set to the directory where JRE is installed with Informatica Services. For example, specify
$INFA_HOME/server/java/jre/bin
.
INFA_DOMAINS_FILE
Set to the path and file name of the domains.infa file. For example, specify
/home/<user>/Informatica/<version>/domains.infa
.
PC_CLIENT_INSTALL_PATH
Set to the installation path. For example, specify
$INFA_HOME/server/bin
.
PATH
Add the following directories to the PATH environment variable:
$INFA_HOME/server/bin
and
$JRE/bin
.
LD_LIBRARY_PATH
If you run DVOCmd on Linux, verify that LD_LIBRARY_PATH includes the following path:
$INFA_HOME/server/bin
.
LIBPATH
If you run DVOCmd on AIX, verify that LIBPATH includes the following path:
$INFA_HOME/server/bin
.
DVO_PC_VERSION
If you use Informatica authentication with version 10.2, set
10.2.0
as the value for the environment variable. If you use Informatica authentication with version 10.2 HotFix 2, set
10.2.0.2
as the value for the environment variable. If you use Informatica authentication with version 10.4.0, set
10.4.0
as the value for the environment variable. If you use Informatica authentication with version 10.5, set
10.5.0
as the value for the environment variable.
DV_CONFIG_DIR
Set to the directory where you copied the DVConfig.properties file. Specify the full path of the file, such as
$HOME/ .config/DataValidator/DVConfig.properties
.
If the domain uses Kerberos authentication in a version 10.2 HotFix 2 or later domain, configure the following environment variables:
INFA_TRUSTSTORE
If you enable secure communication, set the INFA_TRUSTSTORE variable with the directory that contains the truststore files for the SSL certificates. The directory must contain truststore files named infa_truststore.jks and infa_truststore.pem.
You must set the INFA_TRUSTSTORE variable if you use the default SSL certificate provided by Informatica or a certificate that you provide.
INFA_TRUSTSTORE_PASSWORD
If you enable secure communication for the domain and you specify the SSL certificate to use, set the INFA_TRUSTSTORE_PASSWORD variable with the password for the infa_truststore.jks that contains the SSL certificate. The password must be encrypted. Use the command line program pmpasswd to encrypt the password.
KRB5_CONFIG
Use the KRB5_CONFIG environment variable to store the path and file name of the Kerberos configuration file. The name of the Kerberos configuration file is
krb5.conf
. You must set the KRB5_CONFIG environment variable on each machine that hosts an Informatica client.
Set the variable to the following value:
$INFA_HOME\services\shared\security\krb5.conf

0 COMMENTS

We’d like to hear from you!