Symantec Data Loss Prevention System Requirements Guide

Symantec Data Loss Prevention System Requirements and Compatibility Guide Version 15.7 Last updated: September 23, 2021 Symantec Data Loss Prevention System Requirements and Compatibility Guide Table of Contents About system requirements. 4 About updates to Symantec Data Loss Prevention system requirements. 4 About deprecated platforms. 7 System requirements and recommendations. 8 Deployment planning considerations. 8 The effect of scale on system requirements. 8 Minimum system requirements for Symantec Data Loss Prevention servers. 10 Single-tier installation minimum hardware requirements. 10 Very small installation minimum hardware requirements. 10 Small installation minimum hardware requirements. 11 Medium installation minimum hardware requirements. 12 Large enterprise minimum hardware requirements. 13 Operating system requirements for servers. 14 Installing patches for Windows Server 2012 R2. 16 Installing fonts on Linux servers. 16 Linux partition guidelines. 16 System requirements for OCR Servers. 17 Endpoint computer requirements for the Symantec DLP Agent. 17 Windows operating system requirements for endpoint systems. 17 macOS operating system requirements for endpoint systems. 19 macOS 11 compatibility and testing. 20 Support for running DLP Agents on Apple Silicon systems. 21 Memory and disk space requirements for the Symantec DLP Agent. 21 Supported languages for detection. 22 Oracle database requirements. 23 Running Oracle 19c Standard Edition 2 software on alternate platforms. 25 Browser requirements for accessing the Enforce Server administration console. 25 Deploying Data Loss Prevention on public cloud infrastructures. 25 Deploying Symantec Data Loss Prevention on Amazon Web Services infrastructure. 25 Deploying Symantec Data Loss Prevention on Microsoft Azure. 26 Deploying Symantec Data Loss Prevention on Oracle Cloud. 26 Virtual machine support. 27 Virtual server support. 27 Virtual desktop and virtual application support with Endpoint Prevent. 28 Supported operating systems for the EMDI, EDM, and IDM Remote Indexers. 29 Third-party software requirements and recommendations. 30 2 Symantec Data Loss Prevention System Requirements and Compatibility Guide Required third-party software. 30 Required Linux RPMs. 31 Required Linux dependencies. 32 Recommended third-party software. 33 Product compatibility. 35 Environment compatibility and requirements for Network Prevent. 35 Proxy server compatibility with Network Prevent for Web. 35 SSL monitoring with Network Monitor. 36 Secure ICAP support for Network Prevent for Web. 36 High-speed packet capture cards. 36 Veritas Data Insight compatibility with Symantec Data Loss Prevention. 37 Integrations with other Symantec products. 38 Network Discover compatibility. 39 Supported Box cloud storage targets. 39 Supported file system targets. 39 Supported IBM (Lotus) Notes targets. 40 Supported SQL database targets. 40 Required JDBC drivers for SQL database targets. 40 Supported SharePoint server targets. 40 Supported Exchange Server targets. 41 Supported file system scanner targets. 41 Supported Documentum (scanner) targets. 42 Supported OpenText (Livelink) scanner targets. 42 Supported web server (scanner) targets. 42 Endpoint Prevent supported applications. 42 Applications Supported by Endpoint Prevent on Windows. 42 Applications Supported

Recommended publications “Windows 10 October 2020 Update” Update Verification Status January 8, 2021

“Windows 10 October 2020 Update” Update Verification status January 8, 2021 1. Tested Systems and verification results Product Name Verification status UH-X Verified CH Verified 2. Limitations Item Issue descriptions Workarounds No 1 Please update both WLAN driver Please update both WLAN driver and and Bluetooth driver before you Bluetooth driver before you update your update your systems to Windows systems to Windows 10, version 20H2. 10, version 20H2. 2 Design change of network status When your PC connect to networks which does icon on Task tray. not have internet access, network status icon on task tray is same with the state No internet connection. If you wish to check network status in this circumstance, you can check it with flyout menu which is pulled out with right click on network icon. 3 Brightness and color setting value Brightness and color settings value in settings in Settings app does not follows to app does not follows actual display brightness actual display brightness change by change. This value does not depend on power power source status. source status between AC and Battery. 4 Design change of "BitLocker" Following group policy design has been Group policy. changed. If you wish to enable Hardware based encryption, please turn on this group policy. [Computer Configuration] - [Administrative Templates] - [Windows Components] - [BitLocker Drive Encryption] - [Operating System Drives] - [Configure use of hardware-based encryption for operating system drives] 1 Previous design: If the policy is not enabled, Hardware based encryption is enabled as default. New design: If the policy is not enabled, Software based encryption is enabled as default.

