Previous Topic: WebAgent.conf file for Framework AgentsNext Topic: Restrict Changes to Local Configuration Parameters


Implement Local Configuration

You can control whether local configuration is allowed with the following parameter:

AllowLocalConfig

Instructs the Agent Configuration Object on the Policy Server to read the local configuration file to obtain configuration parameters for the agent. This parameter is used only in Agent Configuration Objects.

Add multiple values for this parameter in the Agent Configuration Object to control which parameters can be changed in a local configuration file. When multiple values are set for this parameter, they are processed in the following order:

Default: No (local configuration prohibited).

Example: No, EnableAuditing, EnableMonitoring (all local configuration prohibited).

Example: No, Yes (all local configuration prohibited).

Example: EnableAuditing, EnableMonitoring (allows local control of the only the two previous parameters).

To implement local configuration

  1. Log into the Administrative UI.

    The Welcome screen appears.

  2. Click the Infrastructure, Agent Configuration.

    A list of agent configuration tasks appears.

  3. Click Modify Agent Configuration.

    The search window appears.

  4. (Optional) Fill out the search form to narrow your search criteria.
  5. Click Search.

    A list of Agent Configuration objects appears.

  6. Click the radio button on the left of the Agent Configuration Object associated with the Agent on which you want to implement local configuration, and then click Select.

    The Modify Agent Configuration dialog appears.

  7. Click the arrow to the left of the AllowLocalConfig parameter.

    The Edit Parameter dialog appears.

  8. Change the text in the Value field to yes, and then click OK.

    The Edit Parameter dialog closes.

  9. Click Submit.

    A confirmation message appears. Local configuration is enabled.

  10. Open the appropriate local configuration file on your web server and change the parameter settings you want.
  11. For traditional agents only, set the value of the EnableWebAgent parameter to yes.
  12. Save and close the local configuration file.
  13. For Framework agents only, do the following steps:
    1. Open the WebAgent.conf file.
    2. Set the value of the EnableWebAgent parameter to yes.
    3. Save and close the WebAgent.conf file.
  14. Restart the web server.

    Local configuration is enabled and any updated parameters are changed.

More information:

Parameters Requiring a Server Restart when Changed

Enable a Web Agent