Configuring Global Throttle Manager

To run the Global Throttle Manager instances in a fault tolerant mode, you must set the Max Active property. Optionally, you can configure Agent Priority parameter. The Max Active and Priority parameters are defined in the asg_core.cdd file. See Fault Tolerant Configuration Parameters for description of parameters.
Note: You can change the location of the Global Throttle Manager file using the following property:
tibco.clientVar.GTM/Files/ThrottleState=/file/location/filename.txt

You can set the number of the active instances and priority for the Global Throttle Manager instances.

Procedure

  1. Navigate to the ASG_HOME/bin directory.
  2. Edit the asg_core.cdd file. You can edit the file either using a text editor or using the Studio. See Edit Cluster Deployment Descriptor (CDD) File.
  3. Set the Max Active property as follows for the Agent Classes > gtm-class (Inference) agent. See Setting Max Active using the Studio.
     Max Active 1
  4. Save the changes.
  5. Optionally, you can set the priority for the asg-gtm processing unit using the Studio as follows. See Setting Priority.
    1. Go to Processing Units tab.
    2. Select the asg-gtm node.
    3. Go to the Agents section, and select the row with gtm-class agent.
    4. Set a value for Priority. For example, you can set this value to 2.
  6. Save the changes.