HCL Workload Automation, Version 9.4

Starting, stopping, and displaying dynamic workload broker status

About this task

To start or stop dynamic workload broker, use the startBrokerApplication or stopBrokerApplication commands on the active master domain manager. Since these commands are processed asynchronously, the brokerApplicationStatus command allows you to check the status of dynamic workload broker following a start or a stop. Ensure that WebSphere Application Server is running and proceed as follows:

Starting dynamic workload broker
Use startBrokerApplication.sh on UNIX and Linux or startBrokerApplication.bat on Windows as follows:

startBrokerApplication -user username -password password [-port portnumber]

where username and password are the credentials used during the installation. The parameter portnumber is optional; this value is defined in the Broker.Workstation.Port property in /opt/HCL/TWA92_SVT/TDWB/config/BrokerWorkstation.properties. The default is 31114.

Stopping dynamic workload broker
  1. Use stopBrokerApplication.sh on UNIX and Linux or stopBrokerApplication.bat on Windows as follows:

    stopBrokerApplication -user username -password password [-port portnumber]

    where username and password are the credentials used during the installation. The parameter portnumber is optional. If it is not defined, the default is used.

  2. Run the link command. If you do not run this command, the dynamic workload broker server is automatically linked ten minutes after the stop operation.
Displaying dynamic workload broker status
Use brokerApplicationStatus.sh on UNIX and Linux or brokerApplicationStatus.bat on Windows as follows:

brokerApplicationStatus -user username -password password [-port portnumber]

where username and password are the credentials used during the installation. The parameter portnumber is optional. If it is not defined, the default is used.