Start of Content Area

Procedure documentation Deactivating Object Monitoring by SAPOSCOL  Locate the document in its SAP Library structure

Use

You can remove selected disks or file systems from the monitoring by SAPOSCOL. SAPOSCOL then collects no data for these objects.

Note

So that disks and file systems are monitored by SAPOSCOL under Microsoft Windows NT/2000, ensure that the performance counter diskperf is activated with the command diskperf –Y.

Procedure

...

       1.      Create a file with the name dev_filter that contains the names of the disks and file systems that are not to be monitored. The file content has the following structure:

$<Device ID>
<Device Name 1>
...

<Device Name n>

The device ID can be either DISK for disks or FSYS for file systems. The entries are disks or file systems that are not to be displayed.

Note

       Exactly one entry is allowed for each line; whether the entries are case-sensitive depends on the general specifications of the operating system.

       The asterisk (*) wild card character is allowed; the character is permitted once for each name.

       The list can contain up to 2000 entries for each type.

Example

The following file dev_filter filters out disk names that end with Total; it also filters out the file system C: and systems that begin with D :

$DISK
*Total
$FSYS
C:

D*

Save the file dev_filter in the working directory of SAPOSCOL (see SAPOSCOL: Working Directory and Profile Parameters).

If SAPOSCOL is already running, you should stop SAPOSCOL.

2.       Delete the coll.put file in the working directory of SAPOSCOL.

Start SAPOSCOL (see Starting SAPOSCOL).

This graphic is explained in the accompanying text

The OS/390 platform does not support the filtering of disks/file systems.

More information:

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

 

End of Content Area