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 5. Configure Application Services

Step 5. Configure Application Services

On the
PowerCenter Repository Service and PowerCenter Integration Service
page, you can create the supported application services and provide the related database information.
  1. Enter the names of the PowerCenter Repository Service and PowerCenter Integration Service.
  2. Specify the code page for the PowerCenter Repository Service and the code page ID for the PowerCenter Integration Service. You can choose one of the default values or specify a custom code page and ID.
  3. Select the database type and enter the user ID, user password, host name, and port number of the database. The default port for Oracle database is 1521, whereas the default port for PostgreSQL, Microsoft SQL Server, and Microsoft Azure SQL is 5432. Specify the database name or database service name based on the database associated with the PowerCenter repository.
  4. Click
    Deploy
    .
    The Docker image runs.
  5. To verify that the container is present in the host specified, run the docker ps -a command from the command prompt.
    Ensure that you can see the container ID, image, names, command, created date, and status of each container appears.
    The following sample displays the result of the docker ps -a command:
    [root@irlcmg08 source]#docker ps -a CONTAINER ID PORTS IMAGE NAMES COMMAND CREATED STATUS 566c418d0972 informaticaltd/pcdqservices:1041pc "/Installer/launcher..." 2 days ago Up 2 days
  6. To verify the Docker images, run the
    docker images -a
    command in the command line.
    Ensure that you can see the repository name, tags, and the size information for the images.
After the Docker image run completes, you can view the post-installation summary. You can view the installation log files to get more information about the tasks performed by the installer.

0 COMMENTS

We’d like to hear from you!