Skip to content

Commit b6a5af1

Browse files
authored
Updated RB installation instructions to retain config files
1 parent 635437a commit b6a5af1

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,27 +150,29 @@ A typical onboarding that uses the script takes 30 to 60 minutes. During the pro
150150
151151
After the command finishes running, your setup is complete. You can now use the capabilities of Azure Arc-enabled VMware vSphere.
152152
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).
154159
155-
#### Retry command - Windows
160+
To cleanup the installation and retry the deployment, use the following commands.
161+
162+
### Retry command - Windows
156163
157164
Run the command with ```-Force``` to clean up the installation and onboard again.
158165
159166
```powershell-interactive
160-
./resource-bridge-onboarding-script.ps1-Force -Subscription <Subscription> -ResourceGroup <ResourceGroup> -AzLocation <AzLocation> -ApplianceName <ApplianceName> -CustomLocationName <CustomLocationName> -vCenterservername <vCenterservername>
167+
./resource-bridge-onboarding-script.ps1 -Force
161168
```
162169

163-
#### Retry command - Linux
170+
### Retry command - Linux
164171

165172
Run the command with ```--force``` to clean up the installation and onboard again.
166173
```bash
167174
bash resource-bridge-onboarding-script.sh --force
168175
```
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.
174176

175177
## Next steps
176178

0 commit comments

Comments
 (0)