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/day2-operations-resource-bridge.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Perform ongoing administration for Arc-enabled VMware vSphere
3
3
description: Learn how to perform day 2 administrator operations related to Azure Arc-enabled VMware vSphere
4
4
ms.topic: how-to
5
-
ms.date: 03/28/2022
5
+
ms.date: 08/25/2022
6
6
7
7
---
8
8
9
9
# Perform ongoing administration for Arc-enabled VMware vSphere
10
10
11
11
In this article, you'll learn how to perform various administrative operations related to Azure Arc-enabled VMware vSphere (preview):
12
12
13
-
- Upgrading the Arc resource bridge
13
+
- Upgrading the Azure Arc resource bridge (preview)
14
14
- Updating the credentials
15
15
- Collecting logs from the Arc resource bridge
16
16
@@ -21,7 +21,7 @@ Each of these operations requires either SSH key to the resource bridge VM or th
21
21
Azure Arc-enabled VMware vSphere requires the Arc resource bridge to connect your VMware vSphere environment with Azure. Periodically, new images of Arc resource bridge will be released to include security and feature updates.
22
22
23
23
> [!NOTE]
24
-
> To upgrade the arc resource bridge VM to the latest version, you will need to perform the onboarding again with the **same resource IDs**. This will cause some downtime as operations performed through Arc during this time might fail.
24
+
> To upgrade the Arc resource bridge VM to the latest version, you will need to perform the onboarding again with the **same resource IDs**. This will cause some downtime as operations performed through Arc during this time might fail.
25
25
26
26
To upgrade to the latest version of the resource bridge, perform the following steps:
27
27
@@ -63,7 +63,7 @@ Azure Arc-enabled VMware vSphere uses the vSphere account credentials you provid
63
63
64
64
As part of your security practices, you might need to rotate credentials for your vCenter accounts. As credentials are rotated, you must also update the credentials provided to Azure Arc to ensure the functioning of Azure Arc-enabled VMware services.
65
65
66
-
There are two different sets of credentials stored on the Arc resource bridge. But you can use the same account credentials for both.
66
+
There are two different sets of credentials stored on the Arc resource bridge. You can use the same account credentials for both.
67
67
68
68
- **Account for Arc resource bridge**. This account is used for deploying the Arc resource bridge VM and will be used for upgrade.
69
69
- **Account for VMware cluster extension**. This account is used to discover inventory and perform all VM operations through Azure Arc-enabled VMware vSphere
@@ -100,12 +100,13 @@ az arcappliance logs <provider> --out-dir <path to specified output directory> -
100
100
101
101
During initial onboarding, SSH keys are saved to the workstation. If you're running this command from the workstation that was used for onboarding, no other steps are required.
102
102
103
-
If you're running this command from a different workstation, you must make sure the following files are copied to the new workstation in the same location.
103
+
If you're running this command from a different workstation, make sure the following files are copied to the new workstation in the same location.
104
104
105
105
- For a Windows workstation, `C:\ProgramData\kva\.ssh\logkey` and `C:\ProgramData\kva\.ssh\logkey.pub`
106
106
107
107
- For a Linux workstation, `$HOME\.KVA\.ssh\logkey` and `$HOME\.KVA\.ssh\logkey.pub`
108
108
109
109
## Next steps
110
110
111
-
[Troubleshoot common issues related to resource bridge](../resource-bridge/troubleshoot-resource-bridge.md)
111
+
-[Troubleshoot common issues related to resource bridge](../resource-bridge/troubleshoot-resource-bridge.md)
112
+
-[Understand disastery recovery operations for resource bridge](../resource-bridge/disaster-recovery.md)
0 commit comments