You can install IBM® WebSphere® SDK Java™ Technology Edition Version 6.0 for Liberty using Installation Manager response files.
Using Installation Manager, you can work with response files to install IBM WebSphere SDK Java Technology Edition Version 6.0 for Liberty in a variety of ways. You can record a response file using the GUI as described in the following procedure, or you can generate a new response file by hand or by taking an example and modifying it.
IBMIM.exe -skipInstall "C:\temp\imRegistry"
-record C:\temp\install_response_file.xml
./IBMIM -skipInstall /var/temp/imRegistry
-record /var/temp/install_response_file.xml
./IBMIM -skipInstall user_home/var/temp/imRegistry
-record user_home/var/temp/install_response_file.xml
The -skipInstall operation should not be used on the actual agent data location used by Installation Manager. This is unsupported. Use a clean writable location, and reuse that location for future recording sessions.
For more information, read the IBM Installation Manager Information Center.
https://downloads.mycorp.com:8080/WAS_85_repository
orhttp://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.IBMJAVA.v60
Installation Manager searches its defined repositories for available packages.
If you already have IBM WebSphere SDK Java Technology Edition Version 6.0 for Liberty installed on your system in the targeted location , a message displays indicating that IBM WebSphere SDK Java Technology Edition Version 6.0 for Liberty is already installed. To install IBM WebSphere SDK Java Technology Edition Version 6.0 for Liberty where it is not yet installed, click Continue.
Any recommended fixes are selected by default.
If there are recommended fixes, you can select the option to show only recommended fixes and hide non-recommended fixes.
imcl.exe
input C:\temp\credentialstorage_response_file.xml
-log C:\temp\credentialstorage_log.xml
./imcl
input /var/temp/credentialstorage_response_file.xml
-log /var/temp/credentialstorage_log.xml
./imcl
input user_home/var/temp/credentialstorage_response_file.xml
-log user_home/var/temp/credentialstorage_log.xml
imcl.exe
input C:\temp\install_response_file.xml
-log C:\temp\install_log.xml
-secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password_file.txt
./imcl
input /var/temp/install_response_file.xml
-log /var/temp/install_log.xml
-secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password_file.txt
./imcl
input user_home/var/temp/install_response_file.xml
-log user_home/var/temp/install_log.xml
-secureStorageFile user_home/var/IM/credential.store -masterPasswordFile user_home/var/IM/master_password_file.txt
Read the IBM Installation Manager Information Center for more information.
<?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.liberty.IBMJAVA.v60" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.liberty.IBMJAVA.v60'
profile='WebSphere Liberty V8.5' installFixes='none'/>
</install>
<profile id='WebSphere Liberty V8.5' installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
</agent-input>