You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Example 3, a quorum loss recovery reset is carried on the pool `atl-cs-001.litwareinc.com`.
65
65
A quorum loss recovery is reset is typically used when the number of active Front End servers in a pool falls below the quorum state (that is, when fewer than 85% of the Front End servers in a pool are currently active).
66
66
Note that only those services that are in a quorum loss will have to reload user data from the backup store.
67
-
Other services will be unaffected by this command/
67
+
Other services will be unaffected by this command.
68
68
69
69
70
70
### -------------------------- Example 4 --------------------------
@@ -81,7 +81,7 @@ Because of that, it is recommended that you first try to restart the pool using
81
81
If that fails, please consult Microsoft support personnel before using the FullReset option.
82
82
83
83
84
-
### -------------------------- Example 4 --------------------------
84
+
### -------------------------- Example 5 --------------------------
<li>ServiceReset. The RtcSrv and FabricHostSvc services are stopped and restarted.
206
+
A service reset will be performed if the ResetType is not specified.</li>
204
207
205
-
ServiceReset - The RtcSrv and FabricHostSvc services are stopped and restarted.
206
-
A service reset will be performed if the ResetType is not specified.
207
-
208
-
QuorumLossRecovery - Reloads user data from the backup store for any routing groups currently in quorum loss.
209
-
(A quorum loss occurs when neither a database nor its replicas are available.) Data not yet written to the database could be lost when you do this type of reset.
208
+
<li>QuorumLossRecovery. Reloads user data from the backup store for any routing groups currently in quorum loss.
209
+
(A quorum loss occurs when neither a database nor its replicas are available.) Data not yet written to the database could be lost when you do this type of reset.</li>
210
210
211
-
FullReset - performs the same type of reset as QuorumLossRecovery but, in addition, rebuilds the local Skype for Business Server databases.
211
+
<li> FullReset. Performs the same type of reset as QuorumLossRecovery but, in addition, rebuilds the local Skype for Business Server databases.
212
212
This type of reset can be potentially long and resource-intensive.
213
213
214
214
Using the FullReset value can cause previously disabled nodes to be reenabled.
@@ -217,11 +217,11 @@ For example, if you use the FullReset value while one of the Front End Servers i
217
217
Using the FullReset value when attempting to restart a pool will sometimes result in failure and the pool will not actually restart.
218
218
Because of that, it is recommended that you first try to restart the pool using one of the other ResetType options.
219
219
If that fails, please consult Microsoft support personnel before using the FullReset option.
220
-
Typically FullReset is only used when changing a topology from a pool with a single Front End server to a pool with multiple Front End servers.
221
-
222
-
MachineStateRemoved -- Removes the specified server from the pool.
223
-
This type of reset should be used only when the server in question (or its databases) have been permanently lost.
220
+
Typically FullReset is only used when changing a topology from a pool with a single Front End server to a pool with multiple Front End servers.</li>
224
221
222
+
<li>MachineStateRemoved. Removes the specified server from the pool.
223
+
This type of reset should be used only when the server in question (or its databases) have been permanently lost.</li>
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters(https://go.microsoft.com/fwlink/?LinkID=113216).
272
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments