informatica9.1_installation guide by using cli

Upload: ravi-kumar-lanke

Post on 03-Apr-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    1/49

    PREPARED BY RAVI KUMAR LANKE Page 1

    Informatica 9.1 Installation Process

    Connect the linux box through putty and login with Root

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    2/49

    PREPARED BY RAVI KUMAR LANKE Page 2

    Now change into Oracle user and startup the database

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    3/49

    PREPARED BY RAVI KUMAR LANKE Page 3

    Setup of Database Parameters, Users & Table spaces

    Set the open_cursors parameter to 1000

    Here the default parameter value is already 1000 so we need not change the value, if it is not

    1000,then we have to change the value as 1000 by using alter command

    Ex:

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

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    4/49

    PREPARED BY RAVI KUMAR LANKE Page 4

    REPOSITORY ACCOUNT CREATION

    Here, we need at least two database user accounts (Domain and Repository) are required to

    host repository.

    Here we created two database user accounts infarepo and infadom and provide for them

    grant permissions as shown in the screen shots.

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    5/49

    PREPARED BY RAVI KUMAR LANKE Page 5

    OPERATING SYSTEM

    Checking processor and OS version

    By using below commands we have to check the processor and OS installed versions.

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    6/49

    PREPARED BY RAVI KUMAR LANKE Page 6

    Temporary Disk Space Requirement

    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 Linux 1 GB

    Informatica Services Linux 2 GBThe above screen shows temp space Is sufficient

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    7/49

    PREPARED BY RAVI KUMAR LANKE Page 7

    Port Validation

    In this screen we verified that the port numbers are available on the machines where we install

    Informatica Services by using netstat command.

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    8/49

    PREPARED BY RAVI KUMAR LANKE Page 8

    Setting security limits

    Now open the /etc/security/limits.conf file and add the following two lines as showed in the next

    screen

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    9/49

    PREPARED BY RAVI KUMAR LANKE Page 9

    Informatica service processes can use a large number of files. Set the Linux-File Descriptor limit per

    process to 3000 or higher

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    10/49

    PREPARED BY RAVI KUMAR LANKE Page 10

    Creating User for Informatica

    We have to create a user for running informatica services

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    11/49

    PREPARED BY RAVI KUMAR LANKE Page 11

    Create an informatica installation directory path and give owner permissions to informatica user

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    12/49

    PREPARED BY RAVI KUMAR LANKE Page 12

    Go to the informatica installation software directory and change the permissions for install.sh file

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    13/49

    PREPARED BY RAVI KUMAR LANKE Page 13

    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

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    14/49

    PREPARED BY RAVI KUMAR LANKE Page 14

    Navigate to i9pi directory and run i9pi.bin file

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    15/49

    PREPARED BY RAVI KUMAR LANKE Page 15

    To continue, Press Enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    16/49

    PREPARED BY RAVI KUMAR LANKE Page 16

    Specify the drive to check and port number

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    17/49

    PREPARED BY RAVI KUMAR LANKE Page 17

    Mention the database type

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    18/49

    PREPARED BY RAVI KUMAR LANKE Page 18

    Provide the database user id and password

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    19/49

    PREPARED BY RAVI KUMAR LANKE Page 19

    Enter the database connection type and custom string value

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    20/49

    PREPARED BY RAVI KUMAR LANKE Page 20

    To continue,Press enter after checking the summary report

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    21/49

    PREPARED BY RAVI KUMAR LANKE Page 21

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    22/49

    PREPARED BY RAVI KUMAR LANKE Page 22

    Initial Server Software Installation

    Navigate to the informatica installation software path and run the file install.sh

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    23/49

    PREPARED BY RAVI KUMAR LANKE Page 23

    Type Y (YES) and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    24/49

    PREPARED BY RAVI KUMAR LANKE Page 24

    Select the installation type and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    25/49

    PREPARED BY RAVI KUMAR LANKE Page 25

    Select the installation mode and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    26/49

    PREPARED BY RAVI KUMAR LANKE Page 26

    Type Y (YES) to run installation in console mode

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    27/49

    PREPARED BY RAVI KUMAR LANKE Page 27

    Select the installation type and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    28/49

    PREPARED BY RAVI KUMAR LANKE Page 28

    It checks for pre-requisites.

    Press Enter to continue

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    29/49

    PREPARED BY RAVI KUMAR LANKE Page 29

    Provide the informatica license key path and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    30/49

    PREPARED BY RAVI KUMAR LANKE Page 30

    Provide the installation directory path and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    31/49

    PREPARED BY RAVI KUMAR LANKE Page 31

    Press enter to continue

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    32/49

    PREPARED BY RAVI KUMAR LANKE Page 32

    Installation process will start now

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    33/49

    PREPARED BY RAVI KUMAR LANKE Page 33

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    34/49

    PREPARED BY RAVI KUMAR LANKE Page 34

    Choose create a domain and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    35/49

    PREPARED BY RAVI KUMAR LANKE Page 35

    If we want Enable Transport Layer Security(TLS) for the domain, provide 2

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    36/49

    PREPARED BY RAVI KUMAR LANKE Page 36

    Choose enable option and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    37/49

    PREPARED BY RAVI KUMAR LANKE Page 37

    Provide the port number and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    38/49

    PREPARED BY RAVI KUMAR LANKE Page 38

    Choose use a key store file generated by the installer and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    39/49

    PREPARED BY RAVI KUMAR LANKE Page 39

    Select database type as oracle and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    40/49

    PREPARED BY RAVI KUMAR LANKE Page 40

    Choose configure the database connection through jdbc URL option and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    41/49

    PREPARED BY RAVI KUMAR LANKE Page 41

    Provide the host name and port number and then press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    42/49

    PREPARED BY RAVI KUMAR LANKE Page 42

    Provide service name and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    43/49

    PREPARED BY RAVI KUMAR LANKE Page 43

    Select yes option and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    44/49

    PREPARED BY RAVI KUMAR LANKE Page 44

    Provide the jdbc parameter value and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    45/49

    PREPARED BY RAVI KUMAR LANKE Page 45

    Provide domain name, hostname, node name, port number, domain user name and password

    and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    46/49

    PREPARED BY RAVI KUMAR LANKE Page 46

    Select no option and press enter

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    47/49

    PREPARED BY RAVI KUMAR LANKE Page 47

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    48/49

    PREPARED BY RAVI KUMAR LANKE Page 48

    Press enter to continue

  • 7/28/2019 Informatica9.1_Installation Guide by Using CLI

    49/49

    Installation is completed

    Now go to the web browser and open the Informatica Administrator Home Page by typing url

    http://bias1.bias.com:6008/Administrator