0% found this document useful (0 votes)
1 views7 pages

Informatica Installation

The document outlines the pre-requisites and installation steps for Informatica version 10.4.1 on Linux, including checks for system compatibility, environment variables, and resource availability. It details the installation process, including configuring database connections, setting up encryption keys, and creating repository services. Additionally, it emphasizes the importance of verifying system specifications such as disk space, memory, and CPU before proceeding with the installation.

Uploaded by

kansar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views7 pages

Informatica Installation

The document outlines the pre-requisites and installation steps for Informatica version 10.4.1 on Linux, including checks for system compatibility, environment variables, and resource availability. It details the installation process, including configuring database connections, setting up encryption keys, and creating repository services. Additionally, it emphasizes the importance of verifying system specifications such as disk space, memory, and CPU before proceeding with the installation.

Uploaded by

kansar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Pre-requisites:

1. Check the PAM


2. Check the OS version.
3. /tmp space
4. Environment variables.
5. Descriptor limit.
6. 2 db users
7. RAM and CPU
8. Port availability
9. License key.

PAM for 10.4.1

OS&DB support TAB: Redhat enterprise linux 7.3 is minimum.. onward linux , 7.4,7.5..7.9

Domain Tab:it displayed supported ,11g R2 to 19c

PCRS_MM Tab: 11g R2 to 19c

Check the OS version:

Cat /etc/redhat-release

Df –h /tmp—Min 10GB should be fine.

Check environment variables:

If any one before installed 10.2.1 or lower, those version related environment variables already being
exist. So when install new version , the old environment varaibles will be picked up.

So we need to unset environment variables.

Printenv INFA_HOME , JAVA_HOME, JRE_HOME

locale

To set LC_ALL to UTF-8 ---

Setenv LC_ALL en_US.UTF-8

Decsriptor limit:

Check ulimit:

Ulimit –a

You need to concentrate on –c option (core file size) , -n (open files—32000, rec) , -u(maximum user
processes ,4096, but you can set 16000)

Ulimit –u 32000
RAM 8GB

Lscpu --Rec 4

Port availity:

PC uses 5 important ports.

Node port 6005

Service manager-6006

SM shutdown port –6007

Administartor port –6008

Administartor shutdown port :6009

Informatica uses 100 range ports .. 6013 to 6113..

Whenever a service is created in informatica , it uses those ports.

Check:

Netstat –nao |grep 6005

Check the license key as well.

There is tool to check

./[Link]

…i10pi

Installation on Linux:

Encryption key users domain name and key word(/INFA_HOME/isp/config/keys/sitekey

Case1: If site key lost

Case2: both site key and key word.

Case3:all sit key,keyword and domain back up are not there.

[Link] (/INFA_HOME/isp/config)

Service :

Before starting the services we need to configure ORACLE_HOME,LD_LIBRARY_PATH,PATH,TNS_ADMIN


Steps:

Extract software:

Tar –xvf informatica_1041_server_linux-[Link]

./[Link]

[Link]

[Link]

Choose:2

[Link] the pre-installation check i10pi tool

[Link] the informatica Kerberos SPN format generator.

3. run the installer.

Choose :3

Agree tems&cons..

[Link]

[Link]

Choose 1:

[Link] and configure informatica domain services

2. install and configure informatica enterprise data catalog

[Link] and configure enterprise data preparation.

[Link] and configure Data privacy management.

Choose:1

Verify the installation pre-requisites

Disk space 50 GB

Memory 8 GB

CPU cores :8

Database requirements:

Verify the database version.

Verify the database user account

Db account must have following permissions on domain db configuration.


[Link] table and views

[Link] table and views.

3. insert , update,delete data.

Enter installation directory:

Enter license path:

Installation environment:

[Link]

[Link]

[Link]

[Link]

Choose :1

Pre-installation summary:

Enter

Domain selection

[Link] domain

[Link] domain

Choose:1

Enable secure communication for domain:

No

1. Enable secure communication for informatica administrator


2. Disable

Choose:1(Later we can do it)

Enter database information for the domain configuration repository:

Database type:oracle

Datbase use id:

Pwd:

Configure the database connection:


[Link] the JDBC url

[Link] the JDBC connect string.

Database address:((Default:Hostname:port_no):

Database service name:

Do you want to configure JDBC parameters:

Provide Information to generate an encryption key:

Keyword:

Encryption key directory:

Domain anme:

Node host name:

Node port name:

Node port number:

Domain user name:Administartor

Domain password:

Generating encryption key

Pinging informatica administrator

Post installation summary:

Repository service configuration:

Before creating repository service , you need to set environment variables for database client, so
stop informatica services

Cd $INFA_HOME/tomcat/bin

./[Link] shutdown

Ps-ef| grep java |grep infpc

Setenvfile_1 and include those values.


Tns [Link] file location TNS_ADMIN= ORACLE_HOME/NETWORK/ADMIN

Source setenvfile_1

Setenv ORACLE_HOME /data/uo1/apps/oracle/[Link]

Setenv LD_LIBRARY_PATH $(ORACLE_HOME}/lib

./[Link] startup

Now create repository service:

Name

Description

Location

License

Primary node

Backup nodes:

Database type

Username

Password

Connection string

Code page

Create integration service:

Name:

Location:

License:

Node:

Repository service:

Username:((admin console creds)

Pwd:

Datamovement mode: Unicode


services and nodesgo to domainnewPower center repository:

You might also like