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/backup/back-up-hyper-v-virtual-machines-mabs.md
-77Lines changed: 0 additions & 77 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,83 +95,6 @@ These are the prerequisites for backing up Hyper-V virtual machines with MABS:
95
95
96
96
After you create the protection group, initial replication of the data occurs in accordance with the method you selected. After initial replication, each backup takes place in line with the protection group settings. If you need to recover backed up data, note the following:
97
97
98
-
## Back up virtual machines configured for live migration
99
-
100
-
When virtual machines are involved in live migration, MABS continues to protect the virtual machines as long as the MABS protection agent is installed on the Hyper-V host. The way in which MABS protects the virtual machines depends on the type of live migration involved.
101
-
102
-
**Live migration within a cluster** - When a virtual machine is migrated within a cluster MABS detects the migration, and backs up the virtual machine from the new cluster node without any requirement for user intervention. Because the storage location hasn't changed, MABS continues with express full backups.
103
-
104
-
**Live migration outside the cluster** - When a virtual machine is migrated between stand-alone servers, different clusters, or between a stand-alone server and a cluster, MABS detects the migration, and can back up the virtual machine without user intervention.
105
-
106
-
### Requirements for maintaining protection
107
-
108
-
The following are requirements for maintaining protection during live migration:
109
-
110
-
- The Hyper-V hosts for the virtual machines must be located in a System Center VMM cloud, on a VMM server, running at least System Center 2012 with SP1.
111
-
112
-
- The MABS protection agent must be installed on all Hyper-V hosts.
113
-
114
-
- MABS servers must be connected to the VMM server. All Hyper-V host servers in the VMM cloud must also be connected to the MABS servers. This allows MABS to communicate with the VMM server so MABS can find out on which Hyper-V host server the virtual machine is currently running, and to create a new backup from that Hyper-V server. If a connection can't be established to the Hyper-V server, the backup fails with a message that the MABS protection agent is unreachable.
115
-
116
-
- All MABS servers, VMM servers, and Hyper-V host servers must be in the same domain.
117
-
118
-
### Details about live migration
119
-
120
-
Note the following for backup during live migration:
121
-
122
-
- If a live migration transfers storage, MABS performs a full consistency check of the virtual machine, and then continues with express full backups. When live migration of storage occurs, Hyper-V reorganizes the virtual hard disk (VHD) or VHDX, which causes a one-time spike in the size of the MABS backup data.
123
-
124
-
- On the virtual machine host, turn on auto-mount to enable virtual protection, and disable TCP Chimney Offload.
125
-
126
-
- MABS uses port 6070 as the default port for hosting the DPM-VMM Helper Service. To change the registry:
127
-
128
-
1. Navigate to **HKLM\Software\Microsoft\Microsoft Data Protection Manager\Configuration**.
129
-
2. Create a 32-bit DWORD value: DpmVmmHelperServicePort, and write the updated port number as part of the registry key.
130
-
3. Open ```<Install directory>\Azure Backup Server\DPM\DPM\VmmHelperService\VmmHelperServiceHost.exe.config```, and change the port number from 6070 to the new port. For example: ```<add baseAddress="net.tcp://localhost:6080/VmmHelperService/" />```
131
-
4. Restart the DPM-VMM Helper service, and restart the DPM service.
132
-
133
-
### Set up protection for live migration
134
-
135
-
To set up protection for live migration:
136
-
137
-
1. Set up the MABS server and its storage, and install the MABS protection agent on every Hyper-V host server or cluster node in the VMM cloud. If you're using SMB storage in a cluster, install the MABS protection agent on all cluster nodes.
138
-
139
-
2. Install the VMM console as a client component on the MABS server so that MABS can communicate with the VMM server. The console should be the same version as the one running on the VMM server.
140
-
141
-
3. Assign the MABSMachineName$ account as a read-only administrator account on the VMM management server.
142
-
143
-
4. Connect all Hyper-V host servers to all MABS servers with the `Set-DPMGlobalProperty` PowerShell cmdlet. The cmdlet accepts multiple MABS server names. Use the format: `Set-DPMGlobalProperty -dpmservername <MABSservername> -knownvmmservers <vmmservername>`. For more information, see [Set-DPMGlobalProperty](https://docs.microsoft.com/powershell/module/dataprotectionmanager/set-dpmglobalproperty?view=systemcenter-ps-2019).
144
-
145
-
5. After all virtual machines running on the Hyper-V hosts in the VMM clouds are discovered in VMM, set up a protection group and add the virtual machines you want to protect. Automatic consistency checks should be enabled at the protection group level for protection under virtual machine mobility scenarios.
146
-
147
-
6. After the settings are configured, when a virtual machine migrates from one cluster to another all backups continue as expected. You can verify live migration is enabled as expected as follows:
148
-
149
-
1. Check the DPM-VMM Helper Service is running. If it isn't, start it.
150
-
151
-
2. Open Microsoft SQL Server Management Studio and connect to the instance that hosts the MABS database (DPMDB). On DPMDB run the following query: `SELECT TOP 1000 [PropertyName] ,[PropertyValue] FROM[DPMDB].[dbo].[tbl_DLS_GlobalSetting]`.
152
-
153
-
This query contains a property called `KnownVMMServer`. This value should be the same value you provided with the `Set-DPMGlobalProperty` cmdlet.
154
-
155
-
3. Run the following query to validate the *VMMIdentifier* parameter in the `PhysicalPathXML` for a particular virtual machine. Replace `VMName` with the name of the virtual machine.
156
-
157
-
```sql
158
-
select cast(PhysicalPath as XML) from tbl_IM_ProtectedObject where DataSourceId in (select datasourceid from tbl_IM_DataSource where DataSourceName like'%<VMName>%')
159
-
```
160
-
161
-
4. Open the .xml file that this query returns and validate that the *VMMIdentifier* field has a value.
162
-
163
-
### Run manual migration
164
-
165
-
After you complete the steps in the previous sections, and the MABS Summary Manager job completes, migration is enabled. By default, this job starts at midnight and runs every morning. If you want to run a manual migration, to check everything is working as expected, do the following:
166
-
167
-
1. Open SQL Server Management Studio and connect to the instance that hosts the MABS database.
168
-
169
-
2. Run the following query: `SELECT SCH.ScheduleId FROM tbl_JM_JobDefinition JD JOIN tbl_SCH_ScheduleDefinition SCH ON JD.JobDefinitionId = SCH.JobDefinitionId WHERE JD.Type = '282faac6-e3cb-4015-8c6d-4276fcca11d4' AND JD.IsDeleted = 0 AND SCH.IsDeleted = 0`. This query returns the **ScheduleID**. Note this ID as you will use it in the next step.
170
-
171
-
3. In the SQL Server Management Studio, expand **SQL Server Agent**, and then expand **Jobs**. Right-click **ScheduleID** that you noted, andselect**Start Job at Step**.
172
-
173
-
Backup performance is affected when the job runs. The size and scale of your deployment determines how much time the job takes to finish.
174
-
175
98
## Back up replica virtual machines
176
99
177
100
If MABS is running on Windows Server 2012 R2 or greater, then you can back up replica virtual machines. This is useful for several reasons:
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-exchange-mabs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ To install the MABS protection agent on the Exchange server, follow these steps:
47
47
After you select this option, backup consistency checking will be run on MABS to avoid the I/O traffic that's generated by running the **eseutil** command on the Exchange server.
48
48
49
49
> [!NOTE]
50
-
> To use this option, you must copy the Ese.dll and Eseutil.exe files to the C:\Program Files\Microsoft Azure Backup\DPM\DPM\bin directory on the MAB server. Otherwise, the following error is triggered:
50
+
> To use this option, you must copy the Ese.dll and Eseutil.exe files to the C:\Program Files\Microsoft Azure Backup\DPM\DPM\bin directory on the MABS server. Otherwise, the following error is triggered:
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-file-folder-backup-faq.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ Backup data is sent to the datacenter of the vault in which the server is regist
54
54
55
55
Yes. The MARS agent converts the deduplicated data to normal data when it prepares the backup operation. It then optimizes the data for backup, encrypts the data, and then sends the encrypted data to the vault.
56
56
57
+
### Do I need administrator permissions to install and configure the MARS agent?
58
+
59
+
Yes, the installation of the MARS Agent and configuration of backups using the MARS console need the user to be a local administrator on the protected server.
60
+
57
61
## Manage backups
58
62
59
63
### What happens if I rename a Windows machine configured for backup?
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-mabs-troubleshoot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ We recommend you perform the below validation, before you start troubleshooting
21
21
- If registration is failing, then ensure the server on which you are trying to install Azure Backup Server is not already registered with another vault
22
22
- If Push install fails, check if DPM agent is already present. If yes, then uninstall the agent and retry the installation
23
23
-[Ensure no other process or antivirus software is interfering with Azure Backup](https://docs.microsoft.com/azure/backup/backup-azure-troubleshoot-slow-backup-performance-issue#cause-another-process-or-antivirus-software-interfering-with-azure-backup)<br>
24
-
- Ensure that the SQL Agent service is running and set to automatic in MAB server<br>
24
+
- Ensure that the SQL Agent service is running and set to automatic in the MABS server<br>
> To ensure changes are applied consistently, restart the server after performing the preceding steps.
130
130
131
+
## Resource not provisioned in service stamp
132
+
133
+
Error | Possible causes | Recommended actions
134
+
--- | --- | ---
135
+
The current operation failed due to an internal service error "Resource not provisioned in service stamp". Please retry the operation after some time. (ID: 230006) | The protected server was renamed. | <li> Rename the server back to the original name as registered with the vault. <br> <li> Re-register the server to the vault with the new name.
136
+
137
+
131
138
## Troubleshoot restore problems
132
139
133
140
Azure Backup might not successfully mount the recovery volume, even after several minutes. And you might receive error messages during the process. To begin recovering normally, take these steps:
Copy file name to clipboardExpand all lines: articles/backup/install-mars-agent.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The data that's available for backup depends on where the agent is installed.
32
32
* Review [what's supported and what you can back up](backup-support-matrix-mars-agent.md) by the MARS agent.
33
33
* Make sure that you have an Azure account if you need to back up a server or client to Azure. If you don't have an account, you can create a [free one](https://azure.microsoft.com/free/) in just a few minutes.
34
34
* Verify internet access on the machines that you want to back up.
35
+
* Ensure the user performing the installation and configuration of the MARS agent has local administrator privileges on the server to be protected.
35
36
36
37
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
0 commit comments