listpmd Command List Information about a PMDB
Valid in the pmd environment
capamsc141
Valid in the pmd environment
The listpmd command lists information about the PMDB and its subscribers, update file, and error log. If no options are used, the command lists all subscribers of the Policy Model
pmdName.
This command has the following format:
listpmd pmdName \ [{info|subscriber(subNames)|cmd(offset) \ |errors|all_errors|log}] \ [next]
- cmd(offset)Displays all commands in the update file and their offsets.The offset indicates the location of the update inside the file. If an offset is specified, the list starts from offset. If no offset is specified, the display begins from the beginning of the update file.The update file contains updates that must be, or have been, propagated by the PMDB. The offset indicates the location of the next update that must be sent to a subscriber. The update file's initial and latest offsets are displayed.
- errors|all_errorsDisplays the Policy Model error log. Theerrorsparameter displays all types of errors except non-connection failure errors.all_errorsdisplays all errors.
- infoDisplays general information about the Policy ModelpmdName, including whether the Policy Model has a parent.
- nextDisplay parts of the requested data. This option is useful when the query data is larger than the set query size.The maximum query size is determined by the query_size configuration setting located in the,
- (UNIX) [lang] section of the seos.ini file
- (Windows) lang subkey, as follows:HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\lang
- pmdnameDefines the name of the PMDB you want to list information for.
- subscriber(subNames)Lists the subscribers of the Policy Model and their status, including number of errors, availability, offset, and the next command to be propagated. ThesubNamesparameter lets you select a subset of subscribers.
- logDisplays the policy model general log file.
Example: Display PMDB subscriber information for selected subscribers
To display a list of subscribers to the myPMDB Policy Model that begin with the letters
compInt
, enter the following command:listpmd myPMDB subscriber(compInt*)