Uninstall a single server on AIX
If you have a complete and functional uninstallation program, we can uninstall IBM WebSphere Portal only or both WebSphere Portal and IBM WAS.
- Prerequisites
- Prepare to uninstall a single server on AIX
Uninstall WebSphere Portal using the uninstallation program
- Log on as the root user
- Stop the servers:
cd WP_PROFILE/bin
./stopServer.sh WebSphere_Portal -username wpadmin -password foocd WAS_HOME/bin
./stopServer.sh server1 -profileName cw_profile -username wpadmin -password foo
- Verify there are no other installations or uninstallations running.
- Uninstall WebSphere Portal and WAS:
Option Commands GUI Open the Installation Manager and then select Uninstall. Silent From the installation source directory, run... ./imcl input /path/to/response.xml -log /path/to/log/files
Do not place the response file in a path containing a space and do not put a space in the file name.
- Remove any remaining WebSphere Portal directories from the directory structure.
- Examine all running processes and kill and containing the PortalServer_root directory or restart the machine, especially if you intend to reinstall WebSphere Portal on the same machine.
- Optional: After uninstalling WebSphere Portal and WAS, we can also delete Installation Manager...
cd ibm/InstallationManager/uninstall
./uninstall
Parent: Single server: Uninstalling on AIX
Previous: Prepare to uninstall a single server on AIX
Related:
Uninstall manually on AIX