This topic applies only on the IBM i operating system.

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

You can use Installation Manager to roll back the Feature Pack for Web 2.0 and Mobile to an earlier version.

Before you begin

Make sure that your Installation Manager preferences are pointing to web-based or local repositories that contain the appropriate earlier version of the Feature Pack for Web 2.0 and Mobile.

About this task

Perform this procedure to use Installation Manager to roll back the Feature Pack for Web 2.0 and Mobile to an earlier version.

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 roll back 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 roll back the Feature Pack for Web 2.0 and Mobile silently. For example:
    ./imcl -acceptLicense 
      input $HOME/WASFiles/temp/rollback_response_file.xml 
      -log $HOME/WASFiles/temp/rollback_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 rolling back the Feature Pack for Web 2.0 and Mobile to an earlier version.
<?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.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>
<rollback>
  <offering profile='IBM WebSphere Application Server V8.0' id='com.ibm.websphere.WEB2MOBILE.v11' version='1.1.0.20110424_1245'/>
</rollback>
<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_rollback_is
File name: tweb_ins_rollback_is.html