Skip to content

Commit f2ed40c

Browse files
authored
Merge pull request #268728 from Farha-Bano/New_article_SCVMM_Mar12
Added perform vm ops new article
2 parents 9d433e8 + b7215fc commit f2ed40c

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
Loading
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Perform VM operations on SCVMM VMs through Azure
3+
description: Learn how to manage SCVMM VMs in Azure through Arc-enabled SCVMM.
4+
ms.topic: how-to
5+
ms.date: 03/12/2024
6+
ms.service: azure-arc
7+
ms.subservice: azure-arc-scvmm
8+
author: Farha-Bano
9+
ms.author: v-farhabano
10+
manager: jsuri
11+
---
12+
13+
# Manage SCVMM VMs in Azure through Arc-enabled SCVMM
14+
15+
In this article, you learn how to perform various operations on the Azure Arc-enabled SCVMM VMs such as:
16+
17+
- Start, stop, and restart a VM
18+
19+
- Control access and add Azure tags
20+
21+
- Add, remove, and update network interfaces
22+
23+
- Add, remove, and update disks and update VM size (CPU cores, memory)
24+
25+
- Enable guest management
26+
27+
- Install extensions (enabling guest management is required). All the [extensions](../servers/manage-vm-extensions.md#extensions) that are available with Arc-enabled Servers are supported.
28+
29+
:::image type="content" source="media/perform-vm-ops-on-scvmm-through-azure/manage-vms.png" alt-text="Screenshot showing the SCVMM virtual machine operations." lightbox="media/perform-vm-ops-on-scvmm-through-azure/manage-vms.png":::
30+
31+
To perform guest OS operations on Arc-enabled SCVMM VMs, you must enable guest management on the VMs. When you enable guest management, the Arc Connected Machine Agent is installed on the VM.
32+
33+
## Enable guest management
34+
35+
Before you can install an extension, you must enable guest management on the SCVMM VM.
36+
37+
1. Make sure your target machine:
38+
39+
- is running a [supported operating system](../servers/prerequisites.md#supported-operating-systems).
40+
41+
- can connect through the firewall to communicate over the internet and [these URLs](../servers/network-requirements.md#urls) aren't blocked.
42+
43+
- has SCVMM tools installed and running.
44+
45+
- is powered on and the resource bridge has network connectivity to the host running the VM.
46+
47+
1. From your browser, go to the [Azure portal](https://portal.azure.com).
48+
49+
2. Search for and select the SCVMM VM for which you want to enable guest management and select **Configuration**.
50+
51+
3. Select **Enable guest management** and provide the administrator username and password to enable guest management. Then select **Apply**.
52+
53+
For Linux, use the root account, and for Windows, use an account that is a member of the Local Administrators group.
54+
55+
>[!Note]
56+
>You can install Arc agents at scale on Arc-enabled SCVMM VMs through Azure Portal only if you are running:
57+
>- SCVMM 2022 UR1 or later versions of SCVMM server and console
58+
>- SCVMM 2019 UR5 or later versions of SCVMM server and console
59+
>- VMs running Windows Server 2012 R2, 2016, 2019, 2022, Windows 10, and Windows 11 <br>
60+
> For other SCVMM versions, Linux VMs, or Windows VMs running WS 2012 or earlier, [install Arc agents through the script](./install-arc-agents-using-script.md).
61+
62+
## Delete a VM
63+
64+
If you no longer need the VM, you can delete it.
65+
66+
1. From your browser, go to the [Azure portal](https://portal.azure.com).
67+
68+
2. Search for and select the VM you want to delete.
69+
70+
3. In the selected VM's Overview page, select **Delete**.
71+
72+
4. When prompted, confirm that you want to delete it.
73+
74+
>[!NOTE]
75+
>This also deletes the VM on your SCVMM managed on-premises host.
76+
77+
## Next steps
78+
79+
[Create a Virtual Machine on SCVMM managed on-premises hosts](./create-virtual-machine.md).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
items:
3131
- name: Set up and manage self-service access to SCVMM resources
3232
href: set-up-and-manage-self-service-access-scvmm.md
33+
- name: Perform VM operations on SCVMM VMs through Azure
34+
href: perform-vm-ops-on-scvmm-through-azure.md
3335
- name: Use Azure Management services for SCVMM VMs
3436
items:
3537
- name: Install Arc agent at scale for SCVMM VMs

0 commit comments

Comments
 (0)