In TIBCO BusinessEvents (BE), I have built an FTtest.ear and configured Fault Tolerance properties in the BE tra files named be-engine_FTtest_1.tra and be-engine_FTtest_2.tra.How to run the BE enginers as FT pair from Command Line?

In TIBCO BusinessEvents (BE), I have built an FTtest.ear and configured Fault Tolerance properties in the BE tra files named be-engine_FTtest_1.tra and be-engine_FTtest_2.tra.How to run the BE enginers as FT pair from Command Line?

book

Article ID: KB0092132

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
If you have configured Fault Tolerance properties in the BE tra files, you can run BE engines as FT pair with the following commands:

&ltbe-home>/bin/be-engine --propFile be-engine_FTtest_1.tra FTtest.ear

&ltbe-home>/bin/be-engine --propFile be-engine_FTtest_2.tra FTtest.ear

Note:

--propFile: By default, be-engine binary looks for a properties file with the same name as the binary, with a .tra extension, i.e. be-engine.tra. This command line option overrides this behavior and allows for the use of a properties file with any name.

You can use additional “-p &ltproperty file>” option to pass one or more property files to be-engine to be used in addition to the engine tra file.

You need to include the path to the files at the command line if the files are not in the current working directory and the directory of the files are not in the PATH environment variable.

Issue/Introduction

In TIBCO BusinessEvents (BE), I have built an FTtest.ear and configured Fault Tolerance properties in the BE tra files named be-engine_FTtest_1.tra and be-engine_FTtest_2.tra.How to run the BE enginers as FT pair from Command Line?