|
| 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). |
0 commit comments