How to setup RMS with TIBCO FTL as cluster provider and TIBCO Activespaces as the store provider
book
Article ID: KB0073584
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
6.1.0 HF 01
Description
How to setup RMS with TIBCO FTL as cluster provider and TIBCO Activespaces as the store provider
Issue/Introduction
Steps to run RMS with TIBCO FTL as the cluster provider and TIBCO ActiveSpaces as the store provider
Environment
All Supported Platforms
Resolution
Perform following steps to run RMS with TIBCO FTL as cluster provider and TIBCO Activespaces as the store provider:
1) Generate TIBCO ActiveSpaces schema scripts for RMS using the following command: cd BE_HOME/bin ./be-storedeploy -c BE_HOME/rms/bin/RMS_FTL.cdd -o BE_HOME/rms/bin/rms_as4 -s ACTIVESPACES BE_HOME/rms/bin/RMS.ear
Note: For more details about this command, refer to "Generating Deployment Scripts for a Store" in TIBCO BusinessEvents Developer’s Guide.
2) Start the TIBCO FTL server and TIBCO ActiveSpaces grid with the name "rms_grid" (or a name of your choice). On this grid, run the following two scripts:
a) BE_HOME/bin/create_tables_as.tibdg b) Script generated in step #1 above. E.g. BE_HOME/rms/bin/rms_as4.tibdg.
Note: Refer TIBCO FTL, TIBCO ActiveSpaces 4.x documentation for running the TIBCO FTL server and the TIBCO ActiveSpaces grid.
3) Start the RMS server using the RMS_FTL.cdd with the following command: ./be-rms -c RMS_FTL.cdd