Skip to content

Commit 5bbaad5

Browse files
committed
add info from previous article about replication link status changes during dbcc reindex
1 parent 52e331f commit 5bbaad5

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

memdocs/configmgr/core/servers/manage/maintenance-tasks.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Maintenance tasks
33
titleSuffix: Configuration Manager
44
description: Understand what maintenance tasks to perform for Configuration Manager sites and hierarchies and when to perform them.
5-
ms.date: 07/26/2019
5+
ms.date: 08/02/2020
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -109,9 +109,9 @@ After you install a Configuration Manager site, review the available maintenance
109109

110110
Use the following procedure to help you set up the common settings of maintenance tasks.
111111

112-
### <a name="bkmk_MTs1906"></a>To set up maintenance tasks for Configuration Manager version 1906
112+
### <a name="bkmk_MTs1906"></a>To set up maintenance tasks for Configuration Manager
113113
<!--3555894-->
114-
Starting in version 1906, site server maintenance tasks can now be viewed, edited, and monitored from their own tab on the details view of a site server. You can still edit maintenance tasks by choosing **Site Maintenance** in the **Settings** group like you did in previous Configuration Manager versions.
114+
Site server maintenance tasks can now be viewed, edited, and monitored from their own tab on the details view of a site server. You can still edit maintenance tasks by choosing **Site Maintenance** in the **Settings** group like you did in previous Configuration Manager versions.
115115

116116
1. In the Configuration Manager console, go to **Administration** > **Site Configuration** >**Sites**.
117117
1. Select a site from your list, then click on the **Maintenance Tasks** tab in the detail panel.
@@ -130,19 +130,14 @@ The **Maintenance Tasks** tab gives you information such as:
130130
- Last completion time
131131
- If the task completed successfully
132132

133-
### To set up maintenance tasks for Configuration Manager version 1902 and prior
133+
## Database reindexing can temporarily impact the replication link status
134134

135-
1. In the Configuration Manager console, go to **Administration** > **Site Configuration** >**Sites**.
136-
2. Choose the site that has the maintenance task that you want to set up.
137-
3. On the **Home** tab, in the **Settings** group, choose **Site Maintenance**, and then choose the maintenance task that you want to set up. Only tasks that are available at the selected site are displayed.
138-
139-
4. To set up the task, choose **Edit**. Ensure the **Enable this task** check box is checked, and set up a schedule for when the task runs. If the task also deletes aged data, set up the age of data that will be deleted from the database when the task runs. Choose **OK** to close the task **Properties**.
135+
When the Configuration Manager database is reindexing, either through the [built in maintenance task](reference-for-maintenance-tasks.md#rebuild-indexes) or SQL Server Management Studio, you may notice that [replication links](monitor-replication.md) will temporarily go into a degraded or failed state during this process. The state degradation occurs because when a reindex is run on the database tables they're blocked and can't be written to. It's an offline operation and is fundamental to [how DBCC REINDEX functions](/sql/t-sql/database-console-commands/dbcc-dbreindex-transact-sql). In order for a sync on a replication group to be considered successful, the site actually has to be able to process the data that it received. This means that during this reindexing process, the link status can bounce between degraded, failed, active, and back again. Depending on how much data is being replicated between the sites, the amount of time to go from a failed state to an active state will vary from environment to environment.
140136

141-
> [!NOTE]
142-
> For **Delete Aged Status Messages**, you set up the age of data to delete when you set up status filter rules.
137+
If the state change during a reindex is problematic for your monitoring, each replication link has a set of [thresholds that can be modified](../../plan-design/hierarchy/database-replication.md#database-replication-thresholds) to adjust when the link goes into a degraded state or when it goes into a failed state. Replication links contain multiple replication groups, which are broken up into two types: global data and site data. Global data attempts to sync every one minute and site data syncs every five minutes. By default, the link changes to degraded when the threshold of 12 failures is reached then changes to the failed state at 24. To set these thresholds, select the link under the **Database Replication** node then select **Link Properties**. In the **Alerts** tab, there are thresholds for setting the link to degraded or failed. By default these values are set to 12 and 24 respectively.
143138

144-
5. To enable or disable the task without editing the task properties, choose the **Enable** or **Disable** button. The button label changes depending on the current configuration of the task.
145-
6. When you're finished configuring the maintenance tasks, choose **OK** to finish the procedure.
139+
> [!IMPORTANT]
140+
> Take caution when changing these values since the higher the value the longer it will take you to be notified of a problem. When choosing to increase or decrease the value, increment or decrement by 1 and monitor the link closely before making another change to it.
146141
147142
## Next steps
148143

0 commit comments

Comments
 (0)