You must unaugment or delete your profiles from your environment
to remove feature pack functionality. Use the manageprofiles command
to unaugment existing profiles in a feature pack environment.
Before you begin
Install the feature pack on top of an existing WebSphere Application
Server Version 6.1 installation. Reference the installation topics in the
information center for additional information about installing the feature
pack in your environment.
Remove all installed applications that require
feature pack functions that are located in the profile being unaugmented.
If you unaugment profiles without removing the applications, then the applications
might not be usable.
About this task
There are two ways to unaugment profiles that are using a feature
pack environment:
newfeat
- Uninstall the feature pack from your environment. The augmented profiles
are automatically unaugmented before the uninstallation begins.
- Use the -unaugment parameter with the manageprofiles command line
tool to unaugment a profile.
Note: You cannot unaugment a federated node. You receive an error if
you attempt to unaugment a federated node. Before unaugmenting the federated
node, you must use the removeNode command to unfederate the node.
Complete
the following steps to unaugment specific profiles that are augmented for
the feature pack environment using the
manageprofiles command line
tool.
You
can unaugment a deployment manager profile, applications server profiles,
or both in the following example. Complete the steps that apply to your situation.
Procedure
- Open your command utility.
Open a command prompt, and navigate to the app_server_root/bin
directory.
Start a Qshell session using the STRQSH CL command.
- Unaugment a deployment manager profile.
Use the manageprofiles command-line
tool and the -unaugment parameter to remove the configuration for the
augmented feature from the deployment manager profile.
Use
the following command example to unaugment the
myDMGR deployment manager
profile that was previously augmented with the feature pack template:
manageprofiles(.bat)(.sh) -unaugment -profileName myDMGR
newfeat
Unaugment an application server profile. Use the manageprofiles command-line
tool and the -unaugment parameter to remove the configuration for the
augmented feature from the application server profile.
Use the following
command example to unaugment the
AppSrv01 deployment manager profile
that was previously augmented with the feature pack template:
manageprofiles(.bat)(.sh) -unaugment -profileName AppSrv01
Results
The command returns a message indicating whether the profile was unaugmented
successfully.