Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Before You Upgrade the Domain on Linux
  4. Before You Upgrade the Domain on UNIX
  5. Before You Upgrade the Domain on Windows
  6. Prepare for the Upgrade
  7. Upgrade the Domain
  8. Upgrade the Domain with Changes to Node Configuration
  9. Before You Upgrade the Application Services
  10. Application Service Upgrade
  11. Informatica Client Upgrade
  12. After You Upgrade
  13. Upgrade Checklist

Upgrading from Version 10.2 (10.4.0)

Upgrading from Version 10.2 (10.4.0)

Encrypting Passwords in the Properties File

Encrypting Passwords in the Properties File

The installer includes a utility that you can use to encrypt passwords you set in the properties file you use to specify options when you run the installer in silent mode. Informatica uses AES encryption with multiple 128-bit keys to encrypt passwords.
You run the utility for each password you want to encrypt. When you run the utility, you specify the value of the password in plain text at the command prompt. The utility generates the password in encrypted format as output. The output includes the following prefix:
=INSTALLER:CIPHER:AES:128=
Copy the complete output string, including the prefix, and then paste it into the properties file as the value for the password property. When you run the installer in silent mode, the installation framework decrypts the password.
  1. Go to the utility directory:
    <Installer directory>/properties/utils/passwd_encryption
  2. Run the utility. Specify the plain text password you want to encrypt as the value for <password>.
    • On Linux and UNIX, run the following command:
      sh install.sh <password>
    • On Windows, run the following command:
      install.bat <password>
  3. Copy the encrypted password string from the output, and then paste the string into the .properties file as the value for the corresponding password.
    The following example shows the encrypted password set as the value for the DOMAIN_PSSWD property:
    DOMAIN_PSSWD==INSTALLER:CIPHER:AES:128=mjkjmDR2kzFJiizfRWIOPg==

0 COMMENTS

We’d like to hear from you!