logmgr (uxauth.ini)

The [logmgr] section contains tokens that the UNAB logging utility uses.
capamsc141
The [logmgr] section contains tokens that the UNAB logging utility uses.
  • audit_back
    Defines the full path name of the audit log backup file.
    Default
    : /opt/CA/uxauth/log/uxauth.audit.bak
  • audit_group
    Specifies the name of the group that is permitted to read the audit log files.
    Limits
    : none,
    group_name
    • None - No group access, only root can read the audit log files
    • group_name -
      Defines the name of the group that can read the audit log files
    If you change the value of this token after UNAB creates the audit log file, you must use selang commands to set the file group ownership and the group permissions to read the log. Any files that are created after you set the value of this token have the permissions that you specify.
    Default
    : none
  • audit_log
    Defines the full path name of the audit log file.
    Default
    :/opt/CA/uxauth/log/uxauth.audit
  • audit_max_files
    Defines the maximum number of audit log files to save for each of the specified backup modes. When the maximum number of backup audit log files is reached, UNAB deletes the oldest backup file when it creates the newest. A value of 0 specifies that UNAB keeps accumulating backup files.
    Default
    : 0
  • audit_size
    Defines the maximum size of the audit log file in KB.
    Note
    : The minimum value that you can specify for this token is 50 KB.
    Default
    : 1024
  • audit_to_syslog
    Specifies whether to log audit events to syslog file.
    Limits
    : yes, no
    Default
    : no
  • BackUp_Date
    Specifies the interval for backing up the audit log files.
    Limits
    : none, yes, daily, weekly, monthly
    • none - performs the backup when the file reaches the size that is specified in the audit_size token but does not timestamp the file.
    • yes - Audit log file backup is performed when the audit file reaches the size that is specified in the audit_size token
    • daily - Audit log files backup is performed daily
    • weekly - Audit log files backup is performed on a weekly basis
    • monthly - Audit log files backup is performed on a monthly basis
    Note
    : If you specify daily, weekly, or monthly for this token, UNAB creates a time stamp, backs up the audit log file when the current date surpasses the specified interval, and appends the time stamp to the name of the backup file. However, if the size of the audit log file reaches the size that is specified in the audit_size token before the current date surpasses the specified interval, UNAB backs up the audit log. UNAB does not append the time stamp to the name of the backup file. If you specify yes for this token, the time stamp is always appended to the name of the backup file.
    Default
    : none
  • error_back
    Defines the full path name of the error log file backup copy.
    Default
    :/opt/CA/uxauth/log/uxauth.error.bak
  • error_group
    Specifies the name of the group that is permitted to read the error log files.
    Limits
    : none,
    group_name
    • None - No group access, only root can read the error log files
    • group_name -
      Defines the name of the group that can read the error log files
    Note:
    If you change the value of this token after UNAB creates the error log file, you must use selang commands to set the file group ownership and the group permissions to read the log. Any files that are created after you set the value of this token have the permissions that you specify.
    Default
    : none
  • error_log
    Defines the full path name of the error log file.
    Default
    : /opt/CA/uxauth/log/uxauth.error
  • error_size
    Specifies the maximum size of the error log file in KB.
    Note
    : The minimum value that you can specify for this token is 50 KB.
    Default
    : 50