0% found this document useful (0 votes)
9 views11 pages

Informatica Installation Document

This document provides detailed installation steps for Informatica PowerCenter 9.1 on a Linux and Oracle environment. It covers software download, database setup, operating system requirements, environment variables, file descriptor settings, installation directory permissions, and pre-installation checks. The guide is aimed at Informatica administration teams to ensure a successful installation process.

Uploaded by

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

Informatica Installation Document

This document provides detailed installation steps for Informatica PowerCenter 9.1 on a Linux and Oracle environment. It covers software download, database setup, operating system requirements, environment variables, file descriptor settings, installation directory permissions, and pre-installation checks. The guide is aimed at Informatica administration teams to ensure a successful installation process.

Uploaded by

premkumarb17
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

ETL Tech Blog: Informatica PC 9.

1 Installation Steps Page 1 of 11

Home INFORMATICA REPO QUERIES INFORMATICA INSTALLATIONS DATA MODELING

TUESDAY, JUNE 12, 2012 TOTAL USERS VISITED THIS SITE

Informatica PC 9.1 Installation Steps


227739

TABLE OF CONTENTS ABOUT ME


Ambarish Aenagandula
1 Overview Follow 79

2 Download Software View my complete profile


3 Setup of Database Parameters, Users & Tablespace
3.1 Database Parameter
3.2 Repository Account
BLOG ARCHIVE
3.3 Repository Tablespace
4 Operating System ► 2015 (4)

4.1 Processor ► 2014 (1)


4.2 Temporary Disk Space Requirements ▼ 2012 (31)
4.3 UNIX User Account ► October (5)
4.4 Port Validation
► September (6)
5 Environment Variables
5.1 Obtain the locale values ► July (1)
6 File Descriptor ▼ June (5)
7 Installation directory and Permission How to find Sources and Targets of a Session
8 Pre-Installation System Check
Tuning Repository Performance
9 Initial Server Software Installation
10 Port Configuration Informatica PC Upgrade from 861 to 91
Installation...
10.1 Guidelines for Port Configuration
Informatica PC 861 Instellation Steps
Informatica PC 9.1 Installation Steps
1 Overview
► May (4)
This document is for informatica administration team, providing the detailed steps on installation of ► April (2)

Power Center 9.1 on Linux & Oracle Environment.


► March (4)
► February (3)
2 Download Software
► January (1)

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;

NAME TYPE VALUE


------------------------------------ ----------- ------------------------------
open_cursors integer 300
SQL> ALTER system SET open_cursors=1000;

System altered.
Already a member? Sign in

SQL> ALTER system SET open_cursors=1000 SCOPE=BOTH;

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.

GRANT CONNECT, resource, CREATE VIEW TO USER_REP;

CREATE USER UASER_DOM IDENTIFIED BY USER_DOM


DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;

GRANT CONNECT, resource, CREATE VIEW, SELECT ANY dictionary TO USER_DOM;

The grant “select dictionary privilege” to the user INFA_DOM is only needed to verify the parameter Open_Cursor during the
prerequisite check.

3.3 Repository Table-space

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

-bash-3.2$ uname –arv

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

4.2 TEMPORARY DISK SPACE REQUIREMENTS


The installer writes temporary files to the hard disk. When the installation completes, the installer deletes the temporary files and
releases the disk space.
Installer UNIX 1 GB
Informatica Services UNIX 2 GB
Verification of the temporary space with the df
-bash-3.2$ df -h /tmp

4.3 UNIX USER ACCOUNT


On UNIX, create a user account infa91 specifically to run the Informatica daemon required for installation having group privileges’ on
Oracle and java groups
4.4 PORT VALIDATION
Verify that the port numbers are available on the machines where you install Informatica Services.
-bash-3.2$ netstat -tulpn|grep 6005
The installer validates the port numbers that you specify to ensure that there will be no port conflicts in the domain.
-bash-3.2$ netstat -tulpn|grep 6001
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)
tcp 0 0 :::6001 :::* LISTEN 4935/java
-bash-3.2$ netstat -tulpn|grep 6002
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)
tcp 0 0 ::ffff:127.0.0.1:6002 :::* LISTEN 4935/java
-bash-3.2$ netstat -tulpn|grep 6003
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)
-bash-3.2$ netstat -tulpn|grep 6004
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)

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

7 Installation directory and Permission


As root, create the installation base directory:
Pwd
/infa
mkdir /informatica
chown 755 informatica
cd informatica
mkdir pc91
chown 755 pc91
cd /infa
mkdir software
chmod 755 software

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

-rw-r--r-- 1 infa91 infadmin 3990835200 May 1 19:30 910HF3_Server_Installer_linux-x64.tar


-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

Change the permission of the file install.sh to execute


chmod -R 755 /infa/informatica/pc91/install.sh

8 Pre - Installation System Check


