Uninstalling a dynamic domain manager or its backup
Authorization requirements to verify before uninstalling.
Before you begin
- Ensure that all HCL Workload Automation processes, services and the WebSphere Application Server Liberty process are stopped, and that there are no active or pending jobs. For information about stopping the processes and services, Starting and stopping processes on a workstation.
- To maintain a correct hierarchy of the HCL Workload Automation network, see Uninstalling a dynamic domain manager maintaining a correct hierarchy in the network.
About this task
To uninstall a dynamic domain manager or its backup, perform the following steps:
Procedure
-
Run the uninstall script.
-
Drop the HCL Workload Automation 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 HCL Workload Automation instance, run the command:drop db your_db_name
- If you see an entry named
your_db_name_DB
associated to the HCL Workload Automation 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
- 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 HCL Workload Automation instance by running the
command:
drop user ORACLE_TWS_user cascade;
- Delete the HCL Workload Automation administrative user that was created at install time.