!--a11y-->
SAPCCMSR.INI: Configuration File for the
CCMS Agents 
The SAPCCMSR.INI configuration file is stored in the working directory of the CCMS agent. The name of the file is always SAPCCMSR.INI, irrespective of the agent type. It primarily contains path specifications that are required for the operation of the CCMS agents.
Create the configuration file before installing a CCMS agent if you are using at least one of the following functions:
· Your own settings for the monitoring of log files
· Configuration of Monitoring the Operating System Data
· Event Log Monitoring with CCMS Agents
· Alert Logging of CCMS Agents
· Your own settings for displaying file contents in the Alert Monitor
· Monitoring Multiple Systems with Identical System IDs
· Using additional shared libraries
You can set the following parameters in SAPCCMSR.INI:
Parameter |
Description |
PlugIn <file path> [<directory for loading additional dll>] |
Shared library of the agent to be loaded; multiple plug-ins are possible. The file path must not contain any spaces. Some plug-ins, such as itsmon.dll, require in turn additional shared libraries, which are stored in a particular directory. In this case, specify the directory as a second parameter, as otherwise the CCMS agent only searches for these libraries in its working directory, meaning that they might not be loaded. |
LogFile <file path> |
Configuration file for monitoring log files (log file template); you can specify one configuration file for each log file |
LogFileDir <directory path> |
See Monitoring Log Files with CCMS Agents
You may only specify one directory LogFileDir in the configuration file. |
LogfileParam DelTree |
If you specify Deltree, obsolete elements for which no log file exists any longer are deleted from the shared memory |
OsColFile <file path> |
Specifies a SAPOSCOL filter file for filtering out subtrees of the operating system monitoring; the subtrees are then no longer stored in shared memory |
ViewDirList <file path> |
Files for which the agent has explicit permission to read for display in the Alert Monitor |
AlertLog <file path> |
Full path of a log file for detected alerts (specify the filename without suffix, the suffix .log is automatically set) |
AlertLogLevel <level> |
Scope of the alert logging |
PushCycleMinutes <n> |
Optional parameter that specifies how frequently the agent automatically reports values to the central monitoring system: n=1: Default, values are
reported every minute |
LongSid |
If you want to monitor multiple systems with identical system IDs in your system landscape, specify a unique name for the system of the agent here. The first three characters of the name should correspond to the system ID of the monitored system (only for agent SAPCCM4X). |
TrapSendFile |
Complete path of the configuration file for sending the SNMP traps (see Customizing the Configuration File for Sending SNMP Traps; for a general description of SNMP functions for CCMS agents, see Setting Up the Sending and Receiving SNMP Traps Using CCMS Agents) |
TrapReceiveFile <file path> |
Complete path of the configuration file for receiving the SNMP traps (see Adjusting the Configuration File for Receiving SNMP Traps) |
GrmgDir |
You can use the GRMG (Generic Request and Message
Generator) to monitor the availability of technical components or of
steps in business processes (see
A Customizing file specifies which component(s) are to be monitored, and how. To transfer this information to the central monitoring system, Customizing files are automatically transferred with the prefix GRMG_ from the directory GrmgDir and the associated scenario is started. The default value is \\host\saploc\PRFCLOG\grmg for Microsoft Windows or /usr/sap/tmp for UNIX.
Although you can change the directory by setting the parameter GrmgDir, we do not recommend that you do so. Changing the parameter might mean that SAP components that are instrumented for the monitoring are no longer monitored. |
EventLogMon [On|Off] EventLogMon <file path> EventLogResolveMessages [On|Off] |

· Comment lines begin with the number sign (#).
·
Enter the lines in the format
<Parameter_name><space><Parameter_value>.
If SAPCCMSR.INI does not yet exist when the CCMS agent is registered, the system creates the following file empty (containing only comments) in the working directory of the CCMS agent.
### 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>
CCMS Agents start
page, Installing and
Registering CCMS Agents