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 and the event monitoring engine. | conman start |
conman start |
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 |
conman shutdown -appsrv |
Stop all HCL Workload Automation processes with the exception of WebSphere Application Server. | conman shutdown | conman 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 |
Start WebSphere Application Server | ./startWas.sh |
startWas |
Stop WebSphere Application Server | ./stopWas.sh |
stopWas |
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 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
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.