Skip to content

Commit 006469e

Browse files
Merge pull request #297297 from ankitaduttaMSFT/1803a
PBI 24846254, 24834774, 16426451
2 parents c345c17 + b74fce4 commit 006469e

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

articles/site-recovery/azure-to-azure-common-questions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,14 @@ Yes, you can exclude disks when you set up replication, using PowerShell. [Learn
9696

9797
### Can I replicate new disks added to replicated virtual machines?
9898

99-
For replicated virtual machines with managed disks, you can add new disks, and enable replication for them. When you add a new disk, the replicated virtual machine shows a warning message that one or more disks on the virtual machine are available for protection.
99+
For replicated virtual machines with managed disks, you can add new disks, and enable replication for them. When you add a new disk, the replicated virtual machine shows a warning message that one or more disks on the virtual machine are available for protection.
100100

101-
- If you enable replication for the added disks, the warning disappears after the initial replication.
101+
- If you enable replication for the added disks, the warning disappears after the initial replication.
102102
- If you don't want to enable replication for the disk, you can dismiss the warning.
103-
- If you fail over a virtual machine with added disks, replication points show the disks available for recovery. For example, if you add a second disk to a virtual machine with one disk, a replication point created before you added shows as "1 of 2 disks."
103+
- If you fail over a virtual machine with added disks, replication points show the disks available for recovery. For example, if you add a second disk to a virtual machine with one disk, a replication point created before you added shows as *1 of 2 disks*.
104+
- If you perform an OS Disk swap, you're required to perform disable and enable replication, since Site Recovery doesn't support swapping the OS disk.
104105

105-
Site Recovery doesn't support "hot remove" of disks from a replicated virtual machine. If you remove a virtual machine disk, you need to disable and then reenable replication for the virtual machine.
106+
Site Recovery doesn't support *hot remove* of disks from a replicated virtual machine. If you remove a virtual machine disk, you need to disable and then reenable replication for the virtual machine.
106107

107108
### How often can I replicate to Azure?
108109

articles/site-recovery/azure-to-azure-troubleshoot-errors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot errors when replicating Azure virtual machines for dis
44
author: ankitaduttaMSFT
55
ms.service: azure-site-recovery
66
ms.topic: troubleshooting
7-
ms.date: 03/07/2024
7+
ms.date: 03/31/2025
88
ms.author: ankitadutta
99
ms.custom: engagement-fy23
1010
---
@@ -66,6 +66,9 @@ For more information, see [Configure trusted roots and disallowed certificates](
6666

6767
Follow the guidance provided by the distributor of your Linux operating system version to get the latest trusted root certificates and the latest certificate revocation list on the VM.
6868

69+
> [!IMPORTANT]
70+
> For RedHat Linux machines, add the Ca -Trust certificates to the `/etc/pki/ca-trust/` to avoid certificate errors.
71+
6972
Because SUSE Linux uses symbolic links, or symlinks, to maintain a certificate list, follow these steps:
7073

7174
1. Sign in as a **root** user. The hash symbol (`#`) is the default command prompt.

articles/site-recovery/site-recovery-deployment-planner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ankitaduttaMSFT
55
ms.service: azure-site-recovery
66
ms.topic: concept-article
77
ms.author: ankitadutta
8-
ms.date: 02/05/2025
8+
ms.date: 03/31/2025
99
---
1010

1111
# About the Azure Site Recovery Deployment Planner for VMware to Azure
@@ -72,7 +72,7 @@ The tool has two main phases: profiling and report generation. There is also a t
7272
| Server requirement | Description|
7373
|---|---|
7474
|Profiling and throughput measurement| <ul><li>Operating system: Windows Server 2016 or Windows Server 2012 R2<br>(ideally matching at least the [size recommendations for the configuration server](/en-in/azure/site-recovery/site-recovery-plan-capacity-vmware#size-recommendations-for-the-configuration-server))</li><li>Machine configuration: 8 vCPUs, 16 GB RAM, 300 GB HDD</li><li>[.NET Framework 4.5](https://aka.ms/dotnet-framework-45)</li><li>[Visual C++ Redistributable for Visual Studio 2012](https://aka.ms/vcplusplus-redistributable)</li><li>Internet access to Azure (`*.blob.core.windows.net`) from this server, port 443<br>[This is optional. You can choose to provide the available bandwidth during Report Generation manually.]</li><li>Azure storage account</li><li>Administrator access on the server</li><li>Minimum 100 GB of free disk space (assuming 1,000 VMs with an average of three disks each, profiled for 30 days)</li><li>VMware vCenter statistics level settings can be 1 or higher level</li><li>Allow vCenter port (default 443): Site Recovery Deployment Planner uses this port to connect to the vCenter server/ESXi host</ul></ul>|
75-
| Report generation | A Windows PC or Windows Server with Excel 2013 or later.<li>[.NET Framework 4.5](https://aka.ms/dotnet-framework-45)</li><li>[Visual C++ Redistributable for Visual Studio 2012](https://aka.ms/vcplusplus-redistributable)</li> is required only when you pass -User option in the report generation command to fetch the latest VM configuration information of the VMs. The Deployment Planner connects to vCenter server. Allow vCenter port (default 443) port to connect to vCenter server.</li>|
75+
| Report generation | A Windows PC or Windows Server with Excel 2013 or later.<li>[.NET Framework 4.5](https://aka.ms/dotnet-framework-45)</li><li>[Visual C++ Redistributable for Visual Studio 2012](https://aka.ms/vcplusplus-redistributable)</li> is required only when you pass -User option in the report generation command to fetch the latest VM configuration information of the VMs. The Deployment Planner connects to vCenter server. Allow vCenter port (default 443) port to connect to vCenter server.</li> <br> TLS version is supported for Deployment Planner. |
7676
| User permissions | Read-only permission for the user account that's used to access the VMware vCenter server/VMware vSphere ESXi host during profiling |
7777

7878
> [!NOTE]

0 commit comments

Comments
 (0)