Skip to content

Commit 1ecb108

Browse files
authored
Merge pull request #91283 from dcurwin/davidc-oct10
Fix registry setting and formatting
2 parents 1383185 + 973d06a commit 1ecb108

File tree

1 file changed

+48
-66
lines changed

1 file changed

+48
-66
lines changed

articles/backup/backup-azure-backup-server-vmware.md

Lines changed: 48 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,22 @@ This article explains how to:
2222
- Set up a protection group that contains the VMware VMs you want to back up, specify backup settings, and schedule the backup.
2323

2424
## Before you start
25+
2526
- Verify that you're running a version of vCenter/ESXi that's supported for backup - versions 6.5, 6.0, and 5.5.
2627
- Make sure you've set up Azure Backup Server. If you haven't, [do that](backup-azure-microsoft-azure-backup.md) before you start. You should be running Azure Backup Server with the latest updates.
2728

28-
2929
## Create a secure connection to the vCenter Server
3030

3131
By default, Azure Backup Server communicates with VMware servers over HTTPS. To set up the HTTPS connection, download the VMware Certificate Authority (CA) certificate, and import it on the Azure Backup Server.
3232

33-
34-
### Before you start
33+
### Before you begin
3534

3635
- If you don't want to use HTTPS, you can [disable HTTPS certificate validation for all VMware servers](backup-azure-backup-server-vmware.md#disable-https-certificate-validation).
37-
- You typically connect from a browser on the Azure Backup Server machine to the vCenter/ESXi server using the vSphere Web Client. The first time you do this the connection isn't secure and will show the following.
36+
- You typically connect from a browser on the Azure Backup Server machine to the vCenter/ESXi server using the vSphere Web Client. The first time you do this, the connection isn't secure and will show the following.
3837
- It's important to understand how Azure Backup Server handles backups.
39-
- As a first step Azure Backup Server backs up data to local disk storage. Azure Backup Server uses a storage pool, a set of disks and volumes on which Azure Backup Server stores disk recovery points for its protected data. The storage pool can be directly attached storage (DAS), a fiber channel SAN, or iSCSI storage device or SAN. It's important to ensure that you have sufficient storage for local backup of your VMware VM data.
40-
- Azure Backup Server then backs up from the local disk storage to Azure.
41-
- [Get help](https://docs.microsoft.com/system-center/dpm/create-dpm-protection-groups?view=sc-dpm-1807#figure-out-how-much-storage-space-you-need) to figure out how much storage space you need. The information is for DPM but can be used for Azure Backup Server too.
38+
- As a first step Azure Backup Server backs up data to local disk storage. Azure Backup Server uses a storage pool, a set of disks and volumes on which Azure Backup Server stores disk recovery points for its protected data. The storage pool can be directly attached storage (DAS), a fiber channel SAN, or iSCSI storage device or SAN. It's important to ensure that you have sufficient storage for local backup of your VMware VM data.
39+
- Azure Backup Server then backs up from the local disk storage to Azure.
40+
- [Get help](https://docs.microsoft.com/system-center/dpm/create-dpm-protection-groups?view=sc-dpm-1807#figure-out-how-much-storage-space-you-need) to figure out how much storage space you need. The information is for DPM but can be used for Azure Backup Server too.
4241

4342
### Set up the certificate
4443

@@ -62,42 +61,38 @@ Set up a secure channel as follows:
6261
- The root certificate file with an extension that begins with a numbered sequence like .0 and .1.
6362
- The CRL file has an extension that begins with a sequence like .r0 or .r1. The CRL file is associated with a certificate.
6463

65-
![Downloaded certificates](./media/backup-azure-backup-server-vmware/extracted-files-in-certs-folder.png)
64+
![Downloaded certificates](./media/backup-azure-backup-server-vmware/extracted-files-in-certs-folder.png)
6665

67-
5. In the **certs** folder, right-click the root certificate file > **Rename**.
66+
6. In the **certs** folder, right-click the root certificate file > **Rename**.
6867

6968
![Rename root certificate](./media/backup-azure-backup-server-vmware/rename-cert.png)
7069

71-
6. Change the root certificate's extension to .crt, and confirm. The file icon changes to one that represents a root certificate.
70+
7. Change the root certificate's extension to .crt, and confirm. The file icon changes to one that represents a root certificate.
7271

73-
7. Right-click the root certificate and from the pop-up menu, select **Install Certificate**.
72+
8. Right-click the root certificate and from the pop-up menu, select **Install Certificate**.
7473

75-
8. In **Certificate Import Wizard**, select **Local Machine** as the destination for the certificate, and then click **Next**. Confirm if you're asked if you want to allow changes to the computer.
74+
9. In **Certificate Import Wizard**, select **Local Machine** as the destination for the certificate, and then click **Next**. Confirm if you're asked if you want to allow changes to the computer.
7675

7776
![Wizard Welcome](./media/backup-azure-backup-server-vmware/certificate-import-wizard1.png)
7877

78+
10. On the **Certificate Store** page, select **Place all certificates in the following store**, and then click **Browse** to choose the certificate store.
7979

80-
9. On the **Certificate Store** page, select **Place all certificates in the following store**, and then click **Browse** to choose the certificate store.
80+
![Certificate storage](./media/backup-azure-backup-server-vmware/cert-import-wizard-local-store.png)
8181

82-
![Certificate storage](./media/backup-azure-backup-server-vmware/cert-import-wizard-local-store.png)
83-
84-
10. In **Select Certificate Store**, select **Trusted Root Certification Authorities** as the destination folder for the certificates, and then click **OK**.
82+
11. In **Select Certificate Store**, select **Trusted Root Certification Authorities** as the destination folder for the certificates, and then click **OK**.
8583

8684
![Certificate destination folder](./media/backup-azure-backup-server-vmware/certificate-store-selected.png)
8785

88-
11. In **Completing the Certificate Import Wizard**, verify the folder, and then click **Finish**.
86+
12. In **Completing the Certificate Import Wizard**, verify the folder, and then click **Finish**.
8987

9088
![Verify certificate is in the proper folder](./media/backup-azure-backup-server-vmware/cert-wizard-final-screen.png)
9189

92-
93-
12. After the certificate import is confirmed, sign in to the vCenter Server to confirm that your connection is secure.
94-
95-
96-
90+
13. After the certificate import is confirmed, sign in to the vCenter Server to confirm that your connection is secure.
9791

9892
### Disable HTTPS certificate validation
9993

100-
If you have secure boundaries within your organization, and don't want to use the HTTPS protocol between VMware servers and the Azure Backup Server machine, disable HTTPS as follows:
94+
If you have secure boundaries within your organization, and don't want to use the HTTPS protocol between VMware servers and the Azure Backup Server machine, disable HTTPS as follows:
95+
10196
1. Copy and paste the following text into a .txt file.
10297

10398
```text
@@ -110,7 +105,6 @@ If you have secure boundaries within your organization, and don't want to use th
110105
111106
3. Double-click the file to activate the registry entry.
112107
113-
114108
## Create a VMware role
115109
116110
The Azure Backup Server needs a user account with permissions to access v-Center Server/ESXi host. Create a VMware role with specific privileges, and then associate a user account with the role.
@@ -124,17 +118,17 @@ The Azure Backup Server needs a user account with permissions to access v-Center
124118
125119
![Add role](./media/backup-azure-backup-server-vmware/vmware-define-new-role.png)
126120
127-
128121
4. In **Create Role** > **Role name**, enter *BackupAdminRole*. The role name can be whatever you like, but it should be recognizable for the role's purpose.
129122
130123
5. Select the privileges as summarized in the table below, and then click **OK**. The new role appears on the list in the **Roles** panel.
131124
- Click the icon next to the parent label to expand the parent and view the child privileges.
132125
- To select the VirtualMachine privileges, you need to go several levels into the parent child hierarchy.
133126
- You don't need to select all child privileges within a parent privilege.
134127
135-
![Parent child privilege hierarchy](./media/backup-azure-backup-server-vmware/cert-add-privilege-expand.png)
128+
![Parent child privilege hierarchy](./media/backup-azure-backup-server-vmware/cert-add-privilege-expand.png)
136129
137130
### Role permissions
131+
138132
**6.5/6.0** | **5.5**
139133
--- | ---
140134
Datastore.AllocateSpace | Datastore.AllocateSpace
@@ -143,7 +137,7 @@ Global.SetCustomField |
143137
Host.Local.CreateVM | Network.Assign
144138
Network.Assign |
145139
Resource.AssignVMToPool |
146-
VirtualMachine.Config.AddNewDisk | VirtualMachine.Config.AddNewDisk
140+
VirtualMachine.Config.AddNewDisk | VirtualMachine.Config.AddNewDisk
147141
VirtualMachine.Config.AdvancedConfig| VirtualMachine.Config.AdvancedConfig
148142
VirtualMachine.Config.ChangeTracking| VirtualMachine.Config.ChangeTracking
149143
VirtualMachine.Config.HostUSBDevice |
@@ -156,9 +150,6 @@ VirtualMachine.Provisioning.DiskRandomRead | VirtualMachine.Provisioning.DiskRan
156150
VirtualMachine.State.CreateSnapshot | VirtualMachine.State.CreateSnapshot
157151
VirtualMachine.State.RemoveSnapshot | VirtualMachine.State.RemoveSnapshot
158152
159-
160-
161-
162153
## Create a VMware account
163154
164155
1. In vCenter Server **Navigator** panel, click **Users and Groups**. If you don't use vCenter Server, create the account on the appropriate ESXi host.
@@ -167,22 +158,18 @@ VirtualMachine.State.RemoveSnapshot | VirtualMachine.State.RemoveSnapshot
167158
168159
The **vCenter Users and Groups** panel appear.
169160
170-
171161
2. In the **vCenter Users and Groups** panel, select the **Users** tab, and then click the add users icon (the + symbol).
172162
173-
![vCenter Users and Groups panel](./media/backup-azure-backup-server-vmware/usersandgroups.png)
174-
163+
![vCenter Users and Groups panel](./media/backup-azure-backup-server-vmware/usersandgroups.png)
175164
176165
3. In **New User** dialog box, add the user information > **OK**. In this procedure, the username is BackupAdmin.
177166
178167
![New User dialog box](./media/backup-azure-backup-server-vmware/vmware-new-user-account.png)
179168
180-
181169
4. To associate the user account with the role, in the **Navigator** panel, click **Global Permissions**. In the **Global Permissions** panel, select the **Manage** tab, and then click the add icon (the + symbol).
182170
183171
![Global Permissions panel](./media/backup-azure-backup-server-vmware/vmware-add-new-perms.png)
184172
185-
186173
5. In **Global Permission Root - Add Permission**, click **Add** to choose the user or group.
187174
188175
![Choose user or group](./media/backup-azure-backup-server-vmware/vmware-add-new-global-perm.png)
@@ -191,18 +178,14 @@ VirtualMachine.State.RemoveSnapshot | VirtualMachine.State.RemoveSnapshot
191178
192179
![Add BackupAdmin user](./media/backup-azure-backup-server-vmware/vmware-assign-account-to-role.png)
193180
194-
195-
7. In **Assigned Role**, from the drop-down list, select **BackupAdminRole** > **OK**.
181+
7. In **Assigned Role**, from the drop-down list, select **BackupAdminRole** > **OK**.
196182
197183
![Assign user to role](./media/backup-azure-backup-server-vmware/vmware-choose-role.png)
198184
199-
200185
On the **Manage** tab in the **Global Permissions** panel, the new user account and the associated role appear in the list.
201186
202-
203187
## Add the account on Azure Backup Server
204188
205-
206189
1. Open Azure Backup Server. If you can't find the icon on the desktop, open Microsoft Azure Backup from the apps list.
207190
208191
![Azure Backup Server icon](./media/backup-azure-backup-server-vmware/mabs-icon.png)
@@ -211,7 +194,6 @@ On the **Manage** tab in the **Global Permissions** panel, the new user account
211194
212195
![Azure Backup Server console](./media/backup-azure-backup-server-vmware/add-vmware-credentials.png)
213196
214-
215197
3. In the **Manage Credentials** dialog box, click **Add**.
216198
217199
![Azure Backup Server Manage Credentials dialog box](./media/backup-azure-backup-server-vmware/mabs-manage-credentials-dialog.png)
@@ -224,20 +206,17 @@ On the **Manage** tab in the **Global Permissions** panel, the new user account
224206
225207
![Azure Backup Server Manage Credentials dialog box](./media/backup-azure-backup-server-vmware/new-list-of-mabs-creds.png)
226208
227-
228209
## Add the vCenter Server
229210
230211
Add the vCenter Server to Azure Backup Server.
231212
232-
233213
1. In the Azure Backup Server console, click **Management** > **Production Servers** > **Add**.
234214
235215
![Open Production Server Addition Wizard](./media/backup-azure-backup-server-vmware/add-vcenter-to-mabs.png)
236216
237-
238217
2. In **Production Server Addition Wizard** > **Select Production Server type** page, select **VMware Servers**, and then click **Next**.
239218
240-
![Production Server Addition Wizard](./media/backup-azure-backup-server-vmware/production-server-add-wizard.png)
219+
![Production Server Addition Wizard](./media/backup-azure-backup-server-vmware/production-server-add-wizard.png)
241220
242221
3. In **Select Computers** **Server Name/IP Address**, specify the FQDN or IP address of the VMware server. If all the ESXi servers are managed by the same vCenter, specify the vCenter name. Otherwise, add the ESXi host.
243222
@@ -263,14 +242,10 @@ Add the vCenter Server to Azure Backup Server.
263242
264243
If you have multiple ESXi hosts that aren't managed by vCenter server, or you have multiple instances of vCenter Server, you need to rerun the wizard to add the servers.
265244
266-
267-
268-
269245
## Configure a protection group
270246
271247
Add VMware VMs for backup. Protection groups gather multiple VMs and apply the same data retention and backup settings to all VMs in the group.
272248
273-
274249
1. In the Azure Backup Server console, click **Protection**, > **New**.
275250
276251
![Open the Create New Protection Group wizard](./media/backup-azure-backup-server-vmware/open-protection-wizard.png)
@@ -286,8 +261,7 @@ Add VMware VMs for backup. Protection groups gather multiple VMs and apply the s
286261
- When you select a folder, or VMs or folders inside that folder are also selected for backup. You can uncheck folders or VMs you don't want to back up.
287262
1. If a VM or folder is already being backed up, you can't select it. This ensures that duplicate recovery points aren't created for a VM.
288263
289-
![Select group members](./media/backup-azure-backup-server-vmware/server-add-selected-members.png)
290-
264+
![Select group members](./media/backup-azure-backup-server-vmware/server-add-selected-members.png)
291265
292266
1. In **Select Data Protection Method** page, enter a name for the protection group, and protection settings. To back up to Azure, set short-term protection to **Disk** and enable online protection. Then click **Next**.
293267
@@ -300,7 +274,7 @@ Add VMware VMs for backup. Protection groups gather multiple VMs and apply the s
300274
- Short-term backups are full backups and not incremental.
301275
- Click **Modify** to change the times/dates when short-term backups occur.
302276
303-
![Specify short-term goals](./media/backup-azure-backup-server-vmware/short-term-goals.png)
277+
![Specify short-term goals](./media/backup-azure-backup-server-vmware/short-term-goals.png)
304278
305279
1. In **Review Disk Allocation**, review the disk space provided for the VM backups. for the VMs.
306280
@@ -311,41 +285,40 @@ Add VMware VMs for backup. Protection groups gather multiple VMs and apply the s
311285
- **Automatically grow:** If you turn on this setting, if data in the protected group outgrows the initial allocation, Azure Backup Server tries to increase the disk size by 25 percent.
312286
- **Storage pool details:** Shows the status of the storage pool, including total and remaining disk size.
313287
314-
![Review disk allocation](./media/backup-azure-backup-server-vmware/review-disk-allocation.png)
288+
![Review disk allocation](./media/backup-azure-backup-server-vmware/review-disk-allocation.png)
315289
316290
1. In **Choose Replica Creation Method** page, specify how you want to take the initial backup, and then click **Next**.
317291
- The default is **Automatically over the network** and **Now**.
318292
- If you use the default, we recommend that you specify an off-peak time. Choose **Later** and specify a day and time.
319293
- For large amounts of data or less-than-optimal network conditions, consider replicating the data offline by using removable media.
320294
321-
![Choose replica creation method](./media/backup-azure-backup-server-vmware/replica-creation.png)
295+
![Choose replica creation method](./media/backup-azure-backup-server-vmware/replica-creation.png)
322296
323297
1. In **Consistency Check Options**, select how and when to automate the consistency checks. Then click **Next**.
324298
- You can run consistency checks when replica data becomes inconsistent, or on a set schedule.
325299
- If you don't want to configure automatic consistency checks, you can run a manual check. To do this, right-click the protection group > **Perform Consistency Check**.
326300
327301
1. In **Specify Online Protection Data** page, select the VMs or VM folders that you want to back up. You can select the members individually, or click **Select All** to choose all members. Then click **Next**.
328302
329-
![Specify online protection data](./media/backup-azure-backup-server-vmware/select-data-to-protect.png)
303+
![Specify online protection data](./media/backup-azure-backup-server-vmware/select-data-to-protect.png)
330304
331305
1. On the **Specify Online Backup Schedule** page, specify how often you want to back up data from local storage to Azure.
332306
333307
- Cloud recovery points for the data will be generated according to the schedule. Then click **Next**.
334308
- After the recovery point is generated, it is transferred to the Recovery Services vault in Azure.
335309
336-
![Specify online backup schedule](./media/backup-azure-backup-server-vmware/online-backup-schedule.png)
310+
![Specify online backup schedule](./media/backup-azure-backup-server-vmware/online-backup-schedule.png)
337311
338312
1. On the **Specify Online Retention Policy** page, indicate how long you want to keep the recovery points that are created from the daily/weekly/monthly/yearly backups to Azure. then click **Next**.
339313
340314
- There's no time limit for how long you can keep data in Azure.
341315
- The only limit is that you can't have more than 9999 recovery points per protected instance. In this example, the protected instance is the VMware server.
342316
343-
![Specify online retention policy](./media/backup-azure-backup-server-vmware/retention-policy.png)
344-
317+
![Specify online retention policy](./media/backup-azure-backup-server-vmware/retention-policy.png)
345318
346319
1. On the **Summary** page, review the settings, and then click **Create Group**.
347320
348-
![Protection group member and setting summary](./media/backup-azure-backup-server-vmware/protection-group-summary.png)
321+
![Protection group member and setting summary](./media/backup-azure-backup-server-vmware/protection-group-summary.png)
349322
350323
## VMWare vSphere 6.7
351324
@@ -355,18 +328,27 @@ To back up vSphere 6.7, do the following:
355328
>[!Note]
356329
>VMWare 6.7 onwards had enabled TLS as communication protocol.
357330
358-
- Set the registry keys as follows:
359-
360-
Windows Registry Editor Version 5.00
331+
- Set the registry keys as follows:
361332
362-
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\\.NETFramework\v2.0.50727] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001
333+
```text
334+
Windows Registry Editor Version 5.00
363335
364-
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\\.NETFramework\v4.0.30319] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001
336+
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
337+
"SystemDefaultTlsVersions"=dword:00000001
338+
"SchUseStrongCrypto"=dword:00000001
365339
366-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\.NETFramework\v2.0.50727] "SystemDefaultTlsVersions"=dword:00000001 "SchUseStrongCrypto"=dword:00000001
340+
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
341+
"SystemDefaultTlsVersions"=dword:00000001
342+
"SchUseStrongCrypto"=dword:00000001
367343
368-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\.NETFramework\v4.0.30319] "SystemDefaultTlsVersions"=dword:00000001 s"SchUseStrongCrypto"=dword:00000001
344+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
345+
"SystemDefaultTlsVersions"=dword:00000001
346+
"SchUseStrongCrypto"=dword:00000001
369347
348+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
349+
"SystemDefaultTlsVersions"=dword:00000001
350+
"SchUseStrongCrypto"=dword:00000001
351+
```
370352

371353
## Next steps
372354

0 commit comments

Comments
 (0)