This topic applies only on the IBM i operating system.

Uninstalling the Feature Pack for Web 2.0 and Mobile from IBM i operating systems using response files

You can use Installation Manager to uninstall the Feature Pack for Web 2.0 and Mobile using response files.

About this task

Using Installation Manager, you can work with response files to uninstall the feature pack.

Procedure

  1. Stop all servers and applications on the WebSphere® Application Server installations that contain the feature pack.
  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 uninstall the feature pack silently.

    Complete one of the following actions:

    • From a command line on each of the systems from which you want to uninstall the feature pack, change to the eclipse/tools subdirectory in the directory where you installed Installation Manager and use the uninstall.xml response file in the same directory to silently uninstall the feature pack. For example:
      ./imcl
        input app_server_root/uninstall_web2mobilefep_1.1/uninstall.xml
        -log $HOME/WASFiles/temp/uninstall_log.xml
    • From a command line on each of the systems from which you want to uninstall the feature pack, change to the eclipse/tools subdirectory in the directory where you installed Installation Manager and use a response file that you created to silently uninstall the feature pack. For example:
      ./imcl
        input $HOME/WASFiles/temp/uninstall_response_file.xml 
        -log $HOME/WASFiles/temp/uninstall_log.xml

      Go to the Installation Manager information center for more information.

  5. Optional: Uninstall IBM Installation Manager.
    Important: Before you can uninstall IBM Installation Manager, you must uninstall all of the packages that were installed by Installation Manager.

    Read Uninstalling Installation Manager silently in the Installation Manager information center for information about using the uninstall script to perform this procedure.

Example

<?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>
<uninstall modify='false'>
  <offering profile='IBM WebSphere Application Server V8.0'
    id='com.ibm.websphere.WEB2MOBILE.v11'/>
</uninstall>
<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>

The app_server_root/uninstall_web2mobilefep_1.1/uninstall.xml file is also an example of a response file for silently uninstalling the feature pack.




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_uninstallation_is_silent
File name: tweb_ins_uninstallation_is_silent.html