pmd Command Control a PMDB
Valid in the pmd environment
capamsc141
Valid in the pmd environment
The pmd command clears the Policy Model error log, updates the subscriber list, starts and stops the Policy Model service, and truncates the update file.
This command has the following format:
pmd pmdName \
{[release(subname)|start|stop|truncate(offset)|lock|unlock \ |reloadini|startlog|killog|clrerror|backup|operation]}
- backupMoves the Policy Model to backup status.
- clrerror|clrerrClears the Policy Model error log.
- killogDisables the Policy Model general log file. If you specify this option, no messages are written to the log.Do not use the kill command to shut down the PMDB service.
- lockMoves the Policy Model to lock status, and stops the Policy Model sending updates to its subscribers.
- operationMoves the Policy Model from backup to operational status.
- pmdnameDefines the name of the PMDB that you want to execute the selected option on.
- release(subName)Removes the subscriber specified bysubNamefrom the list of unavailable subscribers. This means that the subscriber can receive updates immediately.subNamespecifies the subscriber that is to become available for update.
- reloadini(UNIX only) Rereads the policy model pmd.ini file and the seos.ini file, letting you change configuration settings without having to reload the policy model daemon.
- startlogEnables the Policy Model general log file for writing. Use this option if the log file has been disabled.
- startStarts thePAM Server ControlPolicy Model service. Use this option when there are no other commands to execute.
- stopStops thePAM Server ControlPolicy Model daemon/service.
- truncate|trunc[(offset)]Deletes entries from the update file. If an offset is not specified, the file is truncated at the highest possible offset. The highest possible offset is the location of last command that successfully updated the subscriber. Ifoffsetis specified, all the entries up to the specified offset are deleted.You must now use the true offset provided by thelistpmdcommand to truncate the file, and not an offset derived by subtracting from the start offset.
- unlockMoves the Policy Model from lock to unlock status, and lets the Policy Model send updates to its subscribers.