Skip to content

Commit c70b8e4

Browse files
committed
Updated the Windows section and removed the Linux section
1 parent 5050759 commit c70b8e4

File tree

1 file changed

+4
-44
lines changed

1 file changed

+4
-44
lines changed

articles/azure-arc/system-center-virtual-machine-manager/disaster-recovery.md

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Recover from accidental deletion of resource bridge VM
33
description: Learn how to perform recovery operations for the Azure Arc resource bridge VM in Azure Arc-enabled System Center Virtual Machine Manager disaster scenarios.
44
ms.topic: how-to
55
ms.custom:
6-
ms.date: 12/21/2023
6+
ms.date: 12/22/2023
77
ms.services: azure-arc
88
ms.subservice: azure-arc-scvmm
99
author: PriskeyJeronika-MS
@@ -47,50 +47,10 @@ If you had deployed Arc Resource Bridge earlier using DHCP, you must clean up yo
4747
$vmmserverResourceGroupName = <resource-group-name>
4848
$vmmserverName= <SCVMM-name-in-azure>
4949
```
50-
3. [Run the onboarding script](quickstart-connect-system-center-virtual-machine-manager-to-arc.md#download-the-onboarding-script) again with the `-Force` parameter.
50+
51+
3. [Provide the inputs](quickstart-connect-system-center-virtual-machine-manager-to-arc.md#script-runtime) as prompted.
5152

52-
```powershell
53-
./resource-bridge-onboarding-script.ps1 -Force
54-
```
55-
56-
4. [Provide the inputs](quickstart-connect-system-center-virtual-machine-manager-to-arc.md#script-runtime) as prompted.
57-
58-
5. In the same machine, [download](https://download.microsoft.com/download/6/b/4/6b4a5009-fed8-46c2-b22b-b24a4d0a06e3/arcvmm-appliance-dr.ps1) and run this script.
59-
60-
6. Once the script is run successfully, the old Resource Bridge is recovered, and the connection is re-established to the existing Azure-enabled SCVMM resources.
61-
62-
### Recover Arc resource bridge from a Linux machine
63-
64-
1. Copy the Azure region and resource IDs of the Arc resource bridge, custom location, and SCVMM Azure resources.
65-
66-
2. Download the [onboarding script](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc#download-the-onboarding-script) from the Azure portal and update the following section in the script, using the same information as the original resources in Azure.
67-
68-
```powershell
69-
$location = <Azure region of the resources>
70-
$applianceSubscriptionId = <subscription-id>
71-
$applianceResourceGroupName = <resource-group-name>
72-
$applianceName = <resource-bridge-name>
73-
74-
$customLocationSubscriptionId = <subscription-id>
75-
$customLocationResourceGroupName = <resource-group-name>
76-
$customLocationName = <custom-location-name>
77-
78-
$vmmserverSubscriptionId = <subscription-id>
79-
$vmmserverResourceGroupName = <resource-group-name>
80-
$vmmserverName= <SCVMM-name-in-azure>
81-
```
82-
83-
3. [Run the onboarding script](quickstart-connect-system-center-virtual-machine-manager-to-arc.md#download-the-onboarding-script) again with the `-Force` parameter.
84-
85-
```bash
86-
./resource-bridge-onboarding-script.sh -Force
87-
```
88-
89-
4. [Provide the inputs](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc#script-runtime) as prompted.
90-
91-
5. In the same machine, [download](https://download.microsoft.com/download/0/5/c/05c2bcb8-87f8-4ead-9757-a87a0759071c/arcvmm-appliance-dr.sh) and run this script.
92-
93-
6. Once the script is run successfully, the old Resource Bridge is recovered and the connection is re-established to the existing Azure-enabled SCVMM resources.
53+
4. Once the script is run successfully, the old Resource Bridge is recovered, and the connection is re-established to the existing Azure-enabled SCVMM resources.
9454

9555
## Next steps
9656

0 commit comments

Comments
 (0)