Reference & Manual

DynaPDF 4.0 Reference & Manual API Reference Version 4.0.59 September 16, 2021 Legal Notices Copyright: © 2003-2021 Jens Boschulte, DynaForms GmbH. All rights reserved. DynaForms GmbH Burbecker Street 24 D-58285 Gevelsberg, Germany Trade Register HRB 9770, District Court Hagen CEO Jens Boschulte Phone: ++49 23 32-666 78 37 Fax: ++49 23 32-666 78 38 If you have questions please send an email to [email protected], or contact us by phone. This publication and the information herein is furnished as is, is subject to change without notice, and should not be construed as a commitment by DynaForms GmbH. DynaForms assumes no responsibility or liability for any errors or inaccuracies, makes no warranty of any kind (express, implied or statutory) with respect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for particular purposes and no infringement of third-party rights. Adobe, Acrobat, and PostScript are trademarks of Adobe Systems Inc. AIX, IBM, and OS/390, are trademarks of International Business Machines Corporation. Microsoft, Windows, and Windows NT are trademarks of Microsoft Corporation. Apple, Mac OS, and Safari are trademarks of Apple Computer, Inc. registered in the United States and other countries. TrueType is a trademark of Apple Computer, Inc. Unicode and the Unicode logo are trademarks of Unicode, Inc. UNIX is a trademark of The Open Group. Solaris is a trademark of Sun Microsystems, Inc. Tru64 is a trademark of Hewlett-Packard. Linux is a trademark of Linus Torvalds. Other company product and service names may be trademarks or service marks of others.

Installation Guide for REBOUND on Win10

Installation guide for REBOUND on win10 The open source software package REBOUND is officially only supported for macOS and Linux. In the following, we present the necessary steps to install rebound on win10. We do not guarantee 100% success. These steps have been tested using a VM on macOS. Installation on Linux and macOS The installation on macOS and Linux is straight forward and simple, especially for python. I recommend to use a virtual environment via the venv module and install the rebound module via pip. 1 python3-m venv $/local/python3_venv Activate the virtual environment 1 source $/local/python3_venv/bin/activate and install all important modules via pip 1 pip install matplotlib rebound numpy scipy The installation of the C version is also straight forward 1 git clone http://github.com/hannorein/rebound&& cd rebound/examples/shearing_sheet&& make&&./rebound For more information about the installation on macOS and Linux, please see the official docs. Installation on win10 Windows Subsystem for Linux First, we have to install the Windows Subsystem for Linux. The official guide can be found here. I recommend to update to Windows 10 version 2004 Build 19041 first (check your Windows version by selecting the Windows logo key + R, type winver, select OK), since you can then install WSL2 (quoting from microsoft WSL 2 uses the latest and greatest in virtualization " technology to run a Linux kernel inside of a lightweight utility virtual machine (VM)\). Before installing the subsystem, you have to enable the Virtual Machine Platform\ feature of Win10. Open a PowerShell as Administrator(!) and run " 1 dism.exe/online/enable-feature/featurename:VirtualMachinePlatform/all/norestart Restart your machine to complete the WSL installation and update to WSL 2 via the following command (again PowerShell with Administrator permissions) 1 wsl--set-default-version2 Linux distribution Now, open the microsoft store and select your favourite Linux distribution (debian!).

Optimizing Windows 10, Build 2004, for a Virtual Desktop Role

