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/azure-arc/vmware-vsphere/enable-virtual-hardware.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to
31
31
32
32
2. The Virtual machines that have Arc agent installed via Arc-enabled Servers route will have **Link to vCenter** status under virtual hardware management.
33
33
34
-
3. Select Link to vCenter to open a pane that will list all the machines under the vCenter with Arc agent installed but not linked to the vCenter in Azure Arc.
34
+
3. Select **Link to vCenter** to open a pane that will list all the machines under vCenter with Arc agent installed but not linked to vCenter in Azure Arc.
35
35
36
36
4. Choose all the machines, and select the option to link machines to vCenter.
37
37
@@ -41,11 +41,11 @@ Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to
41
41
42
42
:::image type="content" source="media/enable-virtual-hardware/perform-virtual-hardware-operations.png" alt-text="Screenshot that shows the page for performing virtual hardware operations." lightbox="media/enable-virtual-hardware/perform-virtual-hardware-operations.png":::
43
43
44
-
After linking to vCenter, virtual lifecycle operations and power cycle operations are enabled on the machine and the kind property of Hybrid Compute Machine is updated as VMware.
44
+
After linking to vCenter, virtual lifecycle operations and power cycle operations are enabled on the machines, and the kind property of Hybrid Compute Machine is updated as VMware.
45
45
46
-
## Link Arcenabled Server machines to vCenter using Azure CLI
46
+
## Link Arc-enabled Server machines to vCenter using Azure CLI
47
47
48
-
The following az commands can be used to link Arcenabled Server machines to vCenter at scale.
48
+
The following az commands can be used to link Arc-enabled Server machines to vCenter at scale.
49
49
50
50
**Create VMware resources from the specified Arc for Server machines in the vCenter**
51
51
@@ -75,7 +75,7 @@ ARM ID of the vCenter to which the machines will be linked.
75
75
76
76
**--ids**
77
77
78
-
One or more resource IDs (space-delimited). It should be a complete resource ID containing all the information of *Resource Id* arguments. You should provide either --ids or other *Resource Id* arguments.
78
+
One or more resource IDs (space-delimited). It should be a complete resource ID containing all the information of *Resource Id* arguments. You should provide either *--ids* or other *Resource Id* arguments.
79
79
80
80
**--name -n**
81
81
@@ -92,13 +92,13 @@ Name of the resource group that will be scanned for HCRP machines.
92
92
93
93
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
94
94
95
-
### Known issue
95
+
####Known issue
96
96
97
97
During the first scan of the vCenter inventory after onboarding to Azure Arc-enabled VMware vSphere, Arc-enabled Servers machines will be discovered under vCenter inventory. If the Arc-enabled Server machines aren't discovered and you try to perform the **Enable in Azure** operation, you'll encounter the following error:<br>
98
98
99
99
*A machine '/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXX/resourceGroups/rg-contoso/providers/Microsoft.HybridCompute/machines/testVM1' already exists with the specified virtual machine MoRefId: 'vm-4441'. The existing machine resource can be extended with private cloud capabilities by creating the VirtualMachineInstance resource under it.*
100
100
101
-
When you encounter this error message, you will be able to perform the **Link to vCenter** operation in 10 minutes. Alternatively, you can use any of the Azure CLI commands listed above to link an existing Arc-enabled Server machine to vCenter.
101
+
When you encounter this error message, you'll be able to perform the **Link to vCenter** operation in 10 minutes. Alternatively, you can use any of the Azure CLI commands listed above to link an existing Arc-enabled Server machine to vCenter.
0 commit comments