HCL Workload Automation, Version 9.4

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. Table 1 explains how you can start and stop both the WebSphere Application Server 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 and the event monitoring engine.

conman start
conman startappserver
conman startmon

conman start
conman startappserver
conman startmon

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

conman shutdown
./stopWas.sh

conman shutdown -appsrv
shutdown -appsrv

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

conman shutdown
shutdown

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

./startWas.sh
or
conman startappserver

startWas
or
conman startappserver

Stop WebSphere Application Server

./stopWas.sh
or
conman stopappserver

stopWas
or
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. Use one of the commands listed in this table instead. If you use Windows services to stop WebSphere Application Server, the appserverman process, which continues to run, will start it again.

Refer to StartUp for more information on the StartUp utility command.

Refer to shutdown for more information on the shutdown utility command.

Refer to HCL Workload Automation: Administration Guide for more information on startWas and stopWas commands.

Refer to start for more information on the conman start command.

Refer to stop for more information on the conman stop command.

Refer to shutdown for more information on the conman shutdown command.

Refer to startappserver for more information on the conman startappserver command.

Refer to stopappserver for more information on the conman stopappserver command.

Refer to startmon for more information on the conman startmon command.

Refer to stopmon for more information on the conman stopmon command.

If the agent is installed on a Windows system, WebSphere Application Server 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 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.