mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Adding reference in the main page
This commit is contained in:
@ -39,7 +39,7 @@ Also check the [Client configuration](linux-install-manually.md#client-configura
|
|||||||
|
|
||||||
## Installation failed
|
## Installation failed
|
||||||
|
|
||||||
Check if wdavdaemon is running
|
Check if the mdatp service is running
|
||||||
```bash
|
```bash
|
||||||
$ systemctl status mdatp
|
$ systemctl status mdatp
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ where <systemd_path> is
|
|||||||
/lib/systemd/system for Ubuntu and Debian distributions
|
/lib/systemd/system for Ubuntu and Debian distributions
|
||||||
/usr/lib/systemd/system for Rhel, CentOS, Oracle and SLES
|
/usr/lib/systemd/system for Rhel, CentOS, Oracle and SLES
|
||||||
```
|
```
|
||||||
and then re-run step 2.
|
and then rerun step 2.
|
||||||
|
|
||||||
4. If the above steps don’t work, try disabling SELinux, and then starting the service using step 2. Re-enable immediately though for security reasons after trying it.
|
4. If the above steps don’t work, try disabling SELinux, and then starting the service using step 2. Re-enable immediately though for security reasons after trying it.
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ $ sudo mdatp --diagnostic --create
|
|||||||
|
|
||||||
## Command-line tool “mdatp” isn't working
|
## Command-line tool “mdatp” isn't working
|
||||||
|
|
||||||
1. If running the command-line tool `mdatp` gives an error `command not found`, run the following:
|
1. If running the command-line tool `mdatp` gives an error `command not found`, run the following command:
|
||||||
```bash
|
```bash
|
||||||
$ sudo ln -sf /opt/microsoft/mdatp/sbin/wdavdaemonclient /usr/bin/mdatp
|
$ sudo ln -sf /opt/microsoft/mdatp/sbin/wdavdaemonclient /usr/bin/mdatp
|
||||||
```
|
```
|
||||||
|
@ -145,6 +145,10 @@ Microsoft regularly publishes software updates to improve performance, security,
|
|||||||
|
|
||||||
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md).
|
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md).
|
||||||
|
|
||||||
|
## How to troubleshoot installation failures in Microsoft Defender ATP for Linux
|
||||||
|
|
||||||
|
If you experience any failures during installation or issues with basic working of the product post installation, refer to [Troubleshooting installation failures in Microsoft Defender ATP for Linux](linux-support-install.md).
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.
|
- For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.
|
||||||
|
Reference in New Issue
Block a user