Skip to content

Commit 3d5acc2

Browse files
authored
Merge pull request #58177 from Rajeswari-Mamilla/master
Documentation changes
2 parents 54fd992 + 2f6e87b commit 3d5acc2

File tree

6 files changed

+83
-7
lines changed

6 files changed

+83
-7
lines changed
48.5 KB
Loading
20.5 KB
Loading
14.2 KB
Loading

articles/site-recovery/vmware-azure-manage-configuration-server.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,16 @@ For configuration server deployments before May 2016, certificate expiry was set
218218
2. The expiry date appears under **Configuration Server health**.
219219
3. Select **Renew Certificates**.
220220
221-
## Update Windows licence
221+
## Refresh Configuration server
222222
223-
The licence provided with the OVF template is an evaluation licence valid for 180 days. For uninterrupted usage, you must activate Windows with a procured licence.
223+
1. In the Azure portal, navigate to **Recovery Services Vault** > **Manage** > **Site Recovery Infrastructure** > **For VMware & Physical machines** > **Configuration Servers**
224+
2. Click on the configuration server you wish to refresh.
225+
3. On the blade with details of chosen configuration server, click **More** > **Refresh Server**.
226+
4. Monitor the progress of the job under **Recovery Services Vault** > **Monitoring** > **Site Recovery jobs**.
227+
228+
## Update Windows license
229+
230+
The license provided with the OVF template is an evaluation license valid for 180 days. For uninterrupted usage, you must activate Windows with a procured license.
224231
225232
## Failback requirements
226233

