Skip to content

Commit bcc64a2

Browse files
authored
Merge pull request #105286 from MGoedtel/task1679973
updated to reflect new ver of Linux supported
2 parents fbebf4a + c884e61 commit bcc64a2

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

articles/azure-arc/servers/onboard-portal.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-arc
66
ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 02/12/2020
9+
ms.date: 02/24/2020
1010
ms.topic: conceptual
1111
---
1212

@@ -175,12 +175,26 @@ To disconnect a machine from Azure Arc for servers (preview), do the following:
175175
ForEach-Object {MsiExec.exe /x "$($_.PsChildName)" /qn}
176176
```
177177
178-
1. To uninstall the Linux agent, run the following command:
178+
1. To uninstall the Linux agent, the command to use depends on the Linux operating system.
179+
180+
- For Ubuntu, run the following command:
179181
180182
```bash
181183
sudo apt purge azcmagent
182184
```
183185
186+
- For RHEL, CentOS, and Amazon Linux, run the following command:
187+
188+
```bash
189+
sudo yum remove azcmagent
190+
```
191+
192+
- For SLES, run the following command:
193+
194+
```bash
195+
sudo zypper remove azcmagent
196+
```
197+
184198
## Next steps
185199
186200
- Learn how to manage your machine using [Azure Policy](../../governance/policy/overview.md), for such things as VM [guest configuration](../../governance/policy/concepts/guest-configuration.md), verifying the machine is reporting to the expected Log Analytics workspace, enable monitoring with [Azure Monitor with VMs](../../azure-monitor/insights/vminsights-enable-at-scale-policy.md), and much more.

articles/azure-arc/servers/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
99
keywords: azure automation, DSC, powershell, desired state configuration, update management, change tracking, inventory, runbooks, python, graphical, hybrid
10-
ms.date: 02/20/2020
10+
ms.date: 02/24/2020
1111
ms.topic: overview
1212
---
1313

@@ -46,6 +46,10 @@ The following versions of the Windows and Linux operating system are officially
4646

4747
- Windows Server 2012 R2 and higher (including Windows Server Core)
4848
- Ubuntu 16.04 and 18.04
49+
- CentOS Linux 7
50+
- SUSE Linux Enterprise Server (SLES) 15
51+
- Red Hat Enterprise Linux (RHEL) 7
52+
- Amazon Linux 7
4953

5054
>[!NOTE]
5155
>This preview release of the Connected Machine agent for Windows only supports Windows Server configured to use the English language.

0 commit comments

Comments
 (0)