Prerequisites

  • You must be licensed for the Patch and Remediation module and have it installed on your Ivanti Endpoint Security 8.6+ system.
  • You must have a content subscription for applicable Linux, Unix, or Mac operating systems.
  • Your endpoints must use a supported operating system:
  • You must have the appropriate Java libraries installed:
    • All Unix endpoints: Java Runtime Environment (JRE) 7 or later.
    • All macOS endpoints: Java Development Kit (JDK) 7 or later.
    • Linux endpoints: JRE 7 or later or OpenJDK 7 or later.

Python 3.x

For RHEL 8, CentOS 8 and SUSE Linux 15 SP1, Python 3.x is required on the endpoint, in addition to the Python rpm module. Python 2.x was installed by default with earlier versions of these operating systems, but Python 3.x is not.

If Python 3.x is not installed, the DAU will complete successfully, but with no results.

To install on RHEL 8 and CentOS 8, use the following commands:

  • dnf install python3
  • dnf install python3-rpm (may get a message “nothing to do”)

To install on SUSE Linux:

  • zypper install python3
  • zypper install python3-rpm (may get a message “nothing to do”)