Defining the Policy Agent configuration files

Defining the Policy Agent configuration files

Overview

The main configuration file is used to configure certain operational characteristics of Policy Agent.

Statements

The main configuration file contains the following statements:

  • The TcpImage statement specifies a TCP/IP image (a TCP/IP stack) and its associated image-specific configuration file.
  • The LogLevel statement controls the amount of information logged by Policy Agent.
  • The TTLSConfig statement identifies the AT-TLS policy file for this TCP/IP stack.

Example

A sample configuration file can be found in member PAGNTCFG in the BSA.SAMPLIB.

# POLICY AGENT CONFIGURATION FILE
#
# LOGLEVEL STATEMENT
# SYSERR, OBJERR, PROTERR, AND WARNING MESSAGES ARE LOGGED.
#
LogLevel 15
#
# AT-TLS policy for the TCPIP image:
#
TcpImage TCPIP FLUSH PURGE 3600
TTLSConfig //'BETA.BSA.IP.PARMLIB(TTLSCONF)'

Important:

  • Parameter names and values are case-sensitive.
  • Line numbering must be turned off when editing this member.