Start of Content Area

Function documentation Control SAPOSCOL on Remote Hosts  Locate the document in its SAP Library structure

Use

If a CCMS agent is running on a remote host that is registered with a central system, you can start and stop SAPOSCOL on the remote host and display its log file dev_coll in the operating system monitor (transaction OS07).

Prerequisites

The agent of the remote host must have the following information in its profile:

If you start or stop SAPOSCOL using a CCMS agent, the agent uses its profile to start and stop SAPOSCOL. This means that the newly started SAPOSCOL has DIR_PERF of the agent as its working directory. This means that the agent has a connection to exactly one version of the SAPOSCOL program, so that there is no confusion if there are multiple installed versions of SAPOSCOL.

This graphic is explained in the accompanying text

If you first stop and then restart SAPOSCOL using an agent, the working directory of SAPOSCOL can adjust to the working directory of the agent. This means that data is not lost.

Example

sapccmsr -<parameters> pf=AgentProfile.pfl

with AgentProfile.pfl:

DIR_PERF=/usr/sap/agents
exe/saposcol=/usr/sap/tmp/saposcol

SAPOSCOL therefore automatically uses DIR_PERF of the agent.

sapccm4x -<parameters> pf=<SAPInstanceProfile>

with <SAPInstanceProfile>:

DIR_PERF=C:\saploc\PRFCLOG
exe/saposcol=C:\usr\sap\BCE\SYS\exe\
run\saposcol.exe

SAPOSCOL uses DIR_PERF as its working directory.

See also:

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

End of Content Area