Siebel Data Warehouse Installation and Administration Guide > Installing and Configuring Siebel Data Warehouse on UNIX > Siebel Data Warehouse Installation and Configuration Process on UNIX >

Installing and Configuring the Informatica Server and Repository Server on UNIX


This section provides instructions for installing the Informatica Server and Repository Server on UNIX.

If you are using a non-ENU operating system, make sure you have all the required locale files installed.

Install the Informatica software directly from the CD-ROM. If you cannot install the software directly from the CD-ROM, you must use FTP in binary mode; otherwise, the installation will fail. After the FTP process, use the chmod command to change the permission setting for all install files to read, write, and execute.

The example below shows the install prompts as well as the values that should be entered. The installation process gets kicked off by running the following from the install directory:

./install

===================================================

Welcome to Informatica Installation Wizard.

All Informatica products Copyright 1996-2003.

===================================================

Please enter your Product Key for Informatica Platform Products: <product key>

The Infrastructure Products may be licensed solely for use with the Siebel Marketing Transaction DataBase or DataMart as the target. Infrastructure Products are licensed for restricted use in extracting and loading data but not transforming such data with the Siebel Marketing DataMart as the source and not necessarily the target.

If included with the Siebel applications, a single license to the Infrastructure Products shall be restricted to use on 10 or fewer CPUs per server through the end of 2006, and thereafter shall be restricted to use on 14 or fewer CPUs per server. This CPU restriction shall not apply to customers who have obtained a Full Use License or an unlimited CPU license to Infrastructure Products from Siebel or Informatica.

Do you accept the above license (y/n) : y

Installing the Informatica Repository Server

The example below shows the install prompts as well as the values that should be entered.

===================================================

Welcome to Informatica Installation Wizard.

All Informatica products Copyright 1996-2004.

===================================================

1. Informatica Repository Server 6.2.1
2. Informatica PowerMart Server 6.2.1 OEM for Siebel
3. Informatica Metadata Reporter 6.2.1
0. Exit

Please select a product to install: 1

Installing Informatica Repository Server 6.2.1

Please specify a directory to install to [/home/qa-sm/qauser7s/informatica/repositoryserver] : /<INFA_home>/informatica/repositoryserver

/<INFA_home>/informatica/repositoryserver does not exist. create (y/n) : y
Installing module repoexes
Module repoexes extracted successfully.
Installing module repolibs
Module repolibs extracted successfully.
Installing module repomisc
Module repomisc extracted successfully.
Installing module pmlocale
Module pmlocale extracted successfully.
Installing module rw
Module rw extracted successfully.
Installing module reposql
Module reposql extracted successfully.
Installing module reposhr
Module reposhr extracted successfully.
Installing module pmdoc
Module pmdoc extracted successfully.

Product specific installation is starting...

Informatica(tm) PMREPCONFIG 6.2.1 (0317)
Copyright (c) Informatica Corporation 1994 - 2004
All Rights Reserved.

Configuration file name [pmrepserver.cfg]:
ServerPort[5001]:
AdminPasswd[]: Administrator
RaMinPort[5002]:
RaMaxPort[65535]:
ConfigDir[Config]:
BackupDir[Backup]:
PluginDir[Plugin]:
ErrorSeverityLevel( E[rror] | W[arning] | I[nfo] | T[race] | D[ebug] ) [info]:
LogFileName[pmrepserver.log]:
Installation of Informatica Repository Server 6.2.1 has completed successfully.

Would you like to view the readme file right now (y/n) : n

Press enter to continue...

Installing the Informatica Server

The example below shows the install prompts as well as the values that should be entered.

===================================================

Welcome to Informatica Installation Wizard.

All Informatica products Copyright 1996-2004.

===================================================

1. Informatica Repository Server 6.2.1
2. Informatica PowerMart Server 6.2.1 OEM for Siebel
3. Informatica Metadata Reporter 6.2.1
0. Exit

Please select a product to install: 2

Installing Informatica PowerMart Server 6.2.1 OEM for Siebel

Please specify a directory to install to [/home/qa-sm/qauser7s/informatica/pc] : /<INFA_home>/informatica/pm

/<INFA_home>/informatica/pm does not exist. create (y/n) : y

Installing module pmserver
Module pmserver extracted successfully.
Installing module pmmisc
Module pmmisc extracted successfully.
Installing module pmexes
Module pmexes extracted successfully.
Installing module pmlibs
Module pmlibs extracted successfully.
Installing module pmlocale
Module pmlocale extracted successfully.
Installing module rw
Module rw extracted successfully.
Installing module extproc
Module extproc extracted successfully.
Installing module reposhr
Module reposhr extracted successfully.
Installing module pmdoc
Module pmdoc extracted successfully.

Product specific installation is starting...

+----------------------------------------------------+
+ Informatica Server Configuration Utility +
+ Copyright (c) Informatica Corporation 1996-2004 +
+ All Rights Reserved. +
+----------------------------------------------------+

Configuration file name [pmserver.cfg]:
ServerName[None]: SIEBEL_DW_SERVER
RepositoryName[RepositoryName]: Siebel_DW_Rep
PMUser[Administrator]:
PMPassword[*************]: Administrator
RepServerHost: <Enter Repository Server Host name>
RepServerPortNumber[5001]:
RepServerTimeout[60]:
LogFileName[pmserver.log]:
DataMovementMode[ASCII]: UNICODE (NOTE: if moving non ascii data).
ValidateDataCodePages[Yes]: No
SessionLogInUTF8[No]:
MaxSessions[10]: 15
LMSharedMem[2000000]: 3000000
PMCacheDir[.]:
PlatformKey[enter_unix_platform_key]: <Enter the key> example U26NHGSAU
OracleKey[
SybaseKey[enter_sybase_database_key]:
InformixKey[enter_informix_database_key]:
DB2Key[enter_db2_database_key]: <Enter the key> example Q23ON2TJL
ODBCKey[enter_odbc_database_key]: <Enter the key> example I17WIHGQX
TeradataKey[enter_teradata_database_key]:
Key[EBLO-AFIF-YAZB-YGYJ-MVSM]:
TimestampWorkflowLogMessages[No]:

ExportSessionLogLibName[]:
ErrorSeverityLevel[info]:
DateHandling40Compatibility[No]:
Pmserver3XCompatability[0]:
AggregateTreatNullAsZero[0]:
AggregateTreatRowAsInsert[0]:
DateDisplayFormat[DY MON DD HH24:MI:SS YYYY]:
TreatNullInComparisonOperatorsAs[Null]:
LoadManagerAllowDebugging[Yes]: No
CreateIndicatorFiles[No]:
XMLWarnDupRows[Yes]: No
OutputMetaDataForFF[No]:
MaxLookupSPDBConnections[0]:
MaxSybaseConnections[100]:
MaxMSSQLConnections[100]:
SybaseIQLocalToPmServer[No]:
NumOfDeadlockRetries[10]:
DeadlockSleep[0]:
JVMDllPath[]:
JVMClassPath[]:
JVMMinMemory[32M]:
JVMMaxMemory[64M]:
TreatDBPartitionAsPassThrough[No]:

Installation of Informatica PowerMart Server 6.2.1 OEM for Siebel has completed successfully.

If you would like to configure the Informatica Server again, at the prompt enter:

./pmconfig

Siebel Data Warehouse Installation and Administration Guide