WebSphere

This information applies to feature pack. To use what is described, you must have installed the optional feature pack Uninstalling the feature pack from z/OS

Uninstalling the IBM® WebSphere® Process Server V6.2 or WebSphere Enterprise Service Bus V6.2 feature pack for z/OS® uninstalls the widgets for Administration and Human Task Management that run in Business Space powered by WebSphere.

Before you begin
Before you uninstall the feature pack, perform the following tasks:
Procedure
  1. Remove the feature pack widgets from the existing profiles. For information, refer to Removing feature pack widgets.
  2. Manually delete the feature pack files from the configuration file system. For example:

    For WebSphere Enterprise Service Bus:

    cd WESB_HOME
    tar -tf name of tar file| grep -v /$ | xargs rm -v
    rmdir -p BusinessSpace/templateData/* 2>/dev/null

    For WebSphere Process Server:

    cd WPS_HOME
    tar -tf name of tar file| grep -v /$ | xargs rm -v
    rmdir -p BusinessSpace/templateData/* 2>/dev/null
    rmdir -p BusinessSpace/HumanTaskManagement/* 2>/dev/null
  3. Delete the .tar file from the working directory it was copied into during installation. For example:
    rm name of tar file
Results
The WebSphere Process Server V6.2 or WebSphere Enterprise Service Bus V6.2 feature pack is uninstalled.

task Task topic

Terms of use | Feedback


Timestamp icon Last updated: 23 June 2009


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic/com.ibm.websphere.wbpm.fep.psesb.620.doc/doc/tins_zos_uninst_fp.html
Copyright IBM Corporation 2005, 2009. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).