Encrypted password for response file elements

You must add the encrypted passwords to the relevant elements of the response file. Use the IBM® Installation Manager utility to create an encrypted password.

Windows
For example, if you extract the IBM Security Guardium Key Lifecycle Manager product image to the C:\SKLM\disk1 directory, run the following command to create an encrypted password.
cd C:\SKLM\disk1\im\tools
imcl.exe encryptString password
Add the encrypted password that you created in the response file as shown in the following example.
<data key='user.DB2_ADMIN_PWD,com.ibm.gklm421.db2.win.ofng'
value='<encrypted password>'/>
<data key='user.CONFIRM_PASSWORD,com.ibm.gklm421.db2.win.ofng'
value='<encrypted password>'/>
...
<data key='user.SKLM_ADMIN_PASSWORD,com.ibm.gklm421.win'
value='<encrypted password>'/>
<data key='user.SKLM_ADMIN_CONF_PWD,com.ibm.gklm421.win'
value='<encrypted password>'/>
Linux®
For example, if you extract the IBM Security Guardium Key Lifecycle Manager product image to the /SKLM/disk1 directory, run the following command to create an encrypted password.
cd /SKLM/disk1/im/tools
./imcl encryptString password
Add the encrypted password that you created in the response file as shown in the following example.
<data key='user.DB2_ADMIN_PWD,com.ibm.gklm421.db2.lin.ofng'
value='<encrypted password>'/>
<data key='user.CONFIRM_PASSWORD,com.ibm.gklm421.db2.lin.ofng'
value='<encrypted password>'/>
...
<data key='user.SKLM_ADMIN_PASSWORD,com.ibm.gklm421.linux' 
value='<encrypted password>'/>
<data key='user.SKLM_ADMIN_CONF_PWD,com.ibm.gklm421.linux'
value='<encrypted password>'/>
You can create a different encrypted password for each user.