Starting and stopping processes on a workstation
Action | Commands used on UNIX® platform | Commands used on Windows® platform |
---|---|---|
Start all IBM Workload Scheduler processes including WebSphere Application Server Liberty and the event monitoring engine. |
conman start |
conman start |
Start netman and WebSphere Application Server
Liberty. On
Windows starts also the Tivoli Token Service |
./StartUp.sh | StartUp |
Stop all IBM Workload Scheduler processes and WebSphere Application Server Liberty. |
conman shutdown |
conman shutdown -appsrv |
Stop all IBM Workload Scheduler processes with the exception of WebSphere Application Server Liberty. | conman shutdown |
conman shutdown |
Start all IBM Workload Scheduler processes with the exception of WebSphere Application Server Liberty and the event monitoring engine. | conman start | conman start |
Stop all IBM Workload Scheduler processes but netman, monman, writer, and appservman. | conman stop | conman stop |
Stop all IBM Workload Scheduler processes (including netman). |
conman shutdown |
conman shutdown |
Start WebSphere Application Server Liberty |
|
|
Stop WebSphere Application Server Liberty |
|
|
Start the event monitoring engine | conman startmon | conman startmon |
Stop the event monitoring engine | conman stopmon | conman stopmon |
Start the agent locally | ./StartUpLwa.sh Note: can be run by TWS_user or root
user only. |
startuplwa |
Stop the agent locally | ./ShutDownLwa.sh Note: can be run by TWS_user or root
user only. |
shutdownlwa |
Refer to StartUp for more information about the StartUp utility command.
Refer to shutdown for more information about the shutdown utility command.
Refer to Application server - starting and stopping for more information about starting and stopping WebSphere Application Server Liberty.
Refer to start for more information about the conman start command.
Refer to stop for more information about the conman stop command.
Refer to shutdown for more information about the conman shutdown command.
Refer to startappserver for more information about the conman startappserver command.
Refer to stopappserver for more information about the conman stopappserver command.
Refer to startmon for more information about the conman startmon command.
Refer to stopmon for more information about the conman stopmon command.
If the agent is installed on a Windows system, WebSphere Application Server
Liberty and the netman
processes are automatically started at start time as services together with the
Tivoli
Token Service
.
If the agent is installed on a UNIX system, WebSphere Application Server
Liberty and the netman
processes can be automatically started at start time by adding a statement invoking
Startup in the
/etc/inittab
file.
Starting and stopping the agent
Action | Commands used on UNIX platform | Commands used on Windows platform |
---|---|---|
Start the agent locally | ./StartUpLwa.sh Note: can be run by TWS_user or
root user only. |
startuplwa |
Stop the agent locally | ./ShutDownLwa.sh Note: can be run by TWS_user or
root user only. |
shutdownlwa |
For more infomation about stopping and starting the agent, see ShutDownLwa - Stop the agent and StartUpLwa - Start the agent.