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/quick-start-connect-vcenter-to-arc-using-script.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,27 +150,29 @@ A typical onboarding that uses the script takes 30 to 60 minutes. During the pro
150
150
151
151
After the command finishes running, your setup is complete. You can now use the capabilities of Azure Arc-enabled VMware vSphere.
152
152
153
-
If the Azure Arc resource bridge deployment fails, clean up the installation and retry the deployment.
153
+
> [!IMPORTANT]
154
+
> After the successful installation of Azure Arc resource bridge, it is recommended to retain a copy of the resource bridge config .yaml files and the kubeconfig file safe and secure in a place that facilitates easy retrieval. These files may be needed later to run a few commands to perform management operations on the resource bridge.
155
+
156
+
## Recovering from failed deployments
157
+
158
+
If the Azure Arc resource bridge deployment fails, consult the Arc resource bridge troubleshooting doc (../resource-bridge/troubleshoot-resource-bridge.md). 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).
154
159
155
-
#### Retry command - Windows
160
+
To cleanup the installation and retry the deployment, use the following commands.
161
+
162
+
### Retry command - Windows
156
163
157
164
Run the command with ```-Force``` to clean up the installation and onboard again.
Run the command with ```--force``` to clean up the installation and onboard again.
166
173
```bash
167
174
bash resource-bridge-onboarding-script.sh --force
168
175
```
169
-
170
-
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).
171
-
172
-
> [!IMPORTANT]
173
-
> After the successful installation of Azure Arc resource bridge, it is recommended to retain a copy of the resource bridge config .yaml files and the kubeconfig file safe and secure in a place that facilitates easy retrieval. These files may be needed later to run a few commands to perform management operations on the resource bridge.
0 commit comments