Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Parameters for commonConfig.properties : Cluster/FT Map

Cluster/FT Map
The section Cluster/FT Map of the file commonConfig.properties contains the parameters needed to map fault-tolerant groups to service instances and to map Public Smart Routing clusters to fault-tolerant groups. Both parameter groups are optional. The following properties are used with the task -configFtClusterMap and are only applicable for Dual Firewall deployment.
Mapping Fault-Tolerant Groups to Service Instances
bc.appmanage.ft.group.<groupname> = [<host>.<index>,]
<groupname>
Fault-tolerant group name
<host>
Host machine running the service instance occurrence.
<index>
Required to denote the service instance occurrence on a host machine. Repeat <host>.<index> to assign multiple service instance to a fault-tolerant group.
Examples:
bc.appmanage.ft.group.myFTGroupA = myHostX.1, myHostY.2
bc.appmanage.ft.group.myFTGroupB = myHostY.1, myHostX.2
bc.appmanage.ft.group.myDefaultFT = myHostZ.1
Mapping Public Smart Routing Clusters to Fault-Tolerant Groups
bc.appmanage.cluster.queue.[<queuename> | default]= [<groupname>,]
<queuename>
Public Smart Route rule name. Repeat <groupname> to assign multiple fault-tolerant groups to a public Smart Routing cluster.
<default>
Denotes the NO MATCHING RULES rule name. If a service instance binding exists but is not present in these properties, it will automatically be assigned to a default fault-tolerant group named <domain>.BCFTGROUP.DEFAULT. All unassigned fault-tolerant groups with be automatically added to the default cluster queue when the default cluster queue property is not present.
Examples:
bc.appmanage.cluster.queue.myLargeEmailRule = myFTGroupA
bc.appmanage.cluster.queue.myLargeHTTPRequestRule = myFTGroupB
bc.appmanage.cluster.queue.default = myDefaultFT

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved