Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. Install PowerCenter (10.4.x - 10.5) on Docker with Informatica Deployment Manager

Install PowerCenter (10.4.x - 10.5) on Docker with Informatica Deployment Manager

Install PowerCenter (10.4.x - 10.5) on Docker with Informatica Deployment Manager

Step 4. Configure the Domain Configuration Repository

Step 4. Configure the Domain Configuration Repository

On the
Domain database
page, provide the domain configuration repository database information, JDBC connection information, and specify information for the domain and gateway node.
  1. Select the database to use for the domain configuration repository.
  2. Optionally, specify if you created a database in the container. If you created a database in the container, enter the name of the database.
  3. Enter the database user account ID and password.
  4. Enter the parameters for the database.
    1. If you select Microsoft SQL Server or PostgreSQL, specify whether to specify the schema name for the database. If you choose to specify the schema name, enter the schema name for the database. If you select Oracle, the installer creates the tables in the default schema.
    2. To enter the JDBC connection information, you can use either the JDBC URL or the JDBC connection string.
      To use the JDBC URL information, select
      JDBC URL
      , and specify the following JDBC URL properties:
      • Database address.
        Host name and port number for the database.
      • Database service name.
        Oracle service name, the database name for Microsoft SQL Server, or the database name for PostgreSQL.
      Optionally, choose to include additional JDBC parameters.
    3. To use a custom JDBC connection string, select
      JDBC connection string
      .
      You can use the following syntax in the JDBC connection string to connect to a secure database:
      Oracle
      jdbc:Informatica:oracle://<host name>:<port number>;ServiceName=<service name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
      Microsoft SQL Server
      jdbc:Informatica:sqlserver://<host name>:<port number>;SelectMethod=cursor;DatabaseName=<database name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
      PostgreSQL
      jdbc:Informatica:postgresql://<host name>:<port number>;DatabaseName=<database name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
  5. In the
    Domain and node configuration
    section, enter the directory that contains the encryption key for the Informatica domain. By default, the encryption key is created in the following directory:
    <Informatica installation directory>/isp/config/keys
    .
  6. Specify the domain name, node name, domain port number, domain user name, and password. When you enter the information for the domain and the gateway node that you want to create, consider the following guidelines:
    • The default domain name is Domain. The domain name must not exceed 128 characters and must be 7-bit ASCII only. The name cannot contain a space or any of the following characters:
      ` % * + ; " ? , < > \ /
    • The default port number for the node is 6005.
    • Informatica Deployment Manager exposes the ports from the range <domain port> - <domain port > + 110 ports from the container to the Docker host, where the initial port number is the domain port number. Enter the service ports within the supported service port range.
    • The password for the domain administrator must be more than 2 characters and must not exceed 128 characters.
  7. By default, Informatica Deployment Manager is configured to create the PowerCenter Repository Service and PowerCenter Integration Service while deploying the Docker image. However, you can run the image without creating the supported application services. Perform one of the following steps based on whether you want to create the application services while you configure the domain or later:
    • To create the application services, click
      Next
      .
      The
      PowerCenter Repository Service and PowerCenter Integration Service
      page appears.
    • To deploy PowerCenter without the supported application services, clear the
      PowerCenter Repository Service and PowerCenter Integration Service
      checkbox, and click
      Deploy
      .
      The Docker image runs. After the Docker image run completes, you can view the post-installation summary. You can view the installation log to get more information about the tasks performed by the installer.

0 COMMENTS

We’d like to hear from you!