Skip to content

Commit 7c3087a

Browse files
committed
Editorial updates
1 parent 45b5e4b commit 7c3087a

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

docset/winserver2022-ps/storagereplica/New-SRGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ New-SRGroup -ComputerName "SR-SRV05" -Name "ReplicationGroup01" -VolumeName "D:"
4242

4343
This command creates a replication group for server named SR-SRV05. The command specifies the
4444
replicated volume and the log volume. Because this command does not specify other parameters, the
45-
replication group uses default values. Replication does not start until you run the
45+
replication group uses default values. Replication will not start until you run the
4646
`New-SRPartnership` cmdlet.
4747

4848
### Example 2: Create a replication group that uses custom properties
@@ -60,7 +60,7 @@ New-SRGroup @Parameters
6060

6161
This command creates a replication group for server named SR-SRV05. The command specifies the
6262
replicated volume and the log volume. The command also specifies a custom log size in GB and enables
63-
replication traffic encryption. Replication does not start until you run `New-SRPartnership`.
63+
replication traffic encryption. Replication will not start until you run `New-SRPartnership`.
6464

6565
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
6666
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).

docset/winserver2022-ps/storagereplica/New-SRPartnership.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ $Parameters = @{
6464
New-SRPartnership @Parameters
6565
```
6666

67-
This command creates a replication topology between servers SR-SRV05 and SR-SRV06.
68-
The SR-SRV05 server is the source and SR-SRV06 is the destination for the D: volume.
69-
The E: volume contains the logs for this partnership.
70-
The log has the default value of 8GB.
71-
The replication mode has the default value of synchronous.
72-
The command does not specify seeding, encryption, and consistency groups.
73-
Replication starts immediately.
67+
This command creates a replication topology between servers SR-SRV05 and SR-SRV06. The SR-SRV05
68+
server is the source and SR-SRV06 is the destination, with volume D: used as both the source and
69+
destination. The E: volume contains the logs for this partnership. The log has the default value of
70+
8GB. As the replication mode has not been specified, it will use the default value of synchronous.
71+
The command does not specify seeding, encryption, and consistency groups. Replication will start
72+
immediately.
7473

7574
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
7675
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
@@ -88,7 +87,8 @@ New-SRGroup -ComputerName "SR-SRV06" -Name "ReplicationGroup02" -VolumeName "D:"
8887
New-SRPartnership @Parameters"
8988
```
9089

91-
This example creates two replication groups separately and then pairs those groups.
90+
This example creates two replication groups separately and then creates a partnership between those
91+
groups.
9292

9393
The example uses splatting to pass parameter values from the `$Parameters` variable to the command.
9494
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
@@ -358,9 +358,8 @@ values for this parameter are:
358358

359359
The default value is synchronous.
360360

361-
The default asynchronous recovery point alert time is 5 minutes.
362-
You can modify it by using the Set-SRPartnership cmdlet.
363-
The alert time has no effect on replication behavior, only on reporting.
361+
The default asynchronous recovery point alert time is 5 minutes. You can modify it by using the
362+
Set-SRPartnership cmdlet. The alert time has no effect on replication behavior, only on reporting.
364363

365364
```yaml
366365
Type: ReplicationMode

docset/winserver2022-ps/storagereplica/Set-SRGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Set-SRGroup -Name "ReplicationGroup01" -AllowVolumeResize $True
7474

7575
This command lets you resize volumes in the replication group named ReplicationGroup01 on the local
7676
computer. By default, the Storage Replica driver prevents volume resizes in order to protect from
77-
block mismatches. To grow a volume, enable this mode on both resource groups, increase the size of
78-
the volume on both servers to be the same size, and then disable this mode.
77+
block mismatches. To grow a volume, enable the allow volume resize mode on both resource groups,
78+
increase the size of the volume on both servers to be the same size, then disable this mode.
7979

8080
## PARAMETERS
8181

docset/winserver2022-ps/storagereplica/Set-SRPartnership.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ $Parameters = @{
6666
Set-SRPartnership @Parameters
6767
```
6868

69-
This command changes the replication direction by an administrator after a disaster has occurred
70-
without user confirmation. The previous source replication group named ReplicationGroup01 on
71-
previous source server SR-SRV05 becomes the new destination for ReplicationGroup02 on SR-SRV06.
69+
This example changes the replication direction without user confirmation, for example after a
70+
disaster recovery event has occurred. The previous source replication group named ReplicationGroup01
71+
on previous source server SR-SRV05 becomes the new destination for ReplicationGroup02 on SR-SRV06.
7272
Replication is now reversed. You must direct any applications or users attempting to read or write
7373
against SR-SRV05 to SR-SRV06.
7474

@@ -88,7 +88,7 @@ Set-SRPartnership @Parameters
8888
Get-SRPartnership | Get-SRGroup
8989
```
9090

91-
This command changes the log from its default size of 8GB to 32GB, on the partnership between
91+
The example changes the log from its default size of 8GB to 32GB, for the partnership between
9292
SR-SRV05 and SR-SRV06.
9393

9494
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
@@ -106,8 +106,8 @@ $Parameters = @{
106106
Set-SRPartnership @Parameters
107107
```
108108

109-
This command changes the replication mode from synchronous to asynchronous. A warning is generated
110-
by the setting being applied to both replication groups.
109+
This example changes the replication mode from synchronous to asynchronous. A warning will be
110+
generated by the setting being applied to both replication groups.
111111

112112
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
113113
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
@@ -128,7 +128,7 @@ Set-SRPartnership @Parameters
128128

129129
The first command changes the partnership for the servers named SR-SRV05 and SR-SRV06.The second
130130
command gets all replication groups for the current computer by using the Get-SRGroup cmdlet. The
131-
command displays all the replicas by using standard Windows PowerShell syntax.
131+
command displays all the replicas.
132132

133133
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
134134
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).

0 commit comments

Comments
 (0)