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:
- Identify the WebSphere Process Server or WebSphere Enterprise Service Bus V6.2 feature pack installation that you want
to uninstall.
- Obtain authorization to uninstall the feature pack.
- Obtain authorization to modify the configuration file system.
Procedure
- Remove the feature pack widgets from the existing profiles.
For information, refer to Removing feature pack widgets.
- 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
- 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.