Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. SSL Communication with Data Vault
  16. LDAP User Authentication
  17. Auditing
  18. Running Jobs from External Applications
  19. Salesforce Archiving Administrator Tasks
  20. Upgrading Oracle History Data
  21. Upgrading PeopleSoft History Data
  22. Data Archive Maintenance
  23. Appendix A: Datetime and Numeric Formatting
  24. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator Guide

Updating Encrypted Passwords

Updating Encrypted Passwords

You can run the utility to update the encryption of passwords encrypted with the AES256 algorithm.
Perform the following tasks before you run the utility:
  • Back up the AMHOME data.
  1. Stop the Data Archive server.
  2. Ensure that the Java path is set to the Azul JDK available in the Data Archive installation directory.
  3. Applicable if you store the master key in a custom location. Verify that the master key file is available at the location specified in the conf.properties file.
  4. Browse to the following location:
    <Data Archive installation folder>/optional/
  5. Run the AESEncryptionUtility.bat file on Windows or the AESEncryptionUtility.sh file on UNIX.
  6. The utility verifies that the current encryption algorithm is AES256 and prompts you to choose to change the master key.
    Enter Y to change the master key or N to continue without changing the master key.
  7. If you choose to change the master key, choose if you want to use a random master key. If you enter Y to use a random master key, the utility creates the key and stores the encrypted key in the
    <Data Archive installation folder>/key.file
    or the custom location specified in the conf.properties file.
    The utility creates a backup of the existing master key file by adding the time stamp and creates a new master key file for the current run. You can use the backup file if you need to resume the utility.
  8. To enter a custom master key, enter N and then enter an input string.
    The utility encrypts the string and stores the encrypted key in the
    <Data Archive installation folder>/key.file
    or the custom path specified. The utility renames the existing master key file by adding the timestamp.
  9. Choose whether you want to change the host key. Changing the host key updates the encryption of passwords in the database.
    Enter Y to change the host key. The utility indicates that the task was completed successfully and exits.
    The following section is an example of the utility run to change the host key without changing the master key:
    E:\INFAUSER\NEW\651_108\ILM\optional>AESEncryptionUtility.bat E:\INFAUSER\NEW\651_108\ILM\optional>set PWD=E:\INFAUSER\NEW\651_108\ILM\optional\ E:\INFAUSER\NEW\651_108\ILM\optional>if "E:\INFAUSER\NEW\651_108\ILM\optional\\..\java" == "" (set JAVA_HOME=E:\INFAUSER\NEW\651_108\ILM\optional\\..\java ) E:\INFAUSER\NEW\651_108\ILM\optional>set CLASSPATH=.;.;E:\INFAUSER\NEW\651_108\ILM\optional\\..\webapp\WEB-INF\lib\infafas-6.5.1.jar;E:\INFAUSER\NEW\651_108\ILM\optional\\..\webapp\WEB-INF\ lib\commons-collections-3.2.2.jar;E:\INFAUSER\NEW\651_108\ILM\optional\\..\webapp\WEB-INF\lib\bc-fips-1.0.2.1.jar; E:\INFAUSER\NEW\651_108\ILM\optional>cd ..\webapp\WEB-INF\lib\ E:\INFAUSER\NEW\651_108\ILM\webapp\WEB-INF\lib>"E:\INFAUSER\NEW\6.5.1_104BLD\ILM\java\bin\java.exe" -Dfile.encoding=UTF-8 com.applimation.util.AESEncryptionUitlity log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Do you want to rotate the Master key? (press y/n): n You have entered "N". The utility will not convert the passwords. Do you want to rotate the Host key? (press y/n): y Host key rotation is completed successfully. E:\INFAUSER\NEW\651_108\ILM\webapp\WEB-INF\lib>cd ../../../optional E:\INFAUSER\NEW\651_108\ILM\optional>pause Press any key to continue . . . E:\INFAUSER\NEW\651_108\ILM\optional>
Users must download Enterprise Data Manager each time that you run the encryption utility.

0 COMMENTS

We’d like to hear from you!