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/system-center-virtual-machine-manager/disaster-recovery.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Recover from accidental deletion of resource bridge VM
3
3
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.
4
4
ms.topic: how-to
5
5
ms.custom:
6
-
ms.date: 11/15/2023
6
+
ms.date: 11/29/2023
7
7
ms.services: azure-arc
8
8
ms.subservice: azure-arc-scvmm
9
9
author: PriskeyJeronika-MS
@@ -13,12 +13,16 @@ manager: jsuri
13
13
14
14
# Recover from accidental deletion of resource bridge virtual machine
15
15
16
-
In this article, you'll learn how to recover the Azure Arc resource bridge connection into a working state in disaster scenarios such as accidental deletion. In such cases, the connection between on-premises infrastructure and Azure is lost and any operations performed through Arc will fail.
16
+
In this article, you learn how to recover the Azure Arc resource bridge connection into a working state in disaster scenarios such as accidental deletion. In such cases, the connection between on-premises infrastructure and Azure is lost and any operations performed through Arc will fail.
17
17
18
18
## Recover the Arc resource bridge in case of virtual machine deletion
19
19
20
20
To recover from Arc resource bridge VM deletion, you need to deploy a new resource bridge with the same resource ID as the current resource bridge using the following steps.
21
21
22
+
>[!Note]
23
+
> This note is applicable only if you're performing this recovery operation to upgrade your Arc resource bridge.<br><br>
24
+
> If you have VMs that are still in the older version, i.e., have *Enabled (Deprecated)* set under the *Virtual hardware operations* column in the Virtual Machines inventory of your SCVMM server in Azure, switch them to the new version by following the steps in [this article](./switch-to-the-new-version-scvmm.md#switch-to-the-new-version-existing-customer) before proceeding with the steps for resource bridge recovery.
25
+
22
26
1. Copy the Azure region and resource IDs of the Arc resource bridge, custom location, and SCVMM Azure resources.
23
27
24
28
2. Find and delete the old Arc resource bridge resource under the [Resource Bridges tab from the Azure Arc center](https://ms.portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/resourceBridges).
@@ -40,19 +44,19 @@ To recover from Arc resource bridge VM deletion, you need to deploy a new resour
40
44
$vmmserverName= <SCVMM-name-in-azure>
41
45
```
42
46
43
-
4. [Run the onboarding script](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc#download-the-onboarding-script) again with the `--force` parameter.
47
+
4. [Run the onboarding script](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc#download-the-onboarding-script) again with the `-Force` parameter.
44
48
45
49
``` powershell-interactive
46
-
./resource-bridge-onboarding-script.ps1 --force
50
+
./resource-bridge-onboarding-script.ps1 -Force
47
51
```
48
52
49
53
5. [Provide the inputs](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc#script-runtime) as prompted.
50
54
51
55
6. In the same machine, run the following scripts, as applicable:
52
-
- [Download the script](https://download.microsoft.com/download/6/b/4/6b4a5009-fed8-46c2-b22b-b24a4d0a06e3/arcvmm-appliance-dr.ps1) if you are running the script from a Windows machine
53
-
- [Download the script](https://download.microsoft.com/download/0/5/c/05c2bcb8-87f8-4ead-9757-a87a0759071c/arcvmm-appliance-dr.sh) if you are running the script from a Linux machine
56
+
- [Download the script](https://download.microsoft.com/download/6/b/4/6b4a5009-fed8-46c2-b22b-b24a4d0a06e3/arcvmm-appliance-dr.ps1) if you're running the script from a Windows machine
57
+
- [Download the script](https://download.microsoft.com/download/0/5/c/05c2bcb8-87f8-4ead-9757-a87a0759071c/arcvmm-appliance-dr.sh) if you're running the script from a Linux machine
54
58
55
-
7. Once the script is run successfully, the old Resource Bridge will be recovered and the connection is re-established to the existing Azure-enabled SCVMM resources.
59
+
7. 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.
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/install-arc-agents-using-script.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Install Arc agent using a script for SCVMM VMs
3
3
description: Learn how to enable guest management using a script for Arc enabled SCVMM VMs.
4
4
ms.topic: how-to
5
-
ms.date: 11/15/2023
5
+
ms.date: 11/29/2023
6
6
ms.service: azure-arc
7
7
author: PriskeyJeronika-MS
8
8
ms.author: v-gjeronika
@@ -15,7 +15,7 @@ ms.subservice: azure-arc-scvmm
15
15
16
16
# Install Arc agents using a script
17
17
18
-
In this article, you'll learn how to install Arc agents on Azure-enabled SCVMM VMs using a script.
18
+
In this article, you learn how to install Arc agents on Azure-enabled SCVMM VMs using a script.
19
19
20
20
## Prerequisites
21
21
@@ -29,22 +29,30 @@ Ensure the following before you install Arc agents using a script for SCVMM VMs:
29
29
- Is running a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
30
30
- Is able to connect through the firewall to communicate over the Internet and [these URLs](/azure/azure-arc/servers/network-requirements?tabs=azure-cloud#urls) aren't blocked.
31
31
- Has Azure CLI [installed](https://learn.microsoft.com/cli/azure/install-azure-cli).
32
-
- Has the Arc agent installation script downloaded from [here](https://download.microsoft.com/download/7/1/6/7164490e-6d8c-450c-8511-f8191f6ec110/arcscvmm-enable-guest-management.ps1).
32
+
- Has the Arc agent installation script downloaded from [here](https://download.microsoft.com/download/7/1/6/7164490e-6d8c-450c-8511-f8191f6ec110/arcscvmm-enable-guest-management.ps1) for a Windows VM or from [here](https://download.microsoft.com/download/0/9/b/09bd9ef4-a7af-49e5-ad5f-9e8f85fae75b/arcscvmm-enable-guest-management.sh) for a Linux VM.
33
33
34
34
>[!NOTE]
35
35
>- If you're using a Linux VM, the account must not prompt for login on sudo commands. To override the prompt, from a terminal, run `sudo visudo`, and `add <username> ALL=(ALL) NOPASSWD:ALL` at the end of the file. Ensure you replace `<username>`.
36
36
>- If your VM template has these changes incorporated, you won't need to do this for the VM created from that template.
37
37
38
38
## Steps to install Arc agents using a script
39
39
40
-
1.Log in to the target VM as an administrator.
40
+
1.Sign in to the target VM as an administrator.
41
41
2. Run the Azure CLI with the `az` command from either Windows Command Prompt or PowerShell.
42
-
3.Log in to your Azure account in Azure CLI using `az login --use-device-code`
43
-
4. Run the downloaded script *arcscvmm-enable-guest-management.ps1*. The `vmmServerId` parameter should denote your VMM Server’s ARM ID.
42
+
3.Sign in to your Azure account in Azure CLI using `az login --use-device-code`
43
+
4. Run the downloaded script *arcscvmm-enable-guest-management.ps1* or *arcscvmm-enable-guest-management.sh*, as applicable, using the following commands. The `vmmServerId` parameter should denote your VMM Server’s ARM ID.
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/switch-to-the-new-version-scvmm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: PriskeyJeronika-MS
7
7
ms.author: v-gjeronika
8
8
manager: jsuri
9
9
ms.topic: how-to
10
-
ms.date: 11/15/2023
10
+
ms.date: 11/29/2023
11
11
keywords: "VMM, Arc, Azure"
12
12
13
13
#Customer intent: As a VI admin, I want to switch to the new version of Arc-enabled SCVMM and leverage the associated capabilities
@@ -28,7 +28,7 @@ If you've onboarded to Arc-enabled SCVMM before September 22, 2023, for VMs that
28
28
> If you had enabled guest management on any of the VMs, [disconnect](/azure/azure-arc/servers/manage-agent?tabs=windows#step-2-disconnect-the-server-from-azure-arc) and [uninstall agents](/azure/azure-arc/servers/manage-agent?tabs=windows#step-3a-uninstall-the-windows-agent).
29
29
30
30
1. From your browser, go to the SCVMM management servers blade on [Azure Arc Center](https://ms.portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/overview) and select the SCVMM management server resource.
31
-
2. Select all the virtual machines that are Azure enabled with the older version.
31
+
2. Select all the virtual machines that are Azure enabled with the older version. The virtual machines in the older version will have *Enabled (Deprecated)* set under the Virtual hardware management column.
32
32
3. Select **Remove from Azure**.
33
33
:::image type="Virtual Machines" source="media/switch-to-the-new-version-scvmm/virtual-machines.png" alt-text="Screenshot of virtual machines.":::
34
34
4. After successful removal from Azure, enable the same resources again in Azure.
0 commit comments