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: defender-endpoint/mde-linux-arm.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,10 +324,9 @@ You can choose from several methods to deploy Defender for Endpoint on Linux to
324
324
325
325
If your organization is using Defender for Cloud, you can use it to deploy Defender for Endpoint on Linux.
326
326
327
-
1. We recommend enabling automatic deployment on your ARM64-based Linux devices. To enable automatic deployment, under `.bashrc` as a root user or `/etc/profile` on your device, set the environment variables as follows:
327
+
1. We recommend enabling automatic deployment on your ARM64-based Linux devices. After VM provisioning, define a variable under the file `/etc/mde.arm.d/mde.conf` on your device as follows:
328
328
329
-
-`OPT_FOR_MDE_ARM_PREVIEW=1`
330
-
-`OPT_FOR_MDE_ARM_PREVIEW=true`
329
+
`OPT_FOR_MDE_ARM_PREVIEW=1`
331
330
332
331
2. Wait for 1-6 hours for onboarding to complete.
333
332
@@ -343,7 +342,22 @@ See these articles:
343
342
344
343
## Troubleshoot deployment issues
345
344
346
-
If you run into any issues deploying Defender for Endpoint on Linux to your ARM64-based devices, help is available. First, get the XMDE Client Analyzer, and then review our list of common issues and how to resolve them.
345
+
If you run into any issues deploying Defender for Endpoint on Linux to your ARM64-based devices, help is available. First, review our list of common issues and how to resolve them. If the problem persists, contact us.
346
+
347
+
### Common issues and how to resolve them
348
+
349
+
The following table summarizes common issues and how to resolve them.
350
+
351
+
| Error message or issue | What to do |
352
+
|--|--|
353
+
|`mdatp not found`| The repository might not be configured correctly. Check to see if the channel is set to `insiders-slow` in the installer script |
354
+
|`mdatp health` indicates a missing license | Make sure you're passing the correct onboarding script or json file to your automation script or tool |
355
+
| Exclusions aren't working as expected | If you had exclusions working on other devices, but they're not working on your ARM64-based Linux servers, contact us at `[email protected]`. You need your client analyzer logs. |
356
+
| You want help with tuning mdatp. | Contact us at `[email protected]`. |
357
+
358
+
### Contact us if you need help
359
+
360
+
When you contact us at `[email protected]`, make sure to describe the issue in detail. Include screenshots if possible, and your client analyzer logs.
347
361
348
362
### XMDE Client Analyzer ARM Preview
349
363
@@ -361,22 +375,6 @@ If you run into any issues deploying Defender for Endpoint on Linux to your ARM6
361
375
362
376
The log set is owned by the root user, so you might need root privileges to remove the log set.
363
377
364
-
### Common issues and how to resolve them
365
-
366
-
The following table summarizes common issues and how to resolve them.
367
-
368
-
| Error message or issue | What to do |
369
-
|--|--|
370
-
|`mdatp not found`| The repository might not be configured correctly. Check to see if the channel is set to `insiders-slow` in the installer script |
371
-
|`mdatp health` indicates a missing license | Make sure you're passing the correct onboarding script or json file to your automation script or tool |
372
-
|`edr_configuration_version` is unavailable after onboarding and installation. | This issue can occur if you uninstall and reinstall private and public preview features, and then try to onboard the same machine twice. Offboard mdatp, and then uninstall and reinstall it again. If the problem persists, contact us at `[email protected]`. |
373
-
| Exclusions aren't working as expected | If you had exclusions working on other devices, but they're not working on your ARM64-based Linux servers, contact us at `[email protected]`. You need your client analyzer logs. |
374
-
| You want help with tuning mdatp. | Contact us at `[email protected]`. |
375
-
376
-
### Contact us if you need help
377
-
378
-
When you contact us at `[email protected]`, make sure to describe the issue in detail. Include screenshots if possible, and your client analyzer logs.
379
-
380
378
## See also
381
379
382
380
-[Microsoft Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md)
0 commit comments