[Enterprise Extensions only]

Uninstalling enterprise services on Unix

Recall that uninstalling enterprise services will uninstall Advanced Edition as well. To uninstall WebSphere Application Server (Advanced and Enterprise editions) on a Unix platform, complete the following steps:

  1. Log in as root.
  2. Stop all servers.
  3. Change to the WAS_HOME/Enterprise directory.
  4. Enter the uninstallation command:
    ./uninstall.sh
    You can perform an unattended (silent) uninstallation on Unix by adding the -s parameter to the uninstallation command. For example:
    ./uninstall.sh -s

To verify that your uninstallation was successful, enter one of the following commands:

The above commands should return nothing if the uninstallation was successful. If a value is returned, refer to the topic Recovering from a failed uninstallation on Unix

.