How To Restart LSH/DMW 3.0 Successfully
(Doc ID 2733848.1)
Last updated on JULY 13, 2023
Applies to:
Oracle Life Sciences Data Management Workbench - Version 3.0.0 to 3.0.0 [Release 3.0.0]Oracle Life Sciences Data Hub - Version 3.0.0 to 3.0.0 [Release 3.0.0]
Information in this document applies to any platform.
Goal
How to restart LSH/DMW services successfully?
Note: This document is applicable only for LSH/DMW 3.0 Version.
Please refer to Doc ID 2250628.1 for LSH/DMW 2.5.1 and prior versions and Doc ID 2689508.1 for LSH/DMW 2.5.2 Version
There is no single command to startup LSH/DMW. It includes different processes/services with dependencies between them. If they are not stopped/started in the correct order, you may hit unexpected issues later, i.e., defunct processes alive in memory that may not permit the new/fresh ones are started up successfully, or services starting up with incorrect values/environment settings.
The technical details shared in this document are from DMW 3.0 Installation Guide, Chapter 3.3.9 Restart the WebLogic Server.
In summary, you need to execute below steps in order to accomplish a successful restart:
To Shutdown LSH/DMW:
- Enable DMW Maintenance Mode
- Stop Middle Tiers (DMW first then LSH)
- Stop DP Servers
- Shutdown the TNS listener and the DB
To start up LSH/DMW, you practically apply the reverse order:
- Start the DB and then, the TNS listener (CRITICAL: Make sure you wait 10 minutes before doing next step -> Start DP Servers)
- Start DP Servers
- Start Middle Tiers (LSH first then DMW)
- Disable DMW Maintenance Mode
This document explains above with step by step generic instructions, but feel free to create your custom shell script(s) if it facilitates this task.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Shut Down LSH/DMW |
1. Enable DMW Maintenance Mode |
2. Stop Middle Tiers (DMW first then LSH) |
3. Stop DP Servers |
4. Shutdown the TNS listener and the DB |
Start Up LSH/DMW |
5. Start the TNS listener and the DB |
6. Start DP Server |
7. Start Middle Tiers (LSH first then DMW) |
8. Disable DMW Maintenance Mode |
References |