PMDF System Manager's Guide


Previous Contents Index


CACHE/SYNCHRONIZE

Update the queue cache database so as to reflect all messages currently present in the message queues.

Syntax

PMDF CACHE/SYNCHRONIZE

Command Qualifiers Defaults
None. None.

restrictions

Requires sufficient privileges to scan the PMDF_QUEUE:[*] subdirectories and add entries to the queue cache database.

Parameters

None.

Description

The CACHE/SYNCHRONIZE utility updates the active queue cache database by updating it to reflect all non-held message files currently present in the PMDF_QUEUE:[*] subdirectories.

The PMDF CACHE/CLOSE command does not need to be issued in conjunction with the PMDF CACHE/SYNCHRONIZE command.

The queue cache database is the file pointed at by the PMDF_QUEUE_CACHE_DATABASE logical. Normally, this is the file queue_cache.dat in the PMDF_TABLE: directory. This file should be protected against world and group access and be owned by the same UIC as the directory files queue.dir and log.dir in the PMDF_ROOT: directory.


EXAMPLES

To synchronize the queue cache, for instance after renaming a message file, issue the command


$ PMDF CACHE/SYNCHRONIZE


Previous Next Contents Index