To store the SSL password in the  BRPM vault, do the following:

  1. Stop the BRPM service.
  2. Go to <RPMhome>\bin
  3. Set the environment by using setenv.sh.

    Example

    [root@h[root@host1 bin]# . /opt/bmc/RLM/bin/setenv.sh

  4. Trigger the ./rpm_vault.sh utility.
  5. Run the command ./rpm_vault.sh add .

  6. Enter the variable name and the value to be encrypted.
  7. Replace the cleartext password in the four standalone.xml files with the vault attribute, highlighted in the preceding figure. The replaced file is as follows:

  8. Start the BRPM service.

Important

For Windows users, do the following:

  1. Go to C:\Program Files\BMC Software\RLM\bin>.
  2. Set the environment by using setenv.bat.
  3. Trigger the ./rpm_vault.bat utility.
  4. Run the command: ./rpm_vault.bat add . Go to Step 6.