WebSphere brand IBM WebSphere Telecom Web Services Server, Version 7.1

Removing databases and files

If you do not need to maintain the data, drop the database tables and remove the databases. Then run the uninstallation program to remove the database scripts for Telecom Web Services Server (TWSS) components and Web service implementations.

About this task
This task assumes that you are removing all services. If you are only removing select services, you can skip some steps.
Note: You should also uninstall any deployed applications and then stop the server, before removing databases and uninstalling the installers.

Complete the following steps to remove the database tables and databases:

  1. Log in to the database server as an administrator.
  2. Drop the database tables.
    • DB2 Issue the following command: db2 DROP TABLE table_name
    • Oracle Using SQLPLUS, connect to the database and issue this command: drop table table_name cascade constraints;
    Note: If you are using Oracle 10.2.0.4 or later update level, 11 or later update level, DB/2 Enterprise Server Edition 9 5 FP1 or later and the recyclebin enabled, the database tables will not be dropped but will be renamed using the BIN$ string. To drop a table permanently, use the purge option. Refer to the Oracle documentation for details.
  3. Remove the database.
    • DB2 Select the database in the DB2® control panel, then select the drop action from the popup menu.
    • Oracle Open the Database Configuration Assistant (DBCA) and issue the drop command.
  4. Remove the files from the server using the uninstallation program. This uninstallation program removes the database initialization files for the following components:
    • Access Gateway
    • Service Policy Manager
    • Service Platform components
    1. Run the uninstallation program:
      ./uninstall
    2. Review the information about the component to be removed, and click Next.
    3. Select the components you would like to uninstall, and click Next.
    4. Verify the correct components are being removed from the correct directory, and click Next.
    5. Click Finish.
  5. Remove the files from the server using the uninstallation program. This uninstallation program removes the database initialization files for the Web service implementations.

    If you installed the Web service implementations in the default installation location, the uninstallation program is found in the following directory: was_root/uninst_TWSS-Services.

    1. Run the uninstallation program:
      ./uninstall
    2. Review the information about the component to be removed, and click Next.
    3. Select the components you would like to uninstall, and click Next.
    4. Verify the correct components are being removed from the correct directory, and click Next.
    5. Click Finish.
Results
Note: AIX On AIX systems, the uninstallation programs do not remove the directories in which they are located. Therefore, you must delete the following directories manually: /uninst_TWSS-Base, /uninst_TWSS-Services.



Terms of use
(C) Copyright IBM Corporation 2009. All Rights Reserved.