File Replication Set Test
In the FRS, the replication of files and directories is according to a predefined topology and schedule on a specific folder. The topology and schedule are collectively called a replica set. A replica set contains a set of replicas, one for each machine that participates in replication.
This test reports statistics related to the health of the replication service provided by every replication set on an AD server.
Target of the test : An Active Directory server
Agent deploying the test : An internal agent
Outputs of the test : One set of results for every replication set on the Active Directory being monitored
Parameters | Description |
---|---|
Test period |
This indicates how often should the test be executed. |
Host |
The IP address of the machine where the Active Directory is installed. |
Port |
The port number through which the Active Directory communicates. The default port number is 389. |
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Change orders received |
Indicates the number of change orders that were currently received by this replica set. |
Number |
A change order is a message that contains information about a file or folder that has changed on a replica. These measures therefore serve as good indicators of the workload on the replica set. |
Change orders sent |
Indicates the number of change orders that were currently sent by this replica set by this replica set. |
Number |
|
Files installed |
Indicates the number of file installations. |
Number |
Installation is the process by which FRS applies a change order to the local file system to restore the file or folder as it is in the upstream partner. If the change order is for a deletion, the file or folder in the local file system is deleted (staging file is not needed). If the change order is for a renaming, the file or folder in the local file system is renamed (staging file is needed). If the change order is for a copying or creation, the file or folder is copied or created (staging file is needed). Installing a file or folder may fail if the file or folder is already opened by another process. If the installation failed, FRS retries installing the file or folder at a later time. |
Packets received |
Indicates the number of packets received currently. |
Number |
In an idle state, there should be no packets received unless a computer is having trouble joining with other computers in the replica set. |
Packets sent |
Indicates the number of packets sent currently. |
Number |
|
USN records accepted |
Indicates the number of USN records that were currently accepted. |
Number |
Active Directory replication does not primarily depend on time to determine what changes need to be propagated. Instead it uses update sequence numbers (USNs) that are assigned by a counter that is local to each domain controller. Because these USN counters are local, it is easy to ensure that they are reliable and never run backward (that is, they cannot decrease in value). Domain controllers use USNs to simplify recovery after a failure. When a domain controller is restored following a failure, it queries its replication partners for changes with USNs greater than the USN of the last change it received from each partner. |
Staging space free |
Indicates the staging space that is currently free. |
KB |
The Staging Directory is an area where modified files are stored temporarily either before being propagated to other replication partners or after being received from other replication partners. FRS encapsulates the data and attributes associated with a replicated file or directory object in a staging file. FRS needs adequate disk space for the staging area on both upstream and downstream machines in order to replicate files. Typically, if the Staging space free measure reports the value 0, or is found to be dangerously close to 0, it indicates that the staging directory is full. If the staging area is full, the FRS will stop functioning, and will resume only if disk space for the staging area becomes available or if the disk space limit for the staging area is increased. The staging area could get filled up owing to the following reasons: One or more downstream partners are not accepting changes. This could be a temporary condition due to the schedule being turned off and FRS waiting for it to open, or a permanent state because the service is turned off, or the downstream partner is in an error state. The rate of change in files exceeds the rate at which FRS can process them. A parent directory for files that have a large number of changes is failing to replicate, and so, all changes to subdirectories are blocked. |
Staging space in use |
Indicates the staging space that is currently in use. |
KB |