Configuring the Cloud Replication Service Agents - Replicated Disk Groups - English - Foundation 22.1 - OnBase - external

Replicated Disk Groups

Platform
OnBase
Product
Replicated Disk Groups
Release
Foundation 22.1
License

In order to enable the Replicator, Downloader, and Cache Cleanup agents, the Hyland.PlatterManagement.NTService.exe.config file needs to be modified.

To enable the Cloud Replication Service agents:

  1. Navigate to the folder where the Cloud Replication Service was installed.
  2. Locate the Hyland.PlatterManagement.NTService.exe.config file, and open it in a text editor, such as Notepad.
  3. Locate the <Agents> section.

    To enable the Replicator agent, locate the Replicator element, and change the value from false to true.

    To enable the Downloader agent, locate the Downloader element, and change the value from false to true.

    Note:

    Replicated Disk Groups will use the last successful Downloader agent as the default Downloader service when attempting to download files.

    To enable the Cache Cleanup agent, locate the CacheCleanup element, and change the value from false to true.

  4. If it is necessary to specify an address for the Cloud Replication Service, locate the serviceURL element, and enter the service address.
    Note:

    If the serviceURL is left blank, then the Cloud Replication Service will automatically use the workstation's fully-qualified domain name.

  5. If it is necessary to specify a port for the Cloud Replication Service, locate the servicePort element, and enter the service port.
    Note:

    If the servicePort is left blank, then the Cloud Replication Service will automatically use the default port of 5618. Ensure that port 5618 is open before letting the Service use the default port.

  6. Save and close the Hyland.PlatterManagement.NTService.exe.config file.
  7. Restart the Cloud Replication Service to enable the changes.