Skip to content

Commit 4254743

Browse files
Merge pull request #196964 from suzizuber/szuber/configure-hcx-network-extension-high-availability-on-azure-private-cloud
5-5-22_Create new HCX configuration doc, add to ToC
2 parents 8c8a04b + 12eb723 commit 4254743

8 files changed

+81
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: Configure HCX network extension high availability
3+
description: Learn how to configure HCX network extension high availability
4+
ms.topic: how-to
5+
ms.date: 05/06/2022
6+
---
7+
8+
# HCX Network extension high availability (HA)
9+
10+
VMware HCX is an application mobility platform that's designed to simplify application migration, workload rebalancing, and business continuity across data centers and clouds.
11+
12+
The HCX Network Extension service provides layer 2 connectivity between sites. Network Extension HA protects extended networks from a Network Extension appliance failure at either the source or remote site.
13+
14+
HCX 4.3.0 or later allows network extension high availability. Network Extension HA operates in Active/Standby mode. In this article, you'll learn how to configure HCX network extension High Availability on Azure private cloud.
15+
16+
## Prerequisites
17+
18+
The Network Extension High Availability (HA) setup requires four Network Extension appliances, with two appliances at the source site and two appliances at the remote site. Together, these two pairs form the HA Group, which is the mechanism for managing Network Extension High Availability. Appliances on the same site require a similar configuration and must have access to the same set of resources.
19+
20+
- Network Extension HA requires an HCX Enterprise license.
21+
- In the HCX Compute Profile, the Network Extension Appliance Limit is set to allow for the number of Network Extension appliances. The Azure VMware Solutions Limit is automatically set to unlimited.
22+
- In the HCX Service Mesh, the Network Extension Appliance Scale Out Appliance Count is set to provide enough appliances to support network extension objectives, including any Network Extension HA groups.
23+
24+
When you create a service mesh, set the appliance count to a minimum of two. For an existing service mesh, you can edit and adjust the appliance count to provide the required appliance count.
25+
26+
- The Network Extension appliances selected for HA activation must have no networks extended over them.
27+
- Only Network Extension appliances upgraded to HCX 4.3.0 or later can be added to HA Groups.
28+
- Learn more about the [Network Extension High Availability](https://docs.vmware.com/en/VMware-HCX/4.3/hcx-user-guide/GUID-E1353511-697A-44B0-82A0-852DB55F97D7.html?msclkid=1fcacda4c4dd11ecae41f8715a8d8ded) feature, prerequisites, considerations and limitations.
29+
30+
## Activate high availability (HA)
31+
32+
Use the following steps to activate HA, create HA groups, and view the HA roles and options available.
33+
34+
1. Sign in to HCX Manager UI in one of two ways:
35+
36+
1. HCX UI through vCenter HCX Plugin.
37+
1. Navigate to **Infrastructure**, then **Interconnect**.
38+
1. Select **Service Mesh**, then select **View Appliances**.
39+
1. Select **Appliances** from the **Interconnect** tab options.
40+
1. Check the network appliance that you want to make highly available and select **Activate High Availability**.
41+
42+
:::image type="content" source="media/hcx/appliances-activate-high-availability.png" alt-text="screenshot of the appliances tab with a list of appliances you can choose from to activate high availability."lightbox="media/hcx/appliances-activate-high-availability.png":::
43+
44+
1. Confirm by selecting **Activate HA**.
45+
1. Activating HA initiates the process to create an HA group. The process automatically selects an HA partner from the available NE Appliances.
46+
1. After the HA group is created, the **HA Roles** for the local and remote appliances display **Active** and **Standby**.
47+
48+
:::image type="content" source="media/hcx/high-availability-group-active-standby-roles.png" alt-text="screenshot of the active and standby roles that are assigned to the local and remote appliances."lightbox="media/hcx/high-availability-group-active-standby-roles.png":::
49+
50+
1. Select **HA Management** from the **Interconnect** tab options to view the HA group details and the available options: **Manual failover, Deactivate, Redeploy, and Force Sync**.
51+
52+
:::image type="content" source="media/hcx/high-availability-management-group-details-available-options.png" alt-text="screenshot of the high availability management tab with high availability group details and available options."lightbox="media/hcx/high-availability-management-group-details-available-options.png":::
53+
54+
## Extend network using network HA group
55+
56+
1. Locate **Services** in the left navigation and select **Network Extension**.
57+
1. Select **Create a Network Extension**.
58+
1. Choose the Network you want and select **Next**.
59+
1. In **mandatory fields**, provide the gateway IP address in CIDR format, select the HA group under **Extension Appliances** (this was created in the previous step), and select **Submit** to extend the Network.
60+
1. After the network is extended, under **Extension Appliance**, you can see the extension details and HA group.
61+
62+
:::image type="content" source="media/hcx/extend-network-details-high-availability-group.png" alt-text="screenshot of the extension appliance details and high availability group."lightbox="media/hcx/extend-network-details-high-availability-group.png":::
63+
64+
1. To migrate virtual machines (VMs), navigate to **Services** and select **Migration**.
65+
1. Select **Migrate** from the **Migration** window to start the workload mobility wizard.
66+
1. In **Workload Mobility**, add and replace details as needed, then select **Validate**.
67+
1. After validation completes, select **Go** to start the migration using Extended Network.
68+
69+
:::image type="content" source="media/hcx/extend-network-migrate-process.png" alt-text="screenshot of the workload mobility page to edit details, validate them, and migrate using extended network."lightbox="media/hcx/extend-network-migrate-process.png":::
70+
71+
## Next steps
72+
73+
Now that you've learned how to configure and extend HCX network extension high availability (HA), use the following resource to learn more about how to manage HCX network extension HA.
74+
75+
[Managing Network Extension High Availability](https://docs.vmware.com/en/VMware-HCX/4.3/hcx-user-guide/GUID-4A745694-5E32-4E87-92D2-AC1191170412.html)

articles/azure-vmware/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ landingContent:
190190
linkLists:
191191
- linkListType: how-to-guide
192192
links:
193+
- text: Configure HCX network extension
194+
url: configure-hcx-network-extension.md
195+
- text: Configure HCX network extension high availability
196+
url: configure-hcx-network-extension-high-availability.md
193197
- text: Configure vRealize Operations
194198
url: vrealize-operations-for-azure-vmware-solution.md
195199
- text: Deploy VMware Horizon
150 KB
Loading
107 KB
Loading
122 KB
Loading
129 KB
Loading
126 KB
Loading

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@
182182
items:
183183
- name: Configure HCX network extension
184184
href: configure-hcx-network-extension.md
185+
- name: Configure HCX network extension high availability
186+
href: configure-hcx-network-extension-high-availability.md
185187
- name: Configure vRealize Operations
186188
href: vrealize-operations-for-azure-vmware-solution.md
187189
- name: Deploy VMware Horizon

0 commit comments

Comments
 (0)