Before uninstalling IBM® WebSphere® Portal Express,
you must 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
- 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 WebSphere_Portal
-profileName profile_root -user admin_userid -password admin_password from
the wp_profile_root\bin directory.
- Choose one of the following options to delete the database information:
| If your database is a... |
Then perform the following steps: |
| Local DB2
for i5/OS |
Run the ConfigEngine.sh -profileName profile_root 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. |
| Remote DB2
for i5/OS |
- Use a 5250 PC session to log on to the system where the remote database
exists.
- Type wrklib prefix* on the command
line to display a list of all libraries created for the remote database, where
prefix is the prefix for your database name.
- Type 4 in the Opt field beside each library name
that you want to delete and then press Enter.
|
- 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 -profileName profile_root remove-lwp-shared-library
-DPortalAdminPwd=password task from the profiles/wp_profile/ConfigEngine directory.
- Run the following tasks to stop the server1
and WebSphere_Portal servers:
- stopServer server1 -profileName profile_root -user admin_userid -password admin_password
- stopServer WebSphere_Portal -profileName profile_root -user admin_userid -password admin_password
- Verify that there are no other installations or
uninstallations running.