Entering content frameObject documentationSAPOSCOL: Working Directory and Profile Parameters Locate the document in its SAP Library structure

Definition

Working Directory

The SAPOSCOL working directory is the directory to which the collector writes its data and in which it searches for the log file dev_coll and the shared memory backup file coll.put. It is not the directory, in which SAPOSCOL itself is stored.

Default SAPOSCOL Working Directory

Operating system

Path of the Working Directory

Windows NT

\\host\saploc\prfclog or (if this does not exist) c:\temp

Note

saploc must be released as a share.

UNIX

usr/sap/tmp or (if this does not exist) /tmp

Set a profile parameter if you want to use a different directory. In this case, start SAPOSCOL with a profile saposcol -l pf=<file path/name>), where the specified file contains only the following line:

DIR_PERF = <Path of the desired working directory>

Note

Example

Start SAPOSCOL with the command:

saposcol -l pf=/usr/sap/C11/SYS/profile/saposcol.pfl

The file /usr/sap/C11/SYS/profile/saposcol.pfl contains the line:

DIR_PERF = /usr/sap/my_saposcol_dir

Result: The directory /usr/sap/my_saposcol_dir is the working directory of SAPOSCOL.

The Profile Parameter exe/saposcol

The SAP profile parameter exe/saposcol (which is not a SAPOSCOL profile parameter) contains the complete name of the program SAPOSCOL (which should not be confused with the SAPOSCOL working directory). To start or stop SAPOSCOL, or to display its status from the SAP system or with a CCMS agent, the parameter must point to a correctly installed SAPOSCOL.

If multiple SAP instances are running on a host, for example, each with a different SAP Basis release, ensure that each instance uses the same (newest) version of SAPOSCOL.

Example

The system XYZ and the system C11 have different SAP Basis releases, and both systems are on the same host. The profile parameter exe/saposcol should point to the same, current SAPOSCOL in both systems. Ensure that you set the authorizations so that the SAPOSCOL directory can be accessed by both systems, so that SAPOSCOL can be started by both systems. However, only one SAPOSCOL runs for each host at any one time.

See also:

This graphic is explained in the accompanying text Operating System Monitor and Operating System Collector SAPOSCOL initial pages.

Leaving content frame