
Monitoring Operating System Data with CCMS Agents
Use
The operating system collector
SAPOSCOL collects operating system data for any host and stores this in a segment of the shared memory. All CCMS agents can copy this data to the CCMS monitoring segment and transfer it to the central monitoring system. This means that the data is visible in the CCMS monitoring architecture and is displayed in the familiar transactions ST06 and OS07.
In this way, you can monitor the operating system data for servers without a running SAP Basis system. An expensive installation and configuration of RFCOSCOL is no longer necessary (see also
Installation of the Operating System Collector SAPOSCOL).
Features
After the successful installation of the agent, the CCMS monitoring architecture displays the following data in the Operating System monitor:
Irrespective of this, transaction OS07 displays all data collected by SAPOSCOL. OS07 is therefore well suited to being an analysis method for the Operating System monitor. You can display this data using the RFC destination SAPCCMSR.<hostname>.99.
The agent also allows an individualized selection of subtrees for the Operation System and Filesystems monitors. You can use a filter to explicitly remove subtrees or entire components from the monitoring display. No monitoring nodes are then generated for these. Alternatively to filtering out file systems, you can activate an exclusive monitoring with which only the file systems that you explicitly specify are monitored. All other file systems are not then monitored. For these settings, the CCMS agent requires a configuration file (referred to as
oscolfile.txt in the following) that you specify in the SAPCCMSR.INI file using the parameter OsColFile. You can make the following specifications in the oscolfile.txt configuration file:After the keyword
You can use the keyword
As an alternative to filtering out individual file systems, you can activate an exclusive monitoring. In this case, the system creates subtrees in the monitoring architecture for only the file systems that you specify with the keyword
![]()
If you have installed an SAPCCM4X agent, there is already a complete Operating System monitoring tree that was created by the monitored SAP instance. In this case, you must deactivate the ABAP data collector in the monitored system. The SAPCCM4X agent then creates a new Operating System monitoring tree in accordance with
Example
The following lines are contained in the configuration file SAPCCMSR.INI:
### Format of entries for mechanism to filter out SAPOSCOL values:
OsColFile d:\usr\sap\TVB\D26\log\sapccm4x\oscolfile.txt
The specified file
oscolfile.txt contains the following lines:#######################################################################
###
### OsColFile.txt
### Configuration file for Operating System Monitoring
###
#######################################################################
# FilterOutComponent <Component Name>
### CCMS agent does not create MTEs for <Component Name>
### Windows: <Component Name> = CPU | Lan | Commit_Charge | Paging |
### Filesystems
### UNIX: <Component Name> = CPU | Lan | SwapSpace | Paging |
### Filesystems
# FilterOutFilesystem <Filesystem Name> | <Pattern>
### CCMS agent does not create MTEs for <Filesystem Name> |<Filesystem>
### Filesystem name can contain '*' as a wildcard (<Pattern>).
### CCMS agent does not create MTEs for <Filesystem Name> | <Pattern>
# MonitorFilesystem <Name> | <Pattern> [ <MTE Class> [<Group>]]
### CCMS agent creates MTEs for this file system only. All other
### Filesystems are ignored
### Name can contain '*' as a wildcard (<Pattern>)
### Name can be an unsubstituted filesystem name e.g. $DIR_TRANS
### $DIR_PERF, if these represent file systems collected by saposcol
### <MTE Class> and <Group> are optional. If you want to specify
### your own customizing group you have to specify an MTE class, too.
![]()
|
Contents of oscolfile.txt |
Description |
|
FilterOutComponent CPU |
|
|
FilterOutComponent |
|
|
FilterOutComponent CPU |
|
|
MonitorFilesystem |
|
See also:
Installation of the CCMS Agents
Operating System Monitor