To verify whether a machine meets the system requirements for an Informatica installation, run the Pre-Installation System Check Tool
(i9Pi) before you start the installation process.
You can find the i9Pi tool in the following directory: <InstallerExtractDirectory>/i9Pi
-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...

-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'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:

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

ENTER THE NUMBER OF THE DESIRED CHOICE: 1


ENTER THE NUMBER OF THE DESIRED CHOICE: 1
===============================================================================
Domain Configuration Repository Database
----------------------------------------------------------------------------------------------------------------------------------
Database user ID (DEFAULT: ): USER_DOM
User password (DEFAULT: ): USER_DOM
===============================================================================
Database Connection Type
----------------------------------------------------------------------------------------------------------------------------------
Custom String
1- Yes
2- No
ENTER THE NUMBER OF THE DESIRED CHOICE: 1
===============================================================================
Connection Configuration Repository Database
----------------------------------------------------------------------------------------------------------------------------------
Custom String (DEFAULT: ): pcd91

Installing...
----------------------------------------------------------------------------------------------------------------------------------

[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
===============================================================================
System Check Report
-------------------
i9Pi System Check Summary:

TestStatusMessageInformatica9 Installation Directory /infa Informatica starting


port number 6001
Database Type Oracle
Operating System Version
Operating system version: 2.6.18-164.el5.
Disk Space Available diskspace: 87,436 MB. Sufficient for installation.
Processors Available number of processors: 10. Sufficient for installation.
RAM Memory module identified: MemTotal:
98867016 kB. Physical Memory Available physical memory: 96,549 MB.
Sufficient for installation.
Temporary Space Available temporary diskspace: 55,697 MB. Sufficient for installation.
Ports Port range 6,001 - 6,006: All port numbers available.
LANG Environment Variable LANG set to en_US.UTF-8; LC_ALL set to null.
JRE_HOME Environment Variable
JRE_HOME environment variable is empty.
File Descriptors File descriptors limit set to 1024 It should be at least set to 3K.
Sybase Procedure/rule Verify that the database user has the following privileges: Create Procedure and Create rule.

A pdf is available in the tool directory if you want more information.


The report files are stored in the directory where you extract the Pre-Installation System Check tool files:
• HTML format: <i9Pi Directory>/i9Pi/i9Pi_summary.html
• Text format: <i9Pi Directory>/i9Pi_summary.log

9 Initial Server Software Installation

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. *
\***************************************************************************

Before you continue, read the following documents:


* Informatica 9.1.0 HotFix 3 Installation Guide and Release Notes.
* B2B Data Transformation 9.1.0 HotFix 3 Installation and Configuration Guide and Release Notes.

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.

Select to install or upgrade:

1.Install or upgrade Informatica.


Select this option if the machine does not have Informatica services installed
or if it has Informatica 9.0.x or an earlier version installed.
To verify whether a machine meets the system requirements for an Informatica installation,
run the Pre-Installation System Check Tool (i9Pi) before you start the installation process.
You can find the i9Pi tool in the following directory: < InstallerExtractDirectory>/i9Pi

2.Install Data Transformation Engine Only.


Select this option to install only Data Transformation Engine.

3.Select this option if the machine has Informatica 9.1.0 or an Informatica 9.1.0 hotfix installed.

Enter the choice(1,2 or 3):1

-----------------------------------------------------------
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...

Preparing SILENT Mode Installation...

===============================================================================
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. ]

Select to install or upgrade:


* 1->Install Informatica 9.1.0 with HotFix 3.
Select this option to perform a full installation of Informatica 9.1.0 HotFix 3.
2->Upgrade to Informatica 9.1.0 with HotFix 3.
Select this option to upgrade previous versions of Informatica products to Informatica 9.1.0 HotFix 3.
1
***************************************************************
Installation Pre-Requisites
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]
Verify the installation pre-requisites and complete the
pre-installation tasks before you continue.

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

Disk Space Requirement: 4 GB


Memory Requirement (RAM): 4 GB
Database Requirements
- Requires Oracle, IBM DB2, Microsoft SQL Server or Sybase ASE.
- Database user account must have permission to create and drop tables
and views and insert, update, and delete data.
Pre-installation Tasks
- Verify that you have a valid license key.
- Set up a database user account for the domain configuration.
- Determine the port numbers to use for the node and domain services.

***************************************************************
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

Enable Transport Layer Security (TLS) for the domain


1->No
* 2->Yes
:2
* 1->Enable HTTPS for Informatica Administrator
2->Disable HTTPS
:1

Port: (default :- 8443) :8443


1->Use a keystore file generated by the installer
* 2->Use an existing keystore file
:1
Generating keystore...
--
***************************************************************
Domain Configuration Repository
**************************************************************

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

Custom String (default :- jdbc:informatica:oracle://host_name:port_no;ServiceName=) :jdbc:informatica:Oracle://11.22.333.111:1521;SID=pc91

***************************************************************
Domain and Node Configuration
**************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]

Enter the following information for the Informatica domain.


