You can install the Application Client using Installation Manager response files.
Before you install the Application Client, ensure that your user profile has *ALLOBJ and *SECADM special authorities.
Using Installation Manager, you can work with response files to install the product.
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.APPCLIENT.v80'/> </server> <profile id='Application Client for IBM WebSphere Application Server V8.0' installLocation='/QIBM/ProdData/WebSphere/AppClient/V8/client'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppClient/V8/client'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppClient/V8/client'/> <data key='user.appclient.serverHostname' value='localhost'/> <data key='user.appclient.serverPort' value='2809'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> <install modify='false'> <offering profile='Application Client for IBM WebSphere Application Server V8.0' features='javaee.thinclient.core.feature' id='com.ibm.websphere.APPCLIENT.v80'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='true'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> </agent-input>
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.APPCLIENTILAN.v80'/> </server> <profile id='Application Client for IBM WebSphere Application Server (ILAN) V8.0' installLocation='/QIBM/ProdData/WebSphere/AppClient/V8/client'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppClient/V8/client'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppClient/V8/client'/> <data key='user.appclient.serverHostname' value='localhost'/> <data key='user.appclient.serverPort' value='2809'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> <install modify='false'> <offering profile='Application Client for IBM WebSphere Application Server (ILAN) V8.0' features='javaee.thinclient.core.feature' id='com.ibm.websphere.APPCLIENTILAN.v80'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='true'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> </agent-input>
<repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.APPCLIENT.v80'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppClient/V8/client'/>To override this default location, specify a different location
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/>To override this default location, specify a different location.
<preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/>You can find more details on silent preference keys in the Installation Manager information center.
<offering profile='Application Client for IBM WebSphere Application Server V8.0 - Another User's AppClient' features='javaee.thinclient.core.feature' id='com.ibm.websphere.APPCLIENT.v80'/>This must be changed in both places that specify the profile ID in the response file.
You can create a client profile using the manageprofiles command.
manageprofiles -create -templatePath /QIBM/ProdData/WebSphere/AppClient/V8/client/profileTemplates/client -serverHostname myhost.abc.com -serverPort 2809 -profileName client
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |