PMDF System Manager's Guide


Previous Contents Index

5.1 Locating and Loading the Mapping File

All mappings are kept in the PMDF mapping file.1 Each time a PMDF program begins running, this file is read and loaded into memory. This overhead can be avoided by compiling your PMDF configuration, in which case the contents of the mapping file will be incorporated into the compiled configuration. The disadvantage to this, however, is that it means that the configuration must be recompiled and reinstalled whenever a change is made to the mapping file or to an include file used by the mapping file. See Section 8.1 for details on compiling your configuration.

The mapping file should be world readable. Failure to allow world read access will lead to erratic behavior.

Note

1 This is the file pointed to by the PMDF_MAPPING_FILE logical (OpenVMS), PMDF Tailor file entry (UNIX), or Registry entry (NT), and hence is usually PMDF_TABLE:mappings. (OpenVMS) or /pmdf/table/mappings (UNIX) or C:\pmdf\table\mappings (NT).


Previous Next Contents Index