Skip to content

Commit c532a9f

Browse files
committed
improve acrolinx score
1 parent 4cd1544 commit c532a9f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-local/migrate/migrate-cluster-same-hardware.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: kerimha
1414
1515
[!INCLUDE [azure-local-banner-22h2](../includes/azure-local-banner-22h2.md)]
1616

17-
This topic describes how to migrate a Windows Server failover cluster to Azure Local using your existing machine hardware. This process installs the new operating system for Azure Local and retains your existing system settings and storage, and imports your VMs.
17+
This topic describes how to migrate a Windows Server failover cluster to Azure Local using your existing machine hardware. This process installs the new operating system for Azure Local and retains your existing system settings and storage, and imports your virtual machines (VMs).
1818

1919
The following diagram depicts migrating your Windows Server cluster in-place using the same machine hardware. After shutting down your system, Azure Local is installed, storage is reattached, and your VMs are imported and made highly available (HA).
2020

@@ -23,7 +23,7 @@ The following diagram depicts migrating your Windows Server cluster in-place usi
2323
To migrate your VMs to new Azure Local hardware, see [Migrate to Azure Local on new hardware](migrate-cluster-new-hardware.md).
2424

2525
> [!NOTE]
26-
> Migrating stretched clusters is not covered in this article.
26+
> Migrating stretched clusters isn't covered in this article.
2727
2828
## Before you begin
2929

@@ -40,7 +40,7 @@ There are several requirements and things to consider before you begin migration
4040
- Shut down your system VMs, offline CSVs, offline storage pools, and the system service.
4141
- Disable the Cluster Name Object (CNO) (it's reused later) and:
4242
- Check that the CNO has Create Object rights to its own Organizational Unit (OU)
43-
- Check that the block inherited policy has been set on the OU
43+
- Check that the block inherited policy is set on the OU
4444
- Set the required policy for Azure Local on this OU
4545

4646
## VM version support and update
@@ -60,7 +60,7 @@ Regardless of the OS version a VM may be running on, the minimum VM version supp
6060
|Windows Server 2022| |
6161
|Azure Local|9.0|
6262

63-
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012 systems, direct migration to Azure Local is not supported. In these cases, you have two options:
63+
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012 systems, direct migration to Azure Local isn't supported. In these cases, you have two options:
6464

6565
- Migrate these VMs to Windows Server 2012 R2 or later first, update the VM version, then begin the migration process.
6666

@@ -111,11 +111,11 @@ If using Windows Admin Center to create the Azure Local instance, the Create Clu
111111
For detailed information on how to create the system, see [Create an Azure Local instance using Windows Admin Center](../deploy/create-cluster.md).
112112

113113
> [!IMPORTANT]
114-
> Skip step **4.1 Clean drives** in the Create system wizard. Otherwise you will delete your existing VMs and storage.
114+
> Skip step **4.1 Clean drives** in the Create system wizard. Otherwise you'll delete your existing VMs and storage.
115115
116116
1. Start the Create Cluster wizard. When you get to **Step 4: Storage**:
117117

118-
1. Skip step **4.1 Clean drives**. Don't do this.
118+
1. Skip step **4.1 Clean drives**. Don't do this operation.
119119

120120
1. Step away from the wizard.
121121

@@ -144,7 +144,7 @@ Install-WindowsFeature -Name Hyper-V, Failover-Clustering, FS-Data-Deduplication
144144
For more information on how to create the system using PowerShell, see [Create an Azure Local instance using Windows PowerShell](../deploy/create-cluster-powershell.md).
145145

146146
> [!NOTE]
147-
> Re-use the same name for the previously disabled Cluster Name Object.
147+
> Reuse the same name for the previously disabled Cluster Name Object.
148148
149149
1. Run the cmdlet to create the system:
150150

@@ -161,11 +161,11 @@ For more information on how to create the system using PowerShell, see [Create a
161161
1. If migrating from Windows Server 2016, this also creates a new `ClusterperformanceHistory` ReFS volume and assigns it to the SDDC Cluster Resource Group.
162162
163163
> [!NOTE]
164-
> If a storage pool shows Minority Disk errors (viewable in Cluster Manager), re-run the `Enable-ClusterS2D -verbose` cmdlet.
164+
> If a storage pool shows Minority Disk errors (viewable in Cluster Manager), rerun the `Enable-ClusterS2D -verbose` cmdlet.
165165
166-
1. Using Cluster Manager, enable every CSV except the `ClusterperformanceHistory` volume, which is a ReFS volume (make sure this is not an ReFS CSV).
166+
1. Using Cluster Manager, enable every CSV except the `ClusterperformanceHistory` volume, which is a ReFS volume (make sure this isn't an ReFS CSV).
167167
168-
1. If migrating from Windows Server 2019, re-run the `Enable-ClusterS2D -verbose` cmdlet. This associates the `ClusterperformanceHistory` ReFS volume with the SDDC Cluster Resource Group.
168+
1. If migrating from Windows Server 2019, rerun the `Enable-ClusterS2D -verbose` cmdlet. This associates the `ClusterperformanceHistory` ReFS volume with the SDDC Cluster Resource Group.
169169
170170
1. Determine your current storage pool name and version by running the cmdlet:
171171
@@ -203,7 +203,7 @@ For more information on how to create the system using PowerShell, see [Create a
203203
```
204204
205205
> [!NOTE]
206-
> `ClusterFunctionalLevel` is automatically set to `10` and does not require updating due to new the operating system and cluster creation.
206+
> `ClusterFunctionalLevel` is automatically set to `10` and doesn't require updating due to new the operating system and cluster creation.
207207
208208
1. Update your storage pool as follows:
209209
@@ -215,7 +215,7 @@ For more information on how to create the system using PowerShell, see [Create a
215215
216216
If migrating from Windows Server 2016, Resilient File System (ReFS) volumes are supported, but such volumes don't benefit from performance enhancements in Azure Local from using mirror-accelerated parity (MAP) volumes. This enhancement requires a new ReFS volume to be created using the PowerShell `New-Volume` cmdlet.
217217
218-
For Windows Server 2016 MAP volumes, ReFS compaction wasn't available, so re-attaching these volumes is OK but will be less performant compared to creating a new MAP volume in an Azure Local instance.
218+
For Windows Server 2016 MAP volumes, ReFS compaction wasn't available, so reattaching these volumes is OK but will be less performant compared to creating a new MAP volume in an Azure Local instance.
219219
220220
## Import the VMs
221221

0 commit comments

Comments
 (0)