
SAPOSCOL: Working Directory and Profile Parameters
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
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>

Working Directory and Log Files of the CCMS Agents).

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.

The system XYZ and the system C11 have different SAP Basis releases, and both systems are on the same host. The profile parameter
See also: