EBIThree.com › Clarify How-to and Tips › Use EngineStatus to Check Windows/Linux/iSeries Server Status
Use EngineStatus to Check Windows/Linux/iSeries Server Status
Linux Install Scenario
Command available for Platforms: Windows: EngineStatus.bat
iSeries: EngineStatus.sh
Linux: EngineStatus.sh
EngineStatus Usage
Possible flags: -c : indicates a command is to be used. ie: "status"
-v : use verbose mode
EngineStatus.sh -c status: Checks the status of EBI. 0 - started / 1 - suspending - existing processes still active / 2 - suspended
EngineStatus.sh -c print: Prints a list of the currently active processes. In verbose mode, prints the description & current step of each process. Return code is the number of active processes.
EngineStatus.sh -c suspend: Suspends processing. Returns 0 if successfully suspended (or was already suspended)
EngineStatus.sh -c resume: Resumes processing. Returns 0 if successfully resumed (or was already running).
EngineStatus.sh -c queues: Prints a list of active queues and the number of events currently on each queue.
By: Sean Hoppe on