Update the secure store password on Linux
To update the secure store password on Linux do the following:
- Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
- Run the following command:
<install-dir>/bin/laeConfig secureStore password
- 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.
- The command will then prompt for the new password. Enter the new password and hit enter.
- If successful, the command will print an encrypted version of the new password. Otherwise, an error will be displayed.
- Update the Secure Store password in the credential storage:
- If storing the secure store password in <site-dir>/conf/cust.prop:
- 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.
- If storing the secure store password in a KMS, then update the appropriate KMS key with the new password.
- If storing the secure store password in <site-dir>/conf/cust.prop:
- Restart the Data360 Analyze application.
Update the secure store password on Windows
To update the secure store password on Windows do the following:
- Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
- Run the following command:
<install-dir>\bin\laeConfig.bat secureStore password
- 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.
- The command will then prompt for the new password. Enter the new password and hit enter.
- If successful, the command will print an encrypted version of the new password. Otherwise, an error will be displayed.
- Update the Secure Store password in the credential storage:
- If storing the secure store password in <site-dir>/conf/cust.prop:
- 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.
- If storing the secure store password in a KMS, then update the appropriate KMS key with the new password.
- If storing the secure store password in <site-dir>/conf/cust.prop:
- Restart the Data360 Analyze application.