This topic applies only on the IBM i operating system.

Updating the Feature Pack for Web 2.0 and Mobile on IBM i operating systems

You can use Installation Manager to update the Feature Pack for Web 2.0 and Mobile to a later version.

Before you begin

Notes on updating the feature pack:
  • Minimum repositories requirement to apply Feature Pack for Web 2.0 and Mobile updates: Installation Manager must have access to the following repositories:
    • Repository for the current level of WebSphere Application Server that is installed on the system
    • Repository for the current level of the Feature Pack for Web 2.0 and Mobile that is installed on the system
    • Update repositories—that is, the repositories containing the updates for the Feature Pack for Web 2.0 and Mobile that you want to apply
  • See the readme documentation that is included with the fix pack or interim fix for detailed information on installing the update.
  • Read the articles in the navigation at and under Installing and uninstalling the product on IBM i operating systems in the WebSphere Application Server 8.0 information center for related information.

About this task

Perform this procedure to use Installation Manager to update the Feature Pack for Web 2.0 and Mobile.

Procedure

  1. Optional: If the repository requires a username and password, create a keyring file to access this repository.
  2. Sign on to the IBM® i system with a user profile that has *ALLOBJ and *SECADM special authorities.
  3. On a CL command line, run the STRQSH command to start the Qshell command shell.
  4. Use a response file to update the Feature Pack for Web 2.0 and Mobile silently.
    Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager, and update the Feature Pack for Web 2.0 and Mobile silently. For example:
    ./imcl -acceptLicense 
      input $HOME/WASFiles/temp/update_response_file.xml 
      -log $HOME/WASFiles/temp/update_log.xml 
      -keyring $HOME/WASFiles/temp/im.keyring
    Note: The program might write important post-installation instructions to standard output.

    For more information on using Installation Manager, read the IBM Installation Manager Information Center.

Example

The following is an example of a response file for silently updating the Feature Pack for Web 2.0 and Mobile to a later version.
<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input clean='true' temporary='true'>
<server>
  <repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WEB2MOBILE.v11'/>
</server>
<profile id='IBM WebSphere Application Server V8.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V8/Base'>
  <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V8/Base' />
  <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/Base'/>
  <data key='user.import.profile' value='false'/>
  <data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
  <offering profile='IBM WebSphere Application Server V8.0' features='main' id='com.ibm.websphere.WEB2MOBILE.v11' installFixes='none'/>
</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'/>
<preference name='com.ibm.cic.common.core.preferences.import.enabled' value='true'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
</agent-input>



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for product documentation | Feedback

Last updatedLast updated: Apr 22, 2018 11:06:25 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v800webmob&product=was-nd-mp&topic=tweb_ins_upgrade_i
File name: tweb_ins_upgrade_is.html