oe-install-dir/bin/pasman .sh .bat pasoestart -I instance-name
-timeout seconds -v -silent -json -restart -archive -nostop |
instance-dir/bin/tcman .sh .bat pasoestart
-timeout seconds -v -silent -json -restart -archive -nostop |
{
"start-action":"startup-action", "initial-state":"pasoe-state", "initial-processes":"os-process-list", "exit-state":"pasoe-state", "exit-description":"execution-status", "exit-processes":"os-process-list", "exit-status":"exit-status", "exit-errors": [ “line-of-error-text” . . . “line-of-error-text” ] } |
Status Code
|
Description
|
0
|
The instance started/restarted without errors and is usable in a running state.
|
1
|
The core (Tomcat) server process failed to start and the instance is left in the stopped state.
|
2
|
The instance started, but encountered errors that make some/all of it unusable, and is left in the stopped state for troubleshooting and problem resolution.
|
3
|
The instance was already in the running state, was not restarted, and was left in a running state that may, or may not, be usable.
|
4
|
The instance startup was attempted from a stopped state, but timed out before it reached a runningstate. The instance is left in the stopped state for troubleshooting and problem resolution.
|
5
|
The instance was hung in the starting state, was not restarted, and was left in the hung starting state.
|
6
|
The instance was hung in the stoppingstate, was not restarted, and was left in the hung stopping state.
|
10
|
Command-line line option error(s) prevented execution of PASOESTART.
|
11
|
PASOESTART was used to start a Windows Service and no startup process was attempted.
|
12
|
Missing OS process environment variables prevented PASOESTART from running and no startup process was attempted.
|
20
|
An unspecified internal programming error was encountered. Contact OpenEdge technical support for more information.
|
Field Name
|
Description
|
Start action
|
The type of startup process executed: { start | restart | status }
|
Initial state
|
The initial state of the PASOE instance found at execution time
{ stopped | starting | stopping | running }
|
Initial processes
|
A space separated list of the PASOE instance's OS process ids found at execution time:
A single 0 value indicates no OS processes (i.e. stopped)
A single non-zero value indicates the PASOE server is running but no multi-session Agents (i.e. starting or stopping)
Multiple non-zero values indicts the PASOE server and at least one Agent is running – however errors may be present that prevent the instance for serving clients
|
Exit state
|
The PASOE instance’s state when the pasoestart command completes. See Initial state
|
Exit description
|
A text description of the command completion status
|
Exit status
|
A single numerical value of the pasoestart command’s completion status. See the above list of pasoestart exit statuses
|
Exit errors
|
A brief list of error or fatal log file entries found in the PASOE instance’s /logs files. This is provides as hints to why the PASOE instance startup failed and provides references for where the administrator/developer may find the full error output.
The Exit errors information may be blank/empty for some types of completion statuses
|
Initial State
|
Exit State
|
Description
|
stopped
|
started
|
PASOESTART succesfully started Tomcat, the OpenEdge application, the Agent, and startup event procedures
|
stopped
|
stopped
|
Startup failed and the instance was stopped due to a PASOETART timeout or errors.
|
stopped
|
starting
|
A startup timeout was detected and the server is hung in the starting state after a failed attempt to stop the instance.
Try the PASOESTART restart command once, then manually stop the instance if restart is not successful.
|
started
|
started
|
The instance was already running – the state of the instance is not changed. The server may, or may not, be usable
|
started
|
started
|
After a PASOESTART restart, a running instance was stopped, and then Tomcat, the OpenEdge application, the Agent, and startup event procedures were restarted successfully.
|
started
|
stopped
|
After a PASOESTART restart, a running instance was stopped, and failed during a restart due to a timeout or errors.
Try the PASOESTART restart command once more, then manually stop the instance if restart is not successful.
|
started
|
starting
|
After a PASOESTART restart, a running instance was stopped, and timed out in thestarting state.
The instance is not in a usable condition. Retry the PASOESTART restart command once. If it is not successful, manually stop the instance.
|
starting
|
starting
|
After a PASOESTART restart, an instance is hung in the startingstate and no restart was performed.
The instance is not in a usable condition. Retry the PASOESTART restart command once. If it is not successful, manually stop the instance.
|
starting
|
starting
|
The PASOE instance is hung in the starting state and no restart was performed. The instance is not in a usable condition. Manually stop the instance or run a PASOESTART restart.
|
starting
|
stopping
|
After attempting to stop an instance hung in the starting state, the instance hangs in the stopping state.
The instance is not in a usable condition. Try the PASOESTART restart command once. If it is not successful, manually stop the instance.
|
starting
|
stopped
|
After a PASOESTART restart, an instance hung in the starting state, was stopped, and failed to restart due to a timeout our errors.
Retry the PASOESTART restart command once.
|
starting
|
started
|
After a PASOESTART restart, an instance hung in the starting state was stopped and then Tomcat, the OpenEdge application, the Agent, and startup event procedures were restarted successfully.
|
stopping
|
stopping
|
The instance is hung in the stopping state and no restart was performed. The instance is not in a usable condition. Manually stop the instance or run a PASOESTART restart.
|
stopping
|
stopping
|
After a PASOESTART restart, an instance hung in the stopping state , was stopped, restarted, and then hung in the stopping state because of a timeout or errors.
The instance is not in a usable condition. Manually stop the instance.
|
stopping
|
stopped
|
After a PASOESTART restart, an instance hung in the stopping state , was stopped, restarted, and stopped a second time because of a timeout or errors.
The instance is not in a usable condition.
|
stopping
|
started
|
After a PASOESTART restart, an instance hung in the stopping state, was stopped, and then successfully restarted and then Tomcat, the OpenEdge application, the Agent, and startup event procedures were restarted successfully.
|