Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | Broker Monitor | Starting Broker Monitor | Starting Broker Monitor Manually on UNIX Systems
 
Starting Broker Monitor Manually on UNIX Systems
If your Broker Monitor is configured for manual startup or if Broker Monitor has been stopped and needs to be restarted, perform one of the following to start it manually.
*Run the startup script.
*Start the Broker Monitor service.
*To start Broker Monitor manually on UNIX using the startup utility
1. Navigate to the webMethods Broker_directory /bin directory.
2. Run the following command:
./startup.sh
Broker Monitor starts, and then Broker Monitor automatically starts all the Broker Servers to be monitored by it. If Broker Monitor is already running, then the startup script does nothing.
*To start Broker Monitor manually on UNIX using the start script
1. Navigate to the directory that contains the Broker Monitor script.
2. Run the following command:
./S45brokerversion start
Where S45brokerversion specifies the file name of the start up script.
3. To confirm that Broker Monitor is running, enter the following command:
ps -ef | grep aw
If Broker Monitor is running, "awbrokermon" will appear in the process list.