Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Cluster Server 8.0.2 Bundled Agents Reference Guide - Windows
- Introducing VCS bundled agents
- Storage agents
- Network agents
- FileShare agents
- Services and applications agents
- VCS infrastructure and support agents
- VCS hardware replication agent for NetApp
- Troubleshooting bundled agents
Excluding keys
This section describes the algorithm the Registry Replication agent uses while excluding keys. For example, assume a registry key KEY_X has a subkey of KEY_Y, which has a subkey KEY_Z. This key would appear as KEY_X\KEY_Y\KEY_Z in the Registry Editor.
The following table describes various scenarios of keys marked for replication and for exclusion. The Result column describes the agent behavior in these scenarios.
Table: RegRep agent exclude keys and behavior
Keys for Replication | Exclude Keys | Result |
|---|---|---|
KEY_X | KEY_Y\KEY_Z | KEY_Y is excluded. So is KEY_Z. |
KEY_X | KEY_Y | KEY_Y is excluded. So is KEY_Z. |
KEY_X | KEY_X | KEY_X is not excluded and an error message is logged. |
KEY_X\KEY_Y | KEY_X | KEY_X is not excluded and an error message is logged. |