Starting and stopping processes on a workstation

About this task

The type of operating system installed on the workstation determines how HCL Workload Automation processes can be started from the command line. Starting and stopping HCL Workload Automation on a workstation explains how you can start and stop both the WebSphere Application Server Liberty Base infrastructure and HCL Workload Automation processes on a workstation based on the operating system installed.
Table 1. Starting and stopping HCL Workload Automation on a workstation
Action Commands used on UNIX® platform Commands used on Windows® platform
Start all HCL Workload Automation processes including WebSphere Application Server Liberty Base and the event monitoring engine.

conman start
conman startappserver
conman startmon

conman start
conman startappserver
conman startmon

Start netman and WebSphere Application Server Liberty Base. On Windows starts also the Tivoli Token Service ./StartUp.sh StartUp
Stop all HCL Workload Automation processes and WebSphere Application Server Liberty Base.

conman shutdown
stopAppServer

conman shutdown -appsrv
shutdown -appsrv

Stop all HCL Workload Automation processes with the exception of WebSphere Application Server Liberty Base. conman shutdown

conman shutdown
shutdown

Start all HCL Workload Automation processes with the exception of WebSphere Application Server Liberty Base 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
shutdown

Start WebSphere Application Server Liberty Base


conman startappserver


conman startappserver

Stop WebSphere Application Server Liberty Base


conman stopappserver


conman stopappserver

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.
Note: On Windows systems refrain from using Windows services to stop WebSphere Application Server Liberty Base. Use one of the commands listed in this table instead. If you use Windows services to stop WebSphere Application Server Liberty Base, the appserverman process, which continues to run, will start it again.

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 Base.

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

The type of operating system installed on the workstation determines how agents can be started from the command line.
Table 2. 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
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 and StartUpLwa.