endpoint_management registry
CA ControlMinder maintains specific DMS Endpoint Management settings it uses under the following key:
cminder12901
CA ControlMinder maintains specific DMS Endpoint Management settings it uses under the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\Pmd\ DMS_NAME\endpoint_management
dmsmgr defines the registry values in this key when it creates a DMS. This key is not defined if a DMS does not exist on the host.
The Pmd\
DMS_Name
\endpoint_management registry key contains the following registry entries:- AutoSyncSpecifies to automatically synchronize the Distribution Host with the Message Queue server.Limits: 0,1Default: 0 (disabled)
- commands_to_exec_before_sleepSpecifies the number of endpoint commands that the DMS executes in a loop before sleeping.Default:10
- debug_modeSpecifies if CA ControlMinder writes debug messages to the endpoint_management.log file in the DMS directory (1).Limits:0,1Default:0 (debugging is disabled)The log file is located atDMSInstallDirectory\endpoint_management.log
- deployment_lifetimeSpecifies the deployment lifetime in days. Older deployments are removed at 2 am. To disable deployment cleanup, set this value to 0.Default:30 days
- operation_modeSpecifies whether central (DMS) endpoint management through the CA Privileged Identity Manager Message Queue is enabled.Limits: 0,1Default: 1 (enabled)
- sleep_between_exec_commandsSpecifies the length of time, in milliseconds, that the DMS sleeps. When the DMS wakes it performs the number of endpoint commands specified in the commands_to_exec_before_sleep registry value.Default: 100