Adding reference in the main page

This commit is contained in:
Ananta Gupta
2020-03-28 18:27:44 +05:30
parent b601535685
commit 8320f9804b
2 changed files with 7 additions and 3 deletions

View File

@ -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 dont 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 dont 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
``` ```

View File

@ -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.