Optimizing Windows 10, Build 2004, for a Virtual Desktop role Written by Robert M. Smith, Program Manager, Azure Global Customer Engineering Date Created: May 12, 2020 Date Updated: July 08, 2020 Date Published: tbd Contributors: Tim Muessig, Senior Premier Field Engineer; Narklis Engler, Principal Program Manager Version 1.2 Document Change History Version Changes 1.0 Adding verbiage for Windows Virtual Desktop, and Windows 10 build 2004 specifically 1.1 Additional updates for 2004 1.2 Final pass, updated group policy, services, tasks, and added info about Storage Sense for disk cleanup. Introduction This article is intended to provide suggestions for configurations for Windows 10, build 2004, for optimal performance in Virtualized Desktop environments, including Virtual Desktop Infrastructure (VDI) and Windows Virtual Desktop (WVD). All settings in this guide are suggested optimization settings only and are in no way requirements. The information in this guide is pertinent to Windows 10, version 2004, operating system (OS) build 19041. The guiding principles to optimize performance of Windows 10 in a virtual desktop environment are to minimize graphic redraws and “effects”, background activities that have no major benefit to the virtual desktop environment, and generally reduce running processes to the bare minimum. A secondary goal is to reduce disk space usage in the base image to the bare minimum. With virtual desktop implementations, the smallest possible base, or “gold” image size, can slightly reduce memory utilization on the host system, as well as a small reduction in overall network operations required to deliver the desktop environment to the consumer. No optimizations should reduce the user experience.

Mcafee Policy Auditor Content Update V1326

2021-Jul-16 McAfee Policy Auditor Content Update Summary Product / Version Content Version McAfee Policy Auditor 6.x 1326 New Checks Oval ID Title oval:com.mcafee.oval.auto:def:430640 Patches for DSA-4936-1 for Debian 10 oval:com.mcafee.oval.auto:def:430680 Patches for DSA-4935-1 for Debian 10 oval:com.mcafee.oval.auto:def:430683 Patches for DSA-4934-1 for Debian 10 oval:com.mcafee.oval.auto:def:430693 Patches for DSA-4933-1 for Debian 10 oval:com.mcafee.oval.auto:def:430697 Patches for DSA-4932-1 for Debian 10 oval:com.mcafee.oval.auto:def:430720 Patches for DSA-4931-1 for Debian 10 oval:com.mcafee.oval.auto:def:430732 Patches for DSA-4930-1 for Debian 10 oval:com.mcafee.oval.auto:def:430733 Patches for DSA-4929-1 for Debian 10 oval:com.mcafee.oval.auto:def:430739 Patches for DSA-4928-1 for Debian 10 oval:com.mcafee.oval.auto:def:430861 Patches for DSA-4927-1 for Debian 10 oval:com.mcafee.oval.auto:def:430873 Patches for DSA-4926-1 for Debian 10 oval:com.mcafee.oval.common:def:2938223 Adobe Acrobat Security Update for APSB21-51 Vulnerability oval:com.mcafee.oval.common:def:2938224 Adobe Reader Security Update for APSB21-51 Vulnerability oval:com.mcafee.oval.gen:def:439681 libwebp patch for Redhat EL7 oval:com.mcafee.oval.gen:def:439685 libwebp-debuginfo patch for Redhat EL7 oval:com.mcafee.oval.gen:def:439689 libwebp-devel patch for Redhat EL7 oval:com.mcafee.oval.gen:def:439693 libwebp-java patch for Redhat EL7 oval:com.mcafee.oval.gen:def:439697 libwebp-tools patch for Redhat EL7 oval:com.mcafee.oval.gen:def:439701 ceph-iscsi patch

Windows 10 Minimum Hardware Requirements

Windows 10 Minimum Hardware Requirements December 2019 © 2019 Microsoft. All rights reserved. Windows 10 Minimum Hardware Requirements Copyright This document is provided "as-is." Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. © 2019 Microsoft. All rights reserved. Please refer to Microsoft Trademarks for a list of trademarked products. Portions of this software may be based on NCSA Mosaic. NCSA Mosaic was developed by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign. Distributed under a licensing agreement with Spyglass, Inc. May contain security software licensed from RSA Data Security, Inc. UPnP™ is a certification mark of the UPnP™ Implementers Corporation. Bluetooth® is a trademark owned by Bluetooth SIG, Inc., USA and licensed to Microsoft Corporation. Intel is a registered trademark of Intel Corporation. Itanium is a registered trademark of Intel Corporation. All other trademarks are property of their respective owners. © 2019 Microsoft. All rights reserved. ii Windows 10 Minimum Hardware Requirements Contents Change history .

