logmgr (pmd.ini)

The [logmgr] section contains the parameters used by the PMDB logging facility.
capamsc141
The [logmgr] section contains the parameters used by the PMDB logging facility.
  • audit_back
    Specifies the name of the PMDB audit backup file.
    Default:
    pmd_audit.bak
  • audit_log
    Specifies the name of the PMDB audit log file.
    Default:
    pmd_audit
  • audit_group
    Specifies the group that can read the PMDB audit files. If no group is specified, only root can read the audit files. 
    PAM Server Control
    does not verify the value of this token, so if you enter an invalid group name, 
    PAM Server Control
    does not assign any group permissions to the audit log files.
    To change the group ownership of an existing audit log file, do the following:
    1. Use the selang command chgrp to set the group ownership of the files.
    2. Change the UNIX permissions by entering:
        chmod 640 /opt/CA/PAMSC/log/seos.audit  
    Default:
    none
  • audit_size
    Specifies the size of the PMDB audit log file, in KB. Do not specify a size less than 50 KB.
    Default:
    50 KB
  • error_back
    Specifies the name of the PMDB error backup file.
    Default:
    pmd_error.bak
  • error_log
    Specifies the name of the PMDB error log file.
    Default:
    pmd_error
  • error_group
    Specifies the group that can read the PMDB error files. If no group is specified, only root can read the error files. 
    PAM Server Control
    does not verify the value of this token, so if you enter an invalid group name, 
    PAM Server Control
    does not assign any group permissions to the error log files.
    To change the group ownership of an existing error log file, do the following:
    1. Use the selang command chgrp to set the group ownership of the files.
    2. Change the UNIX permissions by entering:
        chmod 640 /opt/CA/PAMSC/log/seos.error  
    Default:
    none
  • error_size
    Defines the maximum size, in KB, of the PMDB error log file (defined by error_log).
    Limits:
    A minimum value of 50 KB.
    Default:
    50
  • max_log_size
    Specifies the size of the PMDB general log file in KB.
    Default:
    50 KB
  • pmd_log_level
    Determines the messages that are logged in the PMDB log file.
    Valid values include the following:
    0
    -Do not log any entries.
    1
    -List only error messages.
    2
    -List error and informational messages.
    Default:
    2
  • use_syslog
    Determines whether the policy model daemon should write syslog messages.
    Default:
    yes