Table of Contents

Search

Install PowerCenter with the Container Utility on Kubernetes (10.4.0 - 10.4.1)

Install PowerCenter with the Container Utility on Kubernetes (10.4.0 - 10.4.1)

Step 4. Configure the Domain

Step 4. Configure the Domain

On the
Domain Configuration
page, provide the domain, node, gateway node, and gateway container information.
  1. In the
    Domain Configuration
    section, specify the domain name, gateway container name, gateway node port, 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 gateway container name is container name of the master gateway node.
    • Consider the following guidelines for the domain user name:
      • The domain user name is the user for the domain administrator.
      • The name is not case sensitive and cannot exceed 128 characters.
      • The name cannot include a tab, newline character, or the following special characters:
        % * + / ? ; < >
      • The name can include an ASCII space character except for the first and last character.
    • The password for the domain administrator must be more than 2 characters and must not exceed 128 characters.
  2. Optionally, choose to join an Informatica domain created through the container database.
  3. In the
    Domain Configuration
    section, enter the key and directory for the encryption key for the Informatica domain.
    • Select the encryption key.
      Specify the custom site key to secure sensitive data in the domain. Before you can enter the site key path, copy the file from the encryption key directory within the container to the host with the following command:
      docker cp <container name>: <encryption key directory>/siteKey <dst path in host>
    • Encryption key directory.
      Directory in which to store the encryption key for the Informatica domain. The encryption key is created in the following directory:
      <Informatica installation directory>/isp/config/keys
      .
  4. Under the
    Domain Configuration
    section, enter the node host name, node name, and node port number for the current node. The node host name is the container name of the node.
  5. Click
    Deploy
    .
    The docker image runs.
  6. 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
  7. 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 utility. The installation is complete when the Informatica_<Version>_Services_<timestamp>.log file is created in the installation directory.

0 COMMENTS

We’d like to hear from you!