Skip to content

Commit 97bd3fd

Browse files
author
Ankita Dutta
committed
final changes
1 parent 9652b84 commit 97bd3fd

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You should see the event **Data change rate beyond supported limits**:
3333

3434
If you select the event, you should see the exact disk information:
3535

36-
:::image type="content" source="./media/site-recovery-azure-to-azure-troubleshoot/data_change_event2.png" alt-text="Page that shows the data change rate event details.":::
36+
3737

3838
### Azure Site Recovery limits
3939

articles/site-recovery/upgrade-mobility-service-modernized.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ To update mobility agent of a protected item, follow these steps:
7373
7474

7575

76-
### Update mobility agent using command line
76+
### Update mobility agent using command line or when private endpoint is enabled
7777

78-
#### Update mobility agent when private endpoint is enabled
78+
When you enable private endpoints, automatic updates won't be available. You need to manually update mobility agent using command line.
7979

80-
When you enable private endpoints, automatic updates won't be available. To update mobility agent of a protected item, follow these steps:
80+
To update mobility agent of a protected item, follow these steps:
8181

8282
1. Navigate to **Recovery services vault** > **Replicated items**, and select a virtual machine.
8383

articles/site-recovery/vmware-physical-mobility-service-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Locate the installer files for the server’s operating system using the followi
140140
4. After successfully installing, register the source machine with the above appliance using the following command:
141141

142142
```cmd
143-
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CredentialLessDiscovery true /CSType CSPrime
143+
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime
144144
```
145145

146146
#### Installation settings

articles/site-recovery/vmware-troubleshoot-mobility-agent-health.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To troubleshoot mobility agent health errors, follow these recommendations:
3737
- **Windows**: `C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\svagents_curr<>.log`
3838

3939

40-
### Error 1 - ClientCertificateIsInvalidOrExpired
40+
#### Error 1 - ClientCertificateIsInvalidOrExpired
4141

4242
If you get the following error in the `svagents_curr<>.log` file:
4343

@@ -48,7 +48,7 @@ If you get the following error in the `svagents_curr<>.log` file:
4848

4949
---
5050

51-
#### Full error message
51+
##### Full error message
5252

5353
```
5454
<ErrorCategory>ClientError</ErrorCategory>
@@ -60,13 +60,13 @@ If you get the following error in the `svagents_curr<>.log` file:
6060
<PossibleCauses>The specified client certificate is valid between '6/23/2024 2:46:05 AM' and '6/24/2024 5:00:00 PM'. The current time is '6/26/2024 9:47:26 AM' which is outside certificate validity window.</PossibleCauses>
6161
```
6262

63-
#### Resolution
63+
##### Resolution
6464

6565
Follow these recommendations:
6666
1. [Upgrade Azure Site Recovery mobility agent](./upgrade-mobility-service-modernized.md) to the latest version available on the source machine.
6767
1. [Generate Mobility Service configuration](./vmware-physical-mobility-service-overview.md#generate-mobility-service-configuration-file) file and [re-register](./vmware-physical-mobility-service-overview.md#install-the-mobility-service-using-ui-modernized) mobility agents with appliance.
6868

69-
69+
3
7070
### Error 2 - certificate verification failed
7171

7272
If you get the following error in the `svagents_curr<>.log` file:
@@ -77,22 +77,22 @@ handshake: **certificate verify failed** (SSL routines)
7777

7878
---
7979

80-
#### Full error message
80+
##### Full error message
8181

8282
```
8383
#~> (06-25-2024 16:17:42): ERROR 2480 4612 36 TransportStream::Write: Failed to send data with error [at C:\__w\1\s\host\cxpslib\client.h:BasicClient<class HttpTraits>::putFile:609] (sid: ), remoteName: b0a77692-5c2a-48d5-bb95-35404e10a10d.mon, dataSize: 1048576, moreData: 1, error: [at C:\__w\1\s\host\cxpslib\client.h:BasicClient<class HttpTraits>::connectSocket:1468] WIN-0LTQUK99R9O : 11001, No such host is known.: handshake: certificate verify failed (SSL routines) [asio.ssl:167772294]. (may want to check server side logs for this sid) cxps
8484
```
8585

8686

87-
#### Resolution
87+
##### Resolution
8888

8989
Follow these recommendations:
9090
1. Navigate to the replication appliance where the process server component health is critical and log in into the appliance.
9191
1. [Upgrade](./upgrade-mobility-service-modernized.md#upgrade-appliance) process server on the appliance to the latest version and wait for an hour.
9292
1. Restart the services - *Process Server* and *Process Server Monitor* and wait for an hour.
9393

9494

95-
### Error 3 - SSL peer certificate or SSH remote key wasn't OK
95+
#### Error 3 - SSL peer certificate or SSH remote key wasn't OK
9696

9797
If you get the following error in the `svagents_curr<>.log` file:
9898

@@ -102,7 +102,7 @@ If you get the following error in the `svagents_curr<>.log` file:
102102

103103
---
104104

105-
#### Full error message
105+
##### Full error message
106106

107107
```
108108
#~> (06-20-2024 10:03:51): ERROR 1688 648 16394 Server certificate expired for URL https://<IPAddress>:443/CallRcmApi
@@ -118,7 +118,7 @@ If you get the following error in the `svagents_curr<>.log` file:
118118
#~> (06-20-2024 10:03:53): ERROR 1688 648 16404 RcmClientLib::RcmConfigurator::PollReplicationSettings: failed to get settings from RCM with error 20501
119119
```
120120

121-
#### Resolution
121+
##### Resolution
122122

123123
Follow these recommendations:
124124

@@ -128,7 +128,7 @@ Follow these recommendations:
128128
1. [Generate](./vmware-physical-mobility-service-overview.md#generate-mobility-service-configuration-file) mobility service configuration file and [re-register](./vmware-physical-mobility-service-overview.md#install-the-mobility-service-using-ui-modernized) mobility agents with appliance.
129129

130130

131-
### Error 4 - mismatch of fingerprints received
131+
#### Error 4 - mismatch of fingerprints received
132132

133133
If you get the following error in the `svagents_curr<>.log` file:
134134

@@ -139,7 +139,7 @@ If you get the following error in the `svagents_curr<>.log` file:
139139

140140
---
141141

142-
#### Full error message
142+
##### Full error message
143143

144144
```
145145
#~> (07-01-2024 13:13:34): ERROR 2952 5016 19 Could not perform curl. Curl error: (6) Couldn't resolve host name
@@ -155,7 +155,7 @@ If you get the following error in the `svagents_curr<>.log` file:
155155

156156
----
157157

158-
#### Resolution
158+
##### Resolution
159159

160160
Follow this recommendation:
161161

0 commit comments

Comments
 (0)