Informatica Installation Document
Informatica Installation Document
Download Software from informatica Corporation and make sure to get proper keys based on environment (Dev/ Prod).
FOLLOWERS
3 Setup of Database Parameters, Users & Tablespace
3.1 DATABASE PARAMETER with Google Friend Connect
Set the open_cursors parameter to 1000 Members (89) More »
SQL> SHOW parameter open_cursor;
System altered.
Already a member? Sign in
SITE DISCLAIMER
System altered.
IMPORTANT, YOU are
SQL> SHOW parameter open_cursors; responsible for backing
up your systems before
trying or implementing
NAME TYPE VALUE
any suggestions from
------------------------------------ ----------- ------------------------------
this blog. I do not
open_cursors integer 1000
guarantee 100%
3.2 REPOSITORY ACCOUNT accuracy in any code
examples. I do not
At least two database user accounts (Domain and Repository) are required to host repository, Taking sample names as
presume to know your
USER_REP for the repository Database
system environment(s)
USER_DOM for the domain Configuration Database or Security
Both user need to create with the CONNECT, RESOURCE, and CREATE VIEW privileges.
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 2 of 11
For Oracle, you must perform the following instruction: requirements; all code
CREATE USER USER_REP IDENTIFIED BY USER_REP examples from this blog
DEFAULT tablespace users should be thoroughly
tested before attempted
TEMPORARY tablespace temp
use on a production
quota unlimited ON users;
system.
The grant “select dictionary privilege” to the user INFA_DOM is only needed to verify the parameter Open_Cursor during the
prerequisite check.
Set the storage size for the table-space to a small number to prevent the repository from using an excessive amount of space.
Also verify that the default tablespace for the user that owns the repository tables is set to a small size. The following example shows
how to set the recommended storage parameter for a tablespace named PC_TABLESPACE.
ALTER TABLESPACE "PC_TABLESPACE" DEFAULT STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS UNLIMITED PCTINCREASE 50 );
4 Operating System
4.1 Processor
Verify that the process match the software (x86_64)
Display the Linux platform = uname - p
List the basic system information, OS release, and OS version = uname -orv
-bash-3.2$ uname -p
x86_64
Linux ServerName 12.66.18-164.el5 #1 SMP Thu Sep 3 04:15:13 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
5 Environment Variables
Most UNIX systems use the LANG variable to specify the desired locale but you can use also the set locale function.
5.1 OBTAIN THE LOCALE VALUES
To obtain the locale names for your UNIX system, enter the following:
infa@chetltst201 $ locale -a | grep -i en
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 3 of 11
en_AU
en_AU.iso88591
en_AU.utf8
en_BW
en_BW.iso88591
en_BW.utf8
en_CA
en_CA.iso88591
en_CA.utf8
en_DK
en_DK.iso88591
en_DK.utf8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.iso88591
en_HK.utf8
en_IE
en_IE.iso88591
en_IE.utf8
en_IE@euro
en_IN
en_IN.utf8
en_NZ
en_NZ.iso88591
en_NZ.utf8
en_PH
en_PH.iso88591
en_PH.utf8
en_SG
en_SG.iso88591
en_SG.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.iso88591
en_ZA.utf8
en_ZW
en_ZW.iso88591
en_ZW.utf8
french
slovene
slovenian
6 File Descriptor
Informatica service processes can use a large number of files. Set the Linux - File Descriptor limit per process to 3000 or higher.
In the file /etc/security/limits.conf, add this line:
# PowerCenter
Infa91 hard nofile 3001
Infa91 soft nofile 2500
And verify with the ulimit function logged as the power center system user account:
-bash-3.2$ ulimit -Hn
3001
The limit is set to 3001 to prevent an error with the value 300 during the prerequisites check
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 4 of 11
As the installer (powercenter), copy the file to software directory, unzip and untar it:
-bash-3.2$ tar -xf 910HF3_Server_Installer_linux-x64.tar
-bash-3.2$ ls -ltr
total 3901232
-rw-r--r-- 1 infa91 infadmin 2307 Sep 9 2011 SilentInput_upgrade.properties
-rw-r--r-- 1 infa91 infadmin 5093 Sep 9 2011 SilentInput_upgrade_NewConfig.properties
-rw-r--r-- 1 infa91 infadmin 5650 Sep 9 2011 SilentInput.properties
-rwxr-xr-x 1 infa91 infadmin 10674 Sep 16 2011 silentinstallHotFix.sh
-rw-r--r-- 1 infa91 infadmin 976 Sep 16 2011 SilentInput_hotFix.properties
-rw-r--r-- 1 infa91 infadmin 866 Sep 16 2011 SilentInput_DT.properties
-rwxr-xr-x 1 infa91 infadmin 4848 Nov 17 12:23 unjar_esd.sh
-rwxr-xr-x 1 infa91 infadmin 10683 Nov 17 12:23 silentinstall.sh
-rwxr-xr-x 1 infa91 infadmin 10723 Nov 17 12:23 silentinstallDT.sh
-rwxr-xr-x 1 infa91 infadmin 13242 Nov 17 12:23 install.sh
drwxr-xr-x 5 infa91 infadmin 4096 Nov 29 06:21 i9Pi
drwxr-xr-x 4 infa91 infadmin 4096 Nov 29 06:28 Server
drwxr-xr-x 2 infa91 infadmin 4096 Nov 29 06:28 Messages
drwxr-xr-x 3 infa91 infadmin 4096 Nov 29 06:28 upgrade_utils
drwxr-xr-x 2 infa91 infadmin 4096 Nov 29 06:28 properties
drwxr-xr-x 4 infa91 infadmin 4096 Nov 29 06:28 sapsolutions
drwxr-xr-x 4 infa91 infadmin 4096 Nov 29 06:28 saptrans
drwxr-xr-x 3 infa91 infadmin 4096 Nov 29 06:39 source
-rw-r--r-- 1 infa91 infadmin 3990835200 May 1 19:30 910HF3_Server_Installer_linux-x64.tar
-bash-3.2$ pwd
/infa/informatica/pc91
Launching installer...
-bash-3.2$ ./i9Pi.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Preparing CONSOLE Mode Installation...
===============================================================================
Informatica 9.1 PreInstall (created with InstallAnywhere)
-------------------------------------------------------------------------------
===============================================================================
Pre-Installation System Check
-----------------------------
Use this tool to verify that this machine meets the minimum system and database Requirements for installation of Informatica 9 services.
Run this tool before you run the Informatica server installer.
Respond to each prompt to proceed to the next step in the installation. If you
want to change something on a previous step, type 'back'.
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 5 of 11
===============================================================================
System and Database Information
===============================================================================
System and Database Information
-------------------------------
Drive to check (DEFAULT: ): /infa
Informatica starting port number (DEFAULT: ): 6001
===============================================================================
Domain Configuration Repository Database
----------------------------------------
Database Type
1- Oracle
2- DB2
3- SQL
4- Sybase
Installing...
----------------------------------------------------------------------------------------------------------------------------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
===============================================================================
System Check Report
-------------------
i9Pi System Check Summary:
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 6 of 11
-bash-3.2$ ./install.sh
OS detected is Linux
\***************************************************************************
\* Welcome to the Informatica 9.1.0 HotFix 3 Server Installer. *
\***************************************************************************
You can find the 9.1.0 HotFix 3 documentation in the Product Documentation section at http://mysupport.informatica.com.
Configure the LANG and LC_ALL variables to generate appropriate code pages and create and connect to repositories and Repository Services. Do
you want to continue? (Y/N)Y
Installer requires operating system Linux version 2.6.16 and later. Current operating system Linux version 2.6.18. Current operating system meets
minimum requirements.
3.Select this option if the machine has Informatica 9.1.0 or an Informatica 9.1.0 hotfix installed.
-----------------------------------------------------------
Checking for existing 9.1.0 HotFix 3 product installation.
Select (G)UI mode (needs X Window support) or (C)onsole mode (G/C):C
DISPLAY is not set. Cannot run installer in console mode.
Installer will run in console mode.
Select 'Y' to run in console mode, select 'N' to exit.
Do you want to continue? (Y/N)Y
Launching installer in console mode ...
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
===============================================================================
Informatica 9.1.0 HotFix3 Services (created with InstallAnywhere)
-------------------------------------------------------------------------------
***************************************************************
Installation Type
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 7 of 11
***************************************************************
License Key
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Enter the license key file (default :- /home/infa91/license.key) :
/infa/informatica/pc91/Dev_Licence_Key_2102_01_01.KEY
***************************************************************
Installation Directory
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Enter the installation directory (default :- /home/infa91/Informatica/9.1.0) : /infa/informatica/pc91
***************************************************************
Pre-Installation Summary
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Product Name : Informatica 9.1.0 HotFix 3 Services
Installation Type : Fresh Installation
Installation Directory : /infa/informatica/pc91
Disk Space Requirements
Required Disk Space : 5,292 MB
Available Disk Space : 80,565 MB
Press <Enter> to continue ...
***************************************************************
Installing
**************************************************************
[==================|==================|==================|==================]
[==================|==================|==================|==================]
[==================|==================|==================|==================]
[==================|==================|==================|==================]
===============================================================================
Configuring Installation...
---------------------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
***************************************************************
Domain Selection
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
* 1->Create a domain
2->Join a domain
:1
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 8 of 11
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Configure the database for the domain configuration repository:
Database type:
* 1->Oracle
2->SQLServer
3->DB2
4->Sybase
:1
Database user ID: (default :- admin) :USER_DOM
User password: :
Configure the database connection
* 1->JDBC URL
2->Custom JDBC Connection String
:2
***************************************************************
Domain and Node Configuration
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Defining domain...
-----------
Starting service...
--
Pinging domain...
-----
Pinging domain...
--
Pinging domain...
--
Adding license...
--
Pinging Administrator...
--
Pinging Administrator...
--
***************************************************************
Post-Installation Summary
**************************************************************
Installation Status SUCCESS
The Informatica 9.1.0 HotFix 3 installation is complete.
For more information, see the debug log file:
/infa/informatica/pc91/Informatica_9.1.0_Services_HotFix3.log
Installation Type :Fresh Installation
Informatica Administrator Home Page::
http://servername:6004
Product Name: Informatica 9.1.0 HotFix 3 Services
Press <Enter> to continue ...
Installation Complete
10 Port Configuration
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 9 of 11
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 10 of 11
5 comments
Add a comment
Top comments
1 · Reply
POPULAR POSTS
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015
ETL Tech Blog: Informatica PC 9.1 Installation Steps Page 11 of 11
http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015