Technical Documentation

Disabling the APE Rulebase

Problem

If the APE rulebase does not behave as expected, you can use the IDP CLI to disable it.

Solution

To disable the APE rulebase:

  1. Log into the CLI as admin and enter su - to switch to root.
  2. Use the following command to show the current value:

    [root@defaulthost admin]# scio const get sc_ape_enable
    scio: sc_ape_enable = 0x1

    A 1 (0x1) indicates the APE is enabled; a 0 (0x0) indicates the APE rulebase is disabled.

  3. Change this setting with the corresponding set command. The following example disables the APE rulebase:

    [root@defaulthost admin]# scio const set sc_ape_enable 0
    scio: setting sc_ape_enable to 0x0

Published: 2010-01-12