You can install WebSphere® Application Server Version 8.0 on IBM i operating systems using Installation Manager response files.
Prepare for the installation before using this procedure. See Preparing the operating system for installation on IBM i for more information.
Before you install WebSphere Application Server, ensure that your user profile has *ALLOBJ and *SECADM special authorities.
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80'/> </server> <profile id='IBM WebSphere Application Server Network Deployment V8.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V8/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V8/ND'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en, fr, it, zh, ro, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/> </profile> <install modify='false'> <offering profile='IBM WebSphere Application Server Network Deployment V8.0' features='core.feature' id='com.ibm.websphere.ND.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://downloads.mycorp.com:8080/WAS_80_repository'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/ND'/>
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 IBM Installation Manager Version 1.4 Information Center or the IBM Installation Manager Version 1.5 Information Center.
<offering profile='IBM WebSphere Application Server Network Deployment V8.0 - Another User's WAS ND' features='core.feature' id='com.ibm.websphere.ND.v80'/>This must be changed in both places that specify the profile ID in the response file.
You can create a standalone application server profile, management profile, managed (custom) profile, cell profile, or secure proxy profile using the manageprofiles command.
manageprofiles -create -portsFile /QIBM/ProdData/WebSphere/AppServer/V8/ND/profileTemplates/default/actions/portsUpdate/portdef.props -serverName server1 -nodeName myhost -hostName myhost.abc.com -cellName myhost -adminUserName wasadmin -adminPassword password -templatePath /QIBM/ProdData/WebSphere/AppServer/V8/ND/profileTemplates/default -enableAdminSecurity true -profileName defaultDefault cell profile:
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |