Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. Install PowerCenter on Kubernetes
  4. Manage Existing PowerCenter Deployments
  5. Troubleshooting
  6. Appendix: Sample Silent Properties for Build Image

Install PowerCenter 10.5 on Kubernetes with Informatica Deployment Manager

Install PowerCenter 10.5 on Kubernetes with Informatica Deployment Manager

Running the Silent Installer

Running the Silent Installer

Manually copy the generated silent properties when you build or run the Docker image from Informatica Deployment Manager into the supported silent properties file. The customized
SilentInput_BuildImage.properties
or
SilentInput.properties
file has different content based on whether you run the silent installer to build or run the Docker image. After you configure the properties file, open a command prompt to start the silent installation.
  1. Run Informatica Deployment Manager and choose to generate the silent properties.
  2. Copy the generated silent properties from Informatica Deployment Manager into the supported silent properties file when you build or run the Docker image.
  3. From the terminal, go to the root of the directory that contains the installation files. For build image, navigate to the following directory:
    <working directory>/appconTemp/<image name>
    . For run image, navigate to the following directory:
    <user home>/appconTemp/<image name>
    .
  4. Verify that the directory contains the customized
    SilentInput_BuildImage.properties
    or
    SilentInput.properties
    file based on whether you build or run the docker image.
  5. From the terminal, run the
    dos2unix
    command to convert the silent input properties file to the Unix format.
  6. Create a log directory:
    mkdir logs
  7. Run
    sh silentInstall.sh >> logs/<debug configure>.log
    .
When the silent installation is complete, you can view the log file in the working directory.

0 COMMENTS

We’d like to hear from you!