Broker 10.15 | webMethods Broker Documentation | Running webMethods Broker in a High-Availability UNIX Cluster | Installation and Configuration | Configure the webMethods Broker High-Availability Cluster Scripts | Verify the webMethods Scripts Work Correctly | Debugging the Scripts
 
Debugging the Scripts
*To debug the scripts when they fail to work correctly, do the following:
Add the following command in the beginning of each script:
set -x
This command will cause the script to display commands as they appear on the screen, which you can later analyze to identify the problem.