You can use Installation Manager to install or remove a feature in the DMZ Secure Proxy Server for IBM WebSphere Application Server.
Make sure that your Installation Manager preferences are pointing to the appropriate web-based or local repositories containing the DMZ Secure Proxy Server.
Perform this procedure to use the Installation Manager GUI to install or remove a feature in the DMZ Secure Proxy Server.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.NDDMZ.v85" />
</server>
<uninstall modify='true'>
<offering id='com.ibm.websphere.NDDMZ.v85'
profile='DMZ Secure Proxy Server for IBM WebSphere Application Server V8.5'
features='thinclient'/>
</uninstall>
<profile id='DMZ Secure Proxy Server for IBM WebSphere Application Server V8.5'
installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>
imcl.exe modify com.ibm.websphere.NDDMZ.v85
-addFeatures thinclient
-repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.NDDMZ.v85
-installationDirectory C:\Program Files\IBM\WebSphere\AppServer
-keyring C:\keyring_file.keyring -password password
There is no migration path from keyring files to storage files because of the differences in the file structures. You must create a storage file to replace a keyring file.
For more information on using the -secureStorageFile and -masterPasswordFile options to store credentials in a credential storage file, see the Installation Manager Version 1.6 Information Center.