Go to primary content
Oracle® Communications Diameter Signaling Router Mediation User's Guide
Release 8.4
F12291
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Raising the Limit of Active Rule Templates

Use this procedure to raise the maximum number of active rule templates to 64. Repeat these steps on every SOAM.

  1. Use SSH to access the active SOAM.
  2. Verify the current limit value using these commands:
    iqt -L CapmOptions where "varId='CAPM_MaxActiveTasks'"
    iqt -L CapmOptions where "varId='CAPM_MaxAssignedActiveTasks'"
  3. Execute these commands to set new limits, replacing <NUMBER> with the desired value:
    iset -fvalue=<NUMBER> CapmOptions where "varId='CAPM_MaxActiveTasks'"
    iset -fvalue=<NUMBER> CapmOptions where "varId='CAPM_MaxAssignedActiveTasks'"
  4. Verify the limits have been increased using the same commands from step 2:
    iqt -L CapmOptions where "varId='CAPM_MaxActiveTasks'"
    iqt -L CapmOptions where "varId='CAPM_MaxAssignedActiveTasks'"