You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-manage-configuration-server.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,9 +218,16 @@ For configuration server deployments before May 2016, certificate expiry was set
218
218
2. The expiry date appears under **Configuration Server health**.
219
219
3. Select **Renew Certificates**.
220
220
221
-
## Update Windows licence
221
+
## Refresh Configuration server
222
222
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.
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-manage-process-server.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,41 @@ Upgrade an process server running on premises, or in Azure (for failback purpose
27
27
> [!NOTE]
28
28
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.
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**.
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.
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-troubleshoot-push-install.md
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Installation of Mobility service is a key step during Enable Replication. The su
17
17
* Credential/Privilege errors
18
18
* Connectivity errors
19
19
* Unsupported Operating systems
20
+
* VSS installation failures
20
21
21
22
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.
22
23
@@ -36,13 +37,10 @@ If you wish to modify the credentials of chosen user account, follow the instruc
* 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.
40
41
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>`
44
43
* Check the status of service **InMage Scout VX Agent – Sentinel/Outpost**. Start the service, if it is not running.
45
-
46
44
* Additionally, for **Linux VM**,
47
45
* Check if latest openssh, openssh-server, and openssl packages are installed.
48
46
* 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
93
91
94
92
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).
95
93
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.
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.
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"`
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
+
96
131
## Next steps
97
132
98
133
[Learn how](vmware-azure-tutorial.md) to set up disaster recovery for VMware VMs.
0 commit comments