
SAPCCMSR.INI: Configuration File for the CCMS Agents
Definition
The SAPCCMSR.INI configuration file is stored in the
Working Directory of the CCMS Agent. Its name is always SAPCCMSR.INI, irrespective of the agent type. It mainly contains path specifications required for the operation of the CCMS Agents.If SAPCCMSR.INI does not exist when the CCMS agent is registered, the system creates the file empty (containing only comments) in the working directory of the CCMS agent. You can, however, also create the file with entries in the directory before this.
Parameters of the SAPCCMSR.INI Configuration File
|
Parameter |
Value |
Meaning |
|
PlugIn |
<File path> |
Shared library of the agent to be loaded; multiple plug-ins are possible |
|
LogFile |
<File path> |
Configuration file for the log file adapter; you can specify one log file per configuration file |
|
LogfileParam |
DelTree |
If "Deltree" is specified, obsolete elements for which there is no longer a log file, are removed from shared memory |
|
OsColFile |
<File path> |
Specifies a file for filtering out subtrees of the operating system monitoring; the subtrees are then no longer stored in shared memory |
|
AlertLog |
<File path> |
Complete path of a log file for detected alert (Specify the file name without extension; the extension .log is automatically added) |
|
AlertLogLevel |
<level> |
Scope of the logging |

For more information about the parameters above, see:
Example
### Configuration file for CCMS agents SAPCCMSR and SAPCCM4X
###
### Format of entries for plugins:
# PlugIn <full path of shared library to load>
###
### Format of entries for logfile monitoring:
# LogFile <full path of logfile template>
###
### Format of entries for the option to delete trees
### if no corresponding logfile exists:
### This Parameter is optional, if not specified the tree still remains
# LogFileParam DelTree
###
### Format of entries for mechanism to filter out SAPOSCOL values:
# OsColFile <full path of oscolfile template>
###
### Name of Logfile for detected alerts
### This Parameter is optional, if not specified there is no logging of Alerts
# AlertLog <full path filename, without suffix>
###
### Level of logging (0: no logging, 1: Logging of Alerts, 2: in addition log
### suppressed alerts, new values, creation, deletion, reset for any MTE)
### Parameter is optional, default = 0 if AlertLog is not set, else default = 1
# AlertLogLevel <level>
See Also:
Installation of the CCMS Agents