Previous | Next | Contents | Index |
Update the queue cache database so as to reflect all messages currently present in the message queues.
pmdf cache -synchronize
Command Qualifiers Defaults None. None.
Must have superuser privileges (UNIX) or be logged in as Administrator (NT) in order to use this utility.
None.
The
pmdf cache -synchronize
utility updates the active queue cache database to reflect all non-held message files currently present in the PMDF queue subdirectories,/pmdf/queue/*
on UNIX orC:\pmdf\queue\*
on NT.The queue cache database consists of the files contained in the directory pointed at by PMDF_QUEUE_CACHE_DATABASE option in the PMDF tailor file,
/etc/pmdf_tailor
, on UNIX, or the PMDF_QUEUE_CACHE_DATABASE PMDF Tailor registry entry on NT. Normally, the queue cache directory is called/pmdf/table/queue_cache
on UNIX, and is usuallyC:\pmdf\table\queue_cache
(possibly on a drive other than C:) on NT. On UNIX, this directory and the files it contains should be protected against world and group access (-rwx------
) and have the same uid as the directories/pmdf/queue
and/pmdf/log
.
To synchronize the queue cache, for instance after renaming a message file, issue the UNIX command
or the NT command
# pmdf cache -synchronize
C:\> pmdf cache -synchronize
Previous | Next | Contents | Index |