Quantcast
Channel: A Portal to a Portal
Viewing all articles
Browse latest Browse all 1850

IBM Installation Manager - Encoding Passwords

$
0
0
I'm creating a response file to install IBM Integration Designer (IID) 8.5.7 on a Windows 7 VM.

As part of this, I'm installing DB2 Express under the covers, and need a password for the account to be used as the DB2 administrator.

This password needs to be encoded, which I do within the response file.

Thankfully, IBM Installation Manager (IIM) has a mechanism to do this: -

"c:\IBM\Installation Manager\eclipse\tools\imutilsc.exe" -silent -nosplash encryptString p455w0rd

which returns this: -

ZvkXmP226gFG3N9njqQMBAA==

which is inserted into the response file: -

...
    <data key='cic.selector.os' value='win32'/>
    <data key='cic.selector.arch' value='x86'/>
    <data key='cic.selector.ws' value='win32'/>
    <data key='user.db2.admin.username' value='db2admin'/>
    <data key='user.db2.admin.password' value='ZvkXmP226gFG3N9njqQMBAA=='/>
    <data key='user.db2.port' value='50000'/>
    <data key='user.db2.use.existing' value='false'/>
    <data key='cic.selector.nl' value='en'/>


Thanks to this: -

IBM Installation Manager - Knowledge Centre - Storing credentials

for the insight.

Viewing all articles
Browse latest Browse all 1850

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>