Description
This article provides a Guidance for safely shutting down and restarting a KATALYST system.
Solution
Follow a graceful shutdown; do not perform forced power-offs to protect database integrity and service dependencies.
Shutdown order (reverse of startup):
- Stop Katalyst D2D Web Server.
- Stop ProcessorJS Server.
- Stop ACD/Automation Server.
- Stop ACD/Spectrus DB Server.
- Stop Database Server.
- Stop ACD/Arcus Server.
Startup order (after weekend):
- Start ACD/Arcus Server.
- Start Database Server.
- Start ACD/Spectrus DB Server.
- Start ACD/Automation Server.
- Start ProcessorJS Server.
- Start Katalyst D2D Web Server.
Rationale:
Protect database integrity by stopping databases gracefully to avoid uncommitted transaction loss and data/index corruption.
Respect service dependencies to prevent connection failures, startup errors, and silent data issues.
Comments
0 comments
Article is closed for comments.