Windows 10 Directx 12 Update Download Game Bar Says Directx 12 Incompatible, but DXDIAG Says Is Compatible

windows 10 directx 12 update download Game Bar Says DirectX 12 Incompatible, But DXDIAG Says Is Compatible. My Microsoft Game Bar says that my system isn't compatible with DirectX 12 Ultimate. However, when I run DXDIAG, that says it IS compatible. So I'm not sure why Game Bar is wrong. I have an NVIDEA 3070, which should be compatible with DirectX 12, so I'm not sure what to believe right now and I want to make sure I am compatible. Here are some screen shots. Subscribe Subscribe to RSS feed. Report abuse. I didn't translate your Win10 build number earlier, and I see your Win10 build is not quite up to date. Mine is currently at build 19042 (AKA - v20H2) Some things can be fussy about having the latest version of Win10. DX12 ultimate is fairly new, and. may have come after your last Win10 version update. If you have not done version updates in the past, use the Update Assistant . Download Windows 10. For a quicker update download, it's best to avoid doing much on line, if you don't have a high speed internet connection. - Curious. Is the Window in your first image a Win10 Settings > Gaming Window ? Mine is totally different to that. How to Download, Install or Update all DirectX Versions in Windows 10. DirectX is a set of Application Programming Interface developed by Microsoft to run on the Windows and Xbox based systems. What DirectX does is that it creates an efficient medium between the graphic intense programs like games and the hardware like graphics processor that are needed to run those programs.

Optimizing Windows 10 Update Adoption

Optimizing Windows 10 update adoption Contents Overview . 3 Tuning update policies in Windows Update for Business and WSUS for increased velocity . 5 How Windows updates work . 5 Compliance deadlines . 5 Accounting for low activity devices . 7 Disabling conflicting or legacy policies . 11 Distribution point hygiene . 12 Blocked devices . 13

Security Key Update for Windows 10

ONYX WHITE PAPER | ONYX WINDOWS 10 UPDATE Security key update for Windows 10 onyxgfx.com Onyx Graphics has identified a conflict between the recent Windows 10 update (version 2004) and our third-party Gemalto Security Key Driver. A simple solution is available to correct this conflict to ensure Windows updates do not interfere with your print production. The conflict can show up in different ways, including the inability to launch any ONYX product following the Windows update, the inability to run ONYX software installers, or more frequently, a bluescreen crash of Windows 10 during the first reboot after the update is applied to your computer. This Windows 10 update can affect ONYX versions 12, 18 and 19. Below is an example blue screen: In most cases, on the next reboot, Windows 10 will remove the update changes and return to a working state, but that means the Windows 10 version 2004 update was not successfully applied. The solution from the Onyx Graphics Technical Support Team is to update the Security Key Driver from Gemalto. There are two methods for updating this Security Key Driver. The first is the Graphical or GUI method, which means using Windows 10 as normal, following steps like any other program installation. The second is the Command Line method which is a little more technical, but takes less time to complete. onyxgfx.com NOTE: New product downloads are available on the Onyx Graphics website with an updated Gemalto Security Key Driver included. The following steps are intended for ONYX software that is already installed. Both methods produce the same expected result, fixing the conflict and allowing a safe Windows 10 update.

Windows 10 Release 1803 Download Page Updates to Servicing and Support for Windows 10

windows 10 release 1803 download page Updates to servicing and support for Windows 10. Please go here to search for your product's lifecycle. To provide additional flexibility for customers who need more time to test and deploy Windows 10 Enterprise and Education feature updates, we have announced the following updates: All currently supported feature updates of Windows 10 Enterprise, Education and Enterprise IoT editions (versions 1607, 1703, 1709 and 1803) will be supported for 30 months from their original release date. All future feature updates of Windows 10 Enterprise, Education and Enterprise IoT editions with a targeted release month of September (starting with 1809) will be supported for 30 months from their release date. All future feature updates of Windows 10 Enterprise, Education and Enterprise IoT editions with a targeted release month of March (starting with 1903) will continue to be supported for 18 months from their release date. All feature releases of Windows 10 Home, Pro and Pro for Workstations will continue to be supported for 18 months (this applies to feature updates targeting both March and September). Edition. March* feature updates. September* feature updates. Windows 10 Enterprise Windows 10 Education Windows 10 Enterprise IOT. Serviced for 18 months from release date. Serviced for 30 months from release date (formerly 18 months) Windows 10 Pro Windows 10 Pro for Workstations Windows 10 Home Windows 10 IoT Core. Serviced for 18 months from release date. However, based on your settings, the latest feature update may be automatically installed when available. * Feature updates will be released twice annually with a target of March and September.

