Skip to content

Commit 7dd3e06

Browse files
authored
Updated RB installation instructions to retain config files
1 parent ab05317 commit 7dd3e06

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

articles/azure-arc/vmware-vsphere/quick-start-connect-vcenter-to-arc-using-script.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,30 @@ A typical onboarding that uses the script takes 30 to 60 minutes. During the pro
145145
| **Data store** | Select the name of the datastore to be used for the Azure Arc resource bridge VM. |
146146
| **Folder** | Select the name of the vSphere VM and the template folder where the Azure Arc resource bridge's VM will be deployed. |
147147
| **VM template Name** | Provide a name for the VM template that will be created in your vCenter Server instance based on the downloaded OVA file. For example: **arc-appliance-template**. |
148-
| **Control Plane IP address** | Provide a static IP address that's outside the DHCP range but still in the same subnet as the DHCP scope for virtual machines and must be excluded from the DHCP scope to avoid IP address conflicts. Ensure that this IP address isn't assigned to any other machine on the network. Azure Arc resource bridge (preview) runs a Kubernetes cluster, and its control plane requires a static IP address. Control Plane IP must have internet access. |
148+
| **Control Plane IP address** | Provide a static IP address that is outside the DHCP scope for virtual machines but in the same subnet. Ensure that this IP address isn't assigned to any other machine on the network. Azure Arc resource bridge (preview) runs a Kubernetes cluster, and its control plane requires a static IP address. Control Plane IP must have internet access. |
149149
| **Appliance proxy settings** | Enter **y** if there's a proxy in your appliance network. Otherwise, enter **n**. </br> You need to populate the following boxes when you have a proxy set up: </br> 1. **Http**: Address of the HTTP proxy server. </br> 2. **Https**: Address of the HTTPS proxy server. </br> 3. **NoProxy**: Addresses to be excluded from the proxy. </br> 4. **CertificateFilePath**: For SSL-based proxies, the path to the certificate to be used.
150150
151151
After the command finishes running, your setup is complete. You can now use the capabilities of Azure Arc-enabled VMware vSphere.
152152
153153
> [!IMPORTANT]
154-
> If the Azure Arc resource bridge deployment fails, clean up the installation and retry the deployment. Run the following cmdlet in Azure Command Line Interface(CLI) to clean up the installation:
155-
>
156-
>```azurecli-interactive
157-
>az arcappliance delete vmware --config-file $csv_path\ResourceBridge\vmware-appliance.yaml --yes
154+
> If the Azure Arc resource bridge deployment fails, clean up the installation and retry the deployment.
155+
>
156+
> **Retry command - Windows**
157+
>
158+
> Run the command with ```-Force``` to clean up the installation and onboard again.
159+
>
160+
>```powershell-interactive
161+
>./resource-bridge-onboarding-script.ps1-Force -Subscription <Subscription> -ResourceGroup <ResourceGroup> -AzLocation <AzLocation> -ApplianceName <ApplianceName> -CustomLocationName <CustomLocationName> -vCenterservername <vCenterservername>
158162
>```
159163
>
164+
> **Retry command - Linux**
165+
>
166+
> Run the command with ```--force``` to clean up the installation and onboard again.
167+
>
168+
>```bash
169+
>bash resource-bridge-onboarding-script.sh --force
170+
>```
171+
>
160172
> While there can be a number of reasons why the Azure Arc resource bridge deployment fails, one of them is KVA timeout error. For more information about the KVA timeout error and how to troubleshoot it, see [KVA timeout error](../resource-bridge/troubleshoot-resource-bridge.md#kva-timeout-error).
161173
162174
> [!IMPORTANT]

0 commit comments

Comments
 (0)