Update the secure store password - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
Language
English
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2024
First publish date
2016
Last updated
2024-11-28
Published on
2024-11-28T15:26:57.181000

Update the secure store password on Linux

To update the secure store password on Linux do the following:

  1. Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
  2. Run the following command:

    <install-dir>/bin/laeConfig secureStore password

  3. If the secure store password is not stored as an encrypted property in <site-dir>/conf/cust.prop, then the command will prompt for the current password. Enter the password and hit enter.
  4. The command will then prompt for the new password. Enter the new password and hit enter.
  5. If successful, the command will print an encrypted version of the new password. Otherwise, an error will be displayed.
  6. Update the Secure Store password in the credential storage:
    1. If storing the secure store password in <site-dir>/conf/cust.prop:
      1. Edit the file <site-dir>/conf/cust.prop with a text editor and set the property value of ls.lae.security.secureStorePassword to the encrypted version of the new password output by the command.
    2. If storing the secure store password in a KMS, then update the appropriate KMS key with the new password.
  7. Restart the Data360 Analyze application.

Update the secure store password on Windows

To update the secure store password on Windows do the following:

  1. Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
  2. Run the following command:

    <install-dir>\bin\laeConfig.bat secureStore password

  3. If the secure store password is not stored as an encrypted property in <site-dir>/conf/cust.prop, then the command will prompt for the current password. Enter the password and hit enter.
  4. The command will then prompt for the new password. Enter the new password and hit enter.
  5. If successful, the command will print an encrypted version of the new password. Otherwise, an error will be displayed.
  6. Update the Secure Store password in the credential storage:
    1. If storing the secure store password in <site-dir>/conf/cust.prop:
      1. Edit the file <site-dir>/conf/cust.prop with a text editor and set the property value of ls.lae.security.secureStorePassword to the encrypted version of the new password output by the command.
    2. If storing the secure store password in a KMS, then update the appropriate KMS key with the new password.
  7. Restart the Data360 Analyze application.