Veritas™ Desktop and Laptop Option 9.5 Software Compatibility List

Veritas™ Desktop and Laptop Option 9.5 Software Compatibility List Copyright (c) 2021 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies LLC or its affiliates in the U.S. and other countries. 2021-03-17 DLO Administration Server, Administration Console, Maintenance Server, Database Server, Dedupe Server, Edge Server, IO Server OS Version Edition Platform Windows Server 2019 Standard, Data Center x64 Windows Server 2016 Standard, Data Center x64 Windows Server 2012 R2 - with Update 2919355 Standard, Data Center x64 Windows Server 2012 Standard, Data Center x64 Windows Storage Server (2016, 2012 R2, 2012) - x64 Note 1: The DLO components can be installed on VMware ESXi and Hyper-V servers. Ensure that the virtual environment meets all the hardware requirements and the recommendations specified by the respective vendors. Note 2: The DLO components can be installed on Microsoft Azure and Amazon Web Services (AWS) cloud. Note 3: The DLO Administration Console component can also be installed on the supported platforms for Windows Desktop Agent. Note 4: The DLO 9.5 server components have been qualified for co-existence with Veritas Backup Exec 20.4 & Veritas NetBackup 8.1.2. Note 5: The DLO 9.5 Server components are backward compatible with the 9.x DLO Agent versions. Note 6: The Veritas NetBackup Appliances and Veritas Access Appliances are not supported with DLO and cannot be configured as Storage Locations. DLO Database Supported SQL Versions SQL Server Edition Platform SQL Server 2019 Standard, Enterprise, Express x64 SQL Server 2017 Standard, Enterprise, Express x64 SQL Server 2016 SP2 Standard, Enterprise, Express x64 SQL Server 2016 SP1 Standard, Enterprise, Express x64 SQL Server 2016 Standard, Enterprise, Express x64 SQL Server 2014 SP3 Standard, Enterprise, Express x86, x64 SQL Server 2014 SP2 Standard, Enterprise, Express x86, x64 SQL Server 2012 SP4 Standard, Enterprise, Express x86, x64 Note : By default DLO installs its own instance of SQL Server 2014 Express SP3.

Microsoft Windows Patches 1 Section See

MAXPRO® VMS and NVR Approved Microsoft® Windows Patches Technical Notes MICROSOFT® WINDOWS PATCHES TESTED WITH MAXPRO®NVR AND MAXPRO®VMS Overview The purpose of this document is to identify the patches that have been delivered by Microsoft® Windows and which have been tested against the current shipping ver- sions of MAXPRO®NVR and MAXPRO®VMS with no adverse effects being observed. If you have questions concerning the information in this document, please contact Honeywell Technical Support. See the back cover for contact information. Windows Patches Tested with MAXPRO®NVR till the Month of: March, 2021 Windows Patches Tested with MAXPRO®VMS till the Month of: March, 2021 This document contains: Section See. • March - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server on page 6 Windows 2019 Standard • March - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server/ page 6 Client on Windows 2016 Standard and Windows 10 (Enterprise) • March - 2021- Microsoft® Windows Patches Tested with MAXPRO®NVR on page 6 Windows 10 (Enterprise) • February - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server page 7 on Windows 2019 Standard • February - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server/ page 7 Client on Windows 2016 Standard and Windows 10 (Enterprise) • February - 2021- Microsoft® Windows Patches Tested with MAXPRO®NVR on page 7 Windows 10 (Enterprise) • January - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server page 9 on Windows 2019 Standard • January - 2021- Microsoft® Windows Patches Tested with MAXPRO®VMS Server/ page 9 Client on Windows 2016 Standard and Windows 10 (Enterprise) • January - 2021- Microsoft® Windows Patches Tested with MAXPRO®NVR on page 9 Windows 10 (Enterprise) 800-19154V9- T_Microsoft Windows Patches 1 Section See..