Domain name: (default :- Domain_servername) :domain_abc_dev
Node host name: (default :- servername) :servername
Node name: (default :- node01_servername) :node1_abc_dev
Node port number: (default :- 6001) :6001
Domain user name: (default :- Administrator) :Administrator
Domain password: (default :- ) :
Confirm password: (default :- ) :
Display advanced port configuration page
1->No
* 2->Yes
:1

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

Port Type Default Description


Domain port 6005 Port number used by the domain.
Service Manager 6006 Port number used by the Service Manager on the node. The Service
port Manager listens for incoming connection requests on this port.

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

Client applications use this port to communicate with the services in


the domain. This is the port that the Informatica command line
programs use to communicate to the domain. This is also the port
for the SQL data service JDBC/ODBC driver.
Port number that controls server shutdown for the domain Service
Service Manager Manager. The Service Manager listens for shutdown commands on
shutdown port 6008 this port.
Informatica
Administrator
port 6007 Port number used by the Administrator tool.
Informatica Port number that controls server shutdown for the Administrator
Administrator tool. The Administrator tool listens for shutdown commands on this
shutdown port 6009 port.
Range of port numbers that can be assigned to the application
service processes that run on the node. When you create an
application service in the domain, the Service Manager assigns the
Range of ports for first available port in this range to the service process. At a
application 6013 to minimum, the number of ports in the range must be equal to the
services 6113 number of application service processes that will run on the node.

10.1 Guidelines for Port Configuration


Use the following guidelines to determine the port numbers:
• The port number you specify for the domain and for each component in the domain must be unique.
• The port number for the domain and domain components cannot be within the range of the port numbers that you specify
for the application service processes.
• The highest number in the range of port numbers that you specify must be at least three numbers higher than the lowest
port number. For example, if the minimum port number in the range is 6400, the maximum port number must be at least
6403.
• The port numbers that you specify for the domain, domain and node components, and application service processes
cannot be lower than 1025 or higher than 65535.
• Login to the Administration console with the Administrator user (Administration/Administrator)

Posted by Ambarish Aenagandula at 6:47:00 AM

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

Rajesh V 3 months ago - Shared publicly


Thank you Ambarish for the great post. I have successfully installed the server in my machine yesterday. But now I
switched on the PC and opened admin console through browsing but its not opening... Please help on this

1 · Reply

nitin more 2 years ago


Thanks Ambarish, details are good and helpfull, need one more favour, can you please also give the details for the
Repository and Integration configuration. Should I create two different nodes for Rep and INT Service ? Please advise.

Vijay Kuppili 2 years ago


I have installed 9.5.1 on solaris, no issues while installing, but when I start the services, it doesn't start. any clues??

Ashwin 2 years ago


Hey just a question, I am installing an newer version of informatica (9.1) on the same server that has 8.5 installed.
Question is, can we use 8444 port instead of 8443 which is the default port? Would that work out?

Madhukar Eada 3 years ago


Thanks for your posting which made me to join informatica online training @ www.monstercourses.com

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

MOST VIEWED LINKS

POPULAR POSTS

INFORMATICA REPOSITORY QUERIES - PART I


1 OVERVIEW Below Steps are intended for informatica development team to check if their
etl code is a...

INFORMATICA REPOSITORY QUERIES - PART II


TABLE OF CONTENTS INFORMATICA REPOSITORY QUERIES - PART I 11
WORKFLOW 11.1 List workflow names ...

Informatica PC 9.1 Installation Steps


TABLE OF CONTENTS 1 Overview 2 Download Software 3 Setup of Database
Parameters, Users & Tablespace ...

WORKING WITH PMREP COMMANDS


1 Working with pmrep commands 1.1 Connect to Repository
1.2 ListObjects ...

INFORMATICA REPOSITORY QUERIES - PART IV


INFORMATICA REPOSITORY QUERIES - PART I INFORMATICA REPOSITORY QUERIES -
PART II INFORMATICA REPOSITORY QUERIES - PART III 14 ...

Tuning Sessions for Better Performance


Tuning Sessions for Better Performance Challenge Running sessions is where the pedal hits
the metal. A common misconception ...

How to Restore Informatica Repository using Command Line Utilities


TABLE OF CONTENTS 1 Overview 2 Backup Production Repo
file 3 Steps to Restore Repos...

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

INFORMATICA REPOSITORY QUERIES - PART III


INFORMATICA REPOSITORY QUERIES - PART I INFORMATICA REPOSITORY QUERIES -
PART II 13 GROUPS & USERS Power Cen...

PC86 - Informatica Services Not able to Start


Informatica Repository and Integration Services will be Not able to Start and you can view
below error codes in admin console and server ...

Informatica PowerCenter 9.6.1 Installation Steps


Informatica Power Center 9.6.1 Installation Steps
******************************************************************************** T...

Developed by Ambarish. Template images by konradlew. Powered by Blogger.

http://www.etltechblog.com/2012/06/informatica-91-installation-... 9/24/2015

You might also like