Preparing to uninstalling on Linux
Before uninstalling IBM® WebSphere® Portal Express,
prepare your system; for example, adding passwords to the properties
files and keeping or discarding database information.
Perform
the following steps to prepare for uninstallation:
- Optional: Make a backup of
the WebSphere Portal Express configuration using
the XML Configuration Interface. Important: The following
information is not backed up and will be deleted if you delete the database:
- User attributes that are stored in the database and not in the user registry
- Credential data that is stored in the default vault implementation
- Data used be Document Manager
- Add passwords to the wkplc.properties, wkplc_comp.properties,
and wkplc_dbtype.properties files, located in the wp_profile/ConfigEngine/properties directory,
or specify passwords on the command line.
- Decide whether to keep your database as is to
preserve WebSphere Portal Express information or
perform the following steps to remove the information from the database: Note: If you choose to keep the database information, you cannot use
it with subsequent WebSphere Portal Express installations
although you can still access the information through your database software.
Also, if you keep the information, you can always delete the WebSphere Portal Express databases
and database tables later using your database software.
- Run the ./stopServer.sh WebSphere_Portal
-user admin_userid -password admin_password from
the wp_profile_root/bin directory.
- Run the ./ConfigEngine.sh remove-schema -Drelease.DbPassword=password -Dcustomization.DbPassword=password -Dcommunity.DbPassword=password -Djcr.DbPassword=password -Dwmm.DbPassword=password -Dfeedback.DbPassword=password -Dlikeminds.DbPassword=password task
from the wp_profile/ConfigEngine directory to remove
all database tables. Note: Some tables may remain in the IBM Java Content
Repository database.
Removing the database will remove these tables.
- Perform the following steps to remove references
to IBM Workplace™ Collaboration
Services shared library:
- Run the ./serverStatus.sh server1 -user username -password password task
from the wp_profile_root/bin directory
to verify that server1 is active.
- Run the ./ConfigEngine.sh remove-lwp-shared-library
-DPortalAdminPwd=password task from the wp_profile/ConfigEngine directory.
- Run the following tasks to stop the server1
and WebSphere_Portal servers:
- ./stopServer.sh server1 -user admin_userid -password admin_password
- ./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password
- Verify that there are no other installations or
uninstallations running.
- Locate and delete the /tmp/portalinstall.lockfile file.
Parent topic: Uninstalling a cluster on Linux
|
|
|