Master caching Dispatcher

Setup

To set up a master caching Dispatcher, add the following registry key to the Dispatcher:

Key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Name

DispatcherPort

Data Type

REG_DWORD (Binary)

Value

Port number

Different port

To specify a different port on a master caching Dispatcher, add the following registry key:

Key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Name

DispatcherPort

Type

REG_DWORD (Binary)

Value

Port number

Default

3165

Remarks

With the registry settings DispatcherPort, you can specify a different port on the master caching Dispatcher (for example, 3164). This makes the master caching Dispatcher unavailable for Agents. It may still be reached by other Dispatchers, provided you have specified this on these Dispatchers.

Redirect to master caching Dispatcher

To redirect a Dispatcher to a master caching Dispatcher, add the following registry keys on this Dispatcher:

Key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Name

MasterCacheDispatcherList

Data Type

REG_SZ

Value

Address of the master caching Dispatcher. Separate multiple Dispatchers using a semicolon (;)

Redirect to different port

If you have specified a different port on the master caching Dispatcher, you need to specify this port on each Dispatcher that redirects to the master caching Dispatcher.

To specify a different master caching Dispatcher port, set the following registry setting on each Dispatcher:

Key

HKEY_LOCAL_MACHINE\SOFTWARE\RES\AutomationManager\Dispatcher

Name

MasterCacheDispatcherPort

Data Type

REG_DWORD (Binary)

Value

Port number of the master caching Dispatcher

See Master caching.