Authorization requirements to verify before uninstalling.
To uninstall a dynamic domain manager
or its backup, perform the following steps:
-
Run the uninstall script.
-
Change directory using the following command:
cd <TWS_home>/TWS/tws_tools
-
Start the uninstallation process by running the script as follows:
Windows™ operating systems
-
cscript uninstall.vbs --prompt no --wauser user_name>
UNIX® and Linux® operating systems
-
./uninstall.sh --prompt no --wauser user_name>
where,
user_name> represents the user for which you want to uninstall
the
dynamic domain manager. The procedure
runs without prompting the user to confirm the uninstallation.
-
Drop the IBM Workload Scheduler tables to the
RDBMS.
- On DB2®:
- Run the following steps:
- From the program menu, open the DB2 command-line processor
(CLP).
- Look for the database name by running the command:
list db directory
- If you see an entry named
your_db_name
associated to the IBM Workload Scheduler instance, run the
command:drop db your_db_name
- If you see an entry named
your_db_name_DB
associated to the IBM Workload Scheduler instance, run the
command:uncatalog db your_db_name_DB
- To see which node is attached to the dynamic domain manager system run the
command:
list node directory
- Run the command:
uncatalog node your_node
If the dynamic domain manager was
installed on the DB2 client, run the same on the system where
the dynamic domain manager is
installed.
- On ORACLE:
- Run the following steps:
- Access the ORACLE command line.
- Run the
command:
sqlplus system/password@net_service_name
- Delete all the tables related to the IBM Workload Scheduler instance by running the
command:
drop user ORACLE_TWS_user cascade;
-
Delete the IBM Workload Scheduler administrative
user that was created at install time.