Previous Topic: <DMS_Name>

Next Topic: policyfetcher


endpoint_management

CA Access Control 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:

AutoSync

Specifies to automatically synchronize the Distribution Host with the Message Queue server.

Limits: 0,1

Default: 0 (disabled)

commands_to_exec_before_sleep

Specifies the number of endpoint commands that the DMS executes in a loop before sleeping.

Default: 10

debug_mode

Specifies if CA Access Control writes debug messages to the endpoint_management.log file in the DMS directory (1).

Limits: 0,1

Default: 0 (debugging is disabled)

Note: The log file is located at DMSInstallDirectory\endpoint_management.log

operation_mode

Specifies whether central (DMS) endpoint management through the CA Access Control Message Queue is enabled.

Limits: 0,1

Default: 1 (enabled)

sleep_between_exec_commands

Specifies 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