
CCMS agents are no longer required for purely SAP NetWeaver 7.1 landscapes; their functions are performed by NetWeaver Management Agents. Information about when you need CCMS agents for SAP NetWeaver 7.1 can be found under: CCMS Agents: Central Monitoring for Components up to SAP NetWeaver 7.0.
The CCMS agents expand the monitoring architecture by providing an alternative connection route from the central monitoring system to any other servers. In doing so, they enable you to:
This section describes the installation and registration of CCMS agents in general terms, with all setting options. In most cases, however, you will only want to register SAP NetWeaver components with a CEN using CCMS agents. These default procedures are described here: Installing CCMS Agents for SAP NetWeaver Components
| CCMS Agent | Windows | Unix |
|---|---|---|
SAPCCMSR SAPCM3X |
\\<host>\saploc\prfclog |
/usr/sap/ccms/bin |
SAPCCMSR with Option j2ee SAPCCM4X |
\\<host>\usr\sap\<SysID> \SYS\exe\run |
/usr/sap/<SysID>/SYS/exe/run |
The directory saploc can also have another name; the important thing is that it is released as a share with the name saploc. By default, it is the directory <drive:>\usr\sap. If the directory does not exist, create it yourself during the installation.
<drive>:\usr\sap\<SysID>\SYS\profile\<SysID>_<InstDir>_<Host> (Microsoft Windows)
/usr/sap/<SysID>/SYS/profile/<SysID>_<InstDir>_<Host> (UNIX)
For agents SAPCM3X and SAPCCMSR without the option -j2ee, on the other hand, the specification of a profile file is optional, and usually not necessary. Information about which profile parameters can be set in profile files like this can be found here: Profile File of the CCMS Agents.
You can also create the configuration files from points 3 to 6 after registering the CCMS agent. However, you must then ensure that the agent takes these files into account. To do this, restart the agent (see Controlling CCMS Agents).
For information about the special features of the registration of SAPCCMSR with Option j2ee are discussed in Registering SAPCCMS with the -j2ee Option.
| Agent | Start Command |
|---|---|
SAPCCMSR |
sapccmsr -DCCMS [pf=<profile path>] |
SAPCCMSR -j2ee |
sapccmsr -j2ee -DCCMS pf=<profile path> |
SAPCCM4X |
sapccm4x -DCCMS pf=<profile path> |
SAPCM3X |
sapcm3x -DCCMS [pf=<profile path>] |
On a UNIX platform, you must also ensure yourself that the CCMS agent is automatically started after a restart of the server (for example, by entering the start command in INITTAB).
Start Page CCMS Agents