articles/site-recovery/vmware-azure-manage-process-server.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,41 @@ Upgrade an process server running on premises, or in Azure (for failback purpose
2727
> [!NOTE]
2828
Typically, when you use the Azure Gallery Image to create a process server in Azure for the purposes of failback, it's running the latest version available. The Site Recovery teams release fixes and enhancements on a regular basis, and we recommend you keep process servers up-to-date.
2929

30+
## Balance the load on process server
3031

32+
To balance load between two process servers,
33+
34+
1. Navigate to **Recovery Services Vault** > **Manage** > **Site Recovery Infrastructure** > **For VMware & Physical machines** > **Configuration Servers**.
35+
2. Click on the configuration server to which the process servers are registered with.
36+
3. List of process servers registered to the configuration servers are available on the page.
37+
4. Click on the process server on which you wish to modify the workload.
38+
39+
![LoadBalance](media/vmware-azure-manage-process-server/LoadBalance.png)
40+
41+
5. You can either use **Load Balance** or **Switch** options, as explained below, as per the requirement.
42+
43+
### Load balance
44+
45+
Through this option, you can select one or more virtual machines and can transfer them to another process server.
46+
47+
1. Click on **Load balance**, select target process server from the drop down. Click **OK**
48+
49+
![LoadPS](media/vmware-azure-manage-process-server/LoadPS.PNG)
50+
51+
2. Click on **Select machines**, choose the virtual machines you wish to move from current process server to the target process server. Details of average data change are displayed against each virtual machine.
52+
3. Click **OK**. Monitor the progress of the job under **Recovery Services Vault** > **Monitoring** > **Site Recovery jobs**.
53+
4. It takes 15 minutes for the changes to reflect post successful completion of this operation OR [refresh the configuration server](vmware-azure-manage-configuration-server.md#refresh-configuration-server) for immediate effect.
54+
55+
### Switch
56+
57+
Through this option, entire workload protected under a process server is moved to a different process server.
58+
59+
1. Click on **Switch**, select the Target process server, click **OK**.
60+
61+
![Switch](media/vmware-azure-manage-process-server/Switch.PNG)
62+
63+
2. Monitor the progress of the job under **Recovery Services Vault** > **Monitoring** > **Site Recovery jobs**.
64+
3. It takes 15 minutes for the changes to reflect post successful completion of this operation OR [refresh the configuration server](vmware-azure-manage-configuration-server.md#refresh-configuration-server) for immediate effect.
3165

3266
## Reregister a process server
3367

articles/site-recovery/vmware-azure-troubleshoot-push-install.md

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Installation of Mobility service is a key step during Enable Replication. The su
1717
* Credential/Privilege errors
1818
* Connectivity errors
1919
* Unsupported Operating systems
20+
* VSS installation failures
2021

2122
When you enable replication, Azure Site Recovery tries to push install mobility service agent on your virtual machine. As part of this, Configuration server tries to connect with the virtual machine and copy the Agent. To enable successful installation, follow the step by step troubleshooting guidance given below.
2223

@@ -36,13 +37,10 @@ If you wish to modify the credentials of chosen user account, follow the instruc
3637
## **Connectivity check (ErrorID: 95117 & 97118)**
3738

3839
* Ensure you are able to ping your Source machine from the Configuration server. If you have chosen scale-out process server during enable replication, ensure you are able to ping your Source machine from process server.
39-
* From Source Server machine command line, use Telnet to ping the configuration server/ scale-out process server with https port (default 9443) as shown below to see if there are any network connectivity issues or firewall port blocking issues.
40+
* From Source Server machine command line, use Telnet to ping the configuration server/ scale-out process server with https port (135) as shown below to see if there are any network connectivity issues or firewall port blocking issues.
4041

41-
`telnet <CS/ scale-out PS IP address> <port>`
42-
43-
* If you are unable to connect, allow inbound port 9443 on the configuration server/ scale-out process server.
42+
`telnet <CS/ scale-out PS IP address> <135>`
4443
* Check the status of service **InMage Scout VX Agent – Sentinel/Outpost**. Start the service, if it is not running.
45-
4644
* Additionally, for **Linux VM**,
4745
* Check if latest openssh, openssh-server, and openssl packages are installed.
4846
* Check and ensure that Secure Shell (SSH) is enabled and is running on port 22.
@@ -93,6 +91,43 @@ Another most common reason for failure could be due to unsupported operating sys
9391

9492
To learn about which operating systems are supported by Azure Site Recovery, refer to our [support matrix document](vmware-physical-azure-support-matrix.md#replicated-machines).
9593

94+
## VSS Installation failures
95+
96+
VSS installation is a part of Mobility agent installation. This service is used in the process of generating application consistent recovery points. Failures during VSS installation can occur due to multiple reasons. To identify the exact errors, refer to **c:\ProgramData\ASRSetupLogs\ASRUnifiedAgentInstaller.log**. Few common errors and the resolution steps are highlighted in the following section.
97+
98+
### VSS error -2147023170 [0x800706BE] - exit code 511
99+
100+
This issue is mostly seen when an anti-virus software is blocking the operations of Azure Site Recovery services. To resolve this,
101+
102+
1. Exclude all folders mentioned [here](vmware-azure-set-up-source.md#exclude-antivirus-on-the-configuration-server).
103+
2. Follow the guidelines published by your anti-virus provider to unblock the registration of DLL in Windows.
104+
105+
### VSS error 7 [0x7] - exit code 511
106+
107+
This is a runtime error and is caused due to insufficient memory to install VSS. Ensure to increase the disk space for successful completion of this operation.
108+
109+
### VSS error -2147023824 [0x80070430] - exit code 517
110+
111+
This error occurs when Azure Site Recovery VSS Provider service is [marked for deletion](https://msdn.microsoft.com/en-us/library/ms838153.aspx). Try to install VSS manually on the source machine by running the following command line
112+
113+
`C:\Program Files (x86)\Microsoft Azure Site Recovery\agent>"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd"`
114+
115+
### VSS error -2147023841 [0x8007041F] - exit code 512
116+
117+
This error occurs when Azure Site Recovery VSS Provider service database is [locked](https://msdn.microsoft.com/en-us/library/ms833798.aspx).Try to install VSS manually on the source machine by running the following command line
118+
119+
`C:\Program Files (x86)\Microsoft Azure Site Recovery\agent>"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd"`
120+
121+
### VSS exit code 806
122+
123+
This error occurs when the user account used for installation does not have permissions to execute the CSScript command. Provide necessary permissions to the user account to execute the script and retry the operation.
124+
125+
### Other VSS errors
126+
127+
Try to install VSS provider service manually on the source machine by running the following command line
128+
129+
`C:\Program Files (x86)\Microsoft Azure Site Recovery\agent>"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd"`
130+
96131
## Next steps
97132

98133
[Learn how](vmware-azure-tutorial.md) to set up disaster recovery for VMware VMs.

0 commit comments

Comments
 (0)