Skip to content

Commit cbb028c

Browse files
authored
Merge pull request #252286 from MicrosoftDocs/release-arcscvmm-pup2
Release arcscvmm pup2 ---scheduled release at 7:45am of 9/21
2 parents 1ad00f6 + 0662423 commit cbb028c

File tree

6 files changed

+106
-17
lines changed

6 files changed

+106
-17
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Install Arc agent at scale for your SCVMM VMs
3+
description: Learn how to enable guest management at scale for Arc-enabled SCVMM VMs.
4+
ms.service: azure-arc
5+
ms.subservice: azure-arc-scvmm
6+
author: jyothisuri
7+
ms.author: jsuri
8+
ms.topic: how-to
9+
ms.date: 09/18/2023
10+
keywords: "VMM, Arc, Azure"
11+
12+
#Customer intent: As an IT infra admin, I want to install arc agents to use Azure management services for SCVMM VMs.
13+
---
14+
15+
# Install Arc agents at scale for Arc-enabled SCVMM VMs
16+
17+
In this article, you will learn how to install Arc agents at scale for SCVMM VMs and use Azure management capabilities.
18+
19+
## Prerequisites
20+
21+
Ensure the following before you install Arc agents at scale for SCVMM VMs:
22+
23+
- The resource bridge must be in a running state.
24+
- The SCVMM management server must be in connected state.
25+
- The user account must have permissions listed in Azure Arc SCVMM Administrator role.
26+
- All the target machines are:
27+
- Powered on and the resource bridge has network connectivity to the host running the VM.
28+
- Running a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
29+
- 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.
30+
31+
>[!Note]
32+
> 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>`.<br> <br> If your VM template has these changes incorporated, you won't need to do this for the VM created from that template.
33+
34+
## Install Arc agents at scale from portal
35+
36+
An admin can install agents for multiple machines from the Azure portal if the machines share the same administrator credentials.
37+
38+
1. Navigate 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.
39+
2. Select all the machines and choose the **Enable in Azure** option.
40+
3. Select **Enable guest management** checkbox to install Arc agents on the selected machine.
41+
4. If you want to connect the Arc agent via proxy, provide the proxy server details.
42+
5. Provide the administrator username and password for the machine.
43+
44+
>[!Note]
45+
> For Windows VMs, the account must be part of the local administrator group; and for Linux VM, it must be a root account.
46+
47+
48+
## Next steps
49+
50+
[Recover from accidental deletion of resource bridge virtual machine](disaster-recovery.md).

articles/azure-arc/system-center-virtual-machine-manager/index.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ landingContent:
2525
links:
2626
- text: Connect a System Center Virtual Machine Manager management server to Azure Arc
2727
url: quickstart-connect-system-center-virtual-machine-manager-to-arc.md
28-
29-
- title: Create Virtual Machine
30-
linkLists:
31-
- linkListType: how-to-guide
32-
links:
33-
- text: Create a virtual machine
34-
url: create-virtual-machine.md
3528

3629
- title: Enable SCVMM inventory in Azure
3730
linkLists:
3831
- linkListType: how-to-guide
3932
links:
4033
- text: Enable SCVMM inventory in Azure
41-
url: enable-scvmm-inventory-resources.md
34+
url: enable-scvmm-inventory-resources.md
35+
47 KB
Loading
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Switch to the new previous version
3+
description: Learn how to switch to the new preview version and use its capabilities
4+
ms.service: azure-arc
5+
ms.subservice: azure-arc-scvmm
6+
author: jyothisuri
7+
ms.author: jsuri
8+
ms.topic: how-to
9+
ms.date: 09/18/2023
10+
keywords: "VMM, Arc, Azure"
11+
12+
#Customer intent: As a VI admin, I want to switch to the new preview version of Arc-enabled SCVMM (preview) and leverage the associated capabilities
13+
---
14+
15+
# Switch to the new preview version of Arc-enabled SCVMM
16+
17+
On September 22, 2023, we rolled out major changes to **Azure Arc-enabled System Center Virtual Machine Manager preview**. By switching to the new preview version, you can use all the Azure management services that are available for Arc-enabled Servers.
18+
19+
>[!Note]
20+
>If you're new to Arc-enabled SCVMM (preview), you'll be able to leverage the new capabilities by default. To get started with the preview, see [Quick Start for Azure Arc-enabled System Center Virtual Machine Manager (preview)](quickstart-connect-system-center-virtual-machine-manager-to-arc.md).
21+
22+
## Switch to the new preview version (Existing preview customer)
23+
24+
If you're an existing **Azure Arc-enabled SCVMM** customer, for VMs that are Azure-enabled, follow these steps to switch to the new preview version:
25+
26+
>[!Note]
27+
> 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).
28+
29+
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.
30+
2. Select all the virtual machines that are Azure enabled with the older preview version.
31+
3. Select **Remove from Azure**.
32+
:::image type="Virtual Machines" source="media/switch-to-the-new-preview-version/virtual-machines.png" alt-text="Screenshot of virtual machines.":::
33+
4. After successful removal from Azure, enable the same resources again in Azure.
34+
5. Once the resources are re-enabled, the VMs are auto switched to the new preview version. The VM resources will now be represented as **Machine - Azure Arc (SCVMM)**.
35+
:::image type="Overview" source="media/switch-to-the-new-preview-version/overview.png" alt-text="Screenshot of Overview page.":::
36+
## Next steps
37+
38+
[Create a virtual machine on System Center Virtual Machine Manager using Azure Arc (preview)](quickstart-connect-system-center-virtual-machine-manager-to-arc.md).

articles/azure-arc/system-center-virtual-machine-manager/toc.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,29 @@
44
items:
55
- name: Azure Arc-enabled System Center Virtual Machine Manager (preview)
66
href: overview.md
7+
- name: Switch to the new preview version
8+
href: switch-to-the-new-preview-version.md
79
- name: Quickstarts
810
items:
911
- name: Connect a System Center Virtual Machine Manager management server to Azure Arc (preview)
1012
href: quickstart-connect-system-center-virtual-machine-manager-to-arc.md
11-
13+
- name: Create a virtual machine on SCVMM Management server
14+
href: create-virtual-machine.md
1215

1316
- name: How-to guides
1417
items:
15-
- name: Create a virtual machine (preview)
16-
href: create-virtual-machine.md
17-
- name: Enable SCVMM inventory resources
18-
href: enable-scvmm-inventory-resources.md
19-
- name: Enable guest management
20-
href: enable-group-management.md
21-
- name: Perform recovery operations
22-
href: disaster-recovery.md
18+
- name: Deploy
19+
items:
20+
- name: Enable SCVMM inventory resources in Azure
21+
href: enable-scvmm-inventory-resources.md
22+
- name: Use Azure Management services for SCVMM VMs
23+
items:
24+
- name: Install Arc agent at scale for SCVMM VMs
25+
href: enable-guest-management-at-scale.md
26+
- name: Administer
27+
items:
28+
- name: Perform recovery operations
29+
href: disaster-recovery.md
2330

2431
- name: Reference
2532
items:

0 commit comments

Comments
 (0)