Starting and stopping processes on a workstation
About this task
Action | Commands used on UNIX® platform | Commands used on Windows® platform |
---|---|---|
Start all HCL Workload Automation 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 HCL Workload Automation processes and WebSphere® Application Server Liberty. |
conman shutdown |
conman shutdown -appsrv |
Stop all HCL Workload Automation processes with the exception of WebSphere® Application Server Liberty. | conman shutdown |
conman shutdown |
Start all HCL Workload Automation processes with the exception of WebSphere® Application Server Liberty and the event monitoring engine. | conman start | conman start |
Stop all HCL Workload Automation processes but netman, monman, writer, and appservman. | conman stop | conman stop |
Stop all HCL Workload Automation 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 Note: On Windows 2008 must be run as
Administrator. |
Stop the agent locally | ./ShutDownLwa.sh Note: can be run by TWS_user or root
user only. |
shutdownlwa Note: On Windows 2008 must be run as
Administrator. |
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 Base 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 Base 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
About this task
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 Note: On Windows 2008 must be run
as Administrator. |
Stop the agent locally | ./ShutDownLwa.sh Note: can be run by TWS_user or
root user only. |
shutdownlwa Note: On Windows 2008 must be run
as Administrator. |
For more infomation about stopping and starting the agent, see ShutDownLwa - Stop the agent and StartUpLwa - Start the agent.