McAfee Data Loss Prevention 9.3.1

Size: px
Start display at page:

Download "McAfee Data Loss Prevention 9.3.1"

Transcription

1 Release Notes Revision A McAfee Data Loss Prevention Contents About this release Enhancements Resolved issues Installation instructions Known issues Find product documentation About this release Thank you for choosing McAfee Data Loss Prevention (McAfee DLP). This document contains important information about the current release. We strongly recommend that you read the entire document. McAfee DLP version introduces feature enhancements and resolves issues present in the previous release. You must have version or later installed on your target system before installing version Version does not support coexistence with previous versions; therefore, in a managed environment, all appliances must be upgraded to version at the same time. For virtual appliance installation instructions, see the McAfee Data Loss Prevention Virtual Appliance Installation Guide. Supported McAfee DLP products This release supports these McAfee DLP product versions: McAfee Data Loss Prevention Manager McAfee Data Loss Prevention Monitor McAfee Data Loss Prevention Discover McAfee Data Loss Prevention Prevent McAfee Data Loss Prevention Endpoint Agent or

2 These host extensions are supported: For use with a unified McAfee DLP policy or For use only with incident management in McAfee epolicy Orchestrator (epolicy Orchestrator) These extensions are compatible with epolicy Orchestrator versions 4.5, 4.6, and 5.0. Supported systems The following platform versions and operating systems are supported: McAfee DLP 4400/5500 appliances McAfee Linux Operating System (McafeeNDLPmlos x86_64.rpm) McAfee DLP 1650/3650 appliances Fedora-3 Linux Operating System Virtual appliances VMware vsphere ESX 4.x, ESXi 5.x Compatible McAfee point products The following McAfee product versions were tested for compatibility with McAfee DLP software: McAfee epolicy Orchestrator 4.5, 4.6, 5.0 McAfee Web Gateway 6.x, 7.x McAfee Gateway 7.x McAfee Logon Collector 1.x, 2.0 Supported repositories McAfee DLP Discover supports the following: Database repositories DB2 5x iseries, 6.1 iseries, 7.x 9.x Microsoft SQL Server 2000, 2005, 2008, 7.0, MSDE 2000, 2012 MySQL (Enterprise) 5.0.x, 5.1 Oracle 8i, 9i, 10g, 11g File systems and servers EMC Celerra 5.6 EMC Documentum 5.3, 6.0, 6.5 Microsoft SharePoint 2007, 2010, 2013 FTP HTTP/HTTPS NFS (Network File System) CIFS (Common Internet File System) Microsoft Windows Server 2003, 2008, 2008 R2 cluster Microsoft Windows XP Professional SP3 or later (32-bit) Microsoft Windows Vista SP1 or later Enterprise and Business editions (32-bit) Microsoft Windows 7 SP1 or later (32- and 64-bit) NetApp 7.2, 7.3 Supported browsers McAfee DLP supports the following third-party browsers. These versions were tested for compatibility with the software: 2

3 Microsoft Internet Explorer 7, 8, 9, 10 Mozilla Firefox 17 and earlier Supported languages In scanned content, McAfee DLP supports the following languages: English Italian Chinese (Traditional) Japanese Chinese (Simplified) Korean Hebrew Russian Arabic Dutch French Greek German Hungarian Spanish Czech Portuguese Turkish Enhancements This release includes these enhancements. McAfee DLP Discover scans Microsoft SQL Server 2012 and Microsoft SharePoint 2013 are supported. Resolved issues These issues are resolved in this release of the product. For a list of issues fixed in earlier releases, see the release notes for the specific release. Concepts Resolves an issue where regular expressions were not correctly validating when using hexadecimal ASCII characters (906575) Updates support for Social Security number changes per the U.S. Social Security Administration (911813) Incidents and cases Resolves an issue where set permissions did not appear on the Case Permissions page (874638) Resolves an issue where incidents containing an message with Big5 encoding appeared correctly only if Content-Type was set in the headers (875442) Resolves an issue where users could not edit an incident view they created if their user name started with a capital letter (906076) Resolves an issue where an Active Directory user could not be assigned as an incident reviewer (906969) 3

4 Resolves an issue where an exported incident report in PDF format would not print in the correct orientation (911334) Corrects an error when viewing details on incidents where there is a special character, such as the ampersand (&), in the LDAP user or group name (913220) Policies and rules Resolves an issue where web pages were incorrectly blocked due to HTTP POST requests, causing URL exceptions to be ignored (881050) Removes the 14 KB size limitation for rule instantiation that prevented large rules from completely loading (884119) Resolves an issue where a rule match count was not correctly displayed if the source or destination condition of the rule was set to an address (905540) Other Resolves an issue where a Microsoft Windows 2008 R2 share could not be configured as the evidence server (909454) Adds support for configuring the eth2 interface as the capture interface on a McAfee DLP Monitor virtual installation (910649) Adds support for using the dollar sign character ($) and the grave accent (`) in the Active Directory server password (912999) Installation instructions Install or upgrade your appliance to version Tasks Install a new image on 4400 or 5500 appliances on page 4 Install a new image on the primary and secondary disks. Install a new image on 1650 or 3650 appliances on page 5 To install a product on 1650 or 3650 appliances, run the platform and application scripts. Upgrade the products on 4400 or 5500 appliances on page 7 If your product is at version or later, you can upgrade directly to Upgrade the products on 1650 or 3650 appliances on page 8 If your product is at version or later, you can upgrade directly to Using destination NAT IP addresses on page 9 If destination Network Address Translation (NAT) is being performed on connections from your management computer to the McAfee DLP appliance, you must add the NAT address to the McAfee DLP appliance. Install a new image on 4400 or 5500 appliances Install a new image on the primary and secondary disks. Before you begin Download the product archive and copy it to the appliance. 4

5 Task 1 Using a command line session, log on to the appliance as root. The default root password is mcafee. 2 Make an installation directory. # mkdir /data/install 3 Copy the archive to the appliance. If you downloaded the archive to a Windows-based computer, use WinSCP. If you downloaded the archive to a Linux server, log on to the server and use the SCP command. scp -rp <filename> root@<name or ip address>:/data/install 4 Go to the /data/install directory. # cd /data/install 5 Extract the contents of the archive. # tar xvzf ndlp_<product>.tgz 6 Run the installation script. Before you type the command, run pwd to establish that you are in the correct product directory. You must be sure that you are running the updated scripts in the upgrade archive that you just downloaded and extracted. #./install_new_full <product>. where <product> is imanager, iguard, idiscover, or iprevent. The product image installs on the primary and secondary disks. 7 Restart the system. # reboot Restarting the system might take minutes. 8 Log on to the appliance as root and verify the installation. If you are using the default root password, you are prompted to change the password after logging on. If the Release field contains the installed version, installation is complete. If the installation fails, do not perform the installation again. Call McAfee support and submit an installation log file. Install a new image on 1650 or 3650 appliances To install a product on 1650 or 3650 appliances, run the platform and application scripts. Before you begin Download the product archive and copy it to the appliance. 5

6 Task 1 Using a command line session, log on to the appliance as root. 2 Make an installation directory. # mkdir /data/install 3 Copy the archive to the appliance. If you downloaded the archive to a Windows-based computer, use WinSCP. If you downloaded the archive to a Linux server, log on to the server and use the SCP command. scp -rp <filename> root@<name or ip address>:/data/install 4 Go to the /data/install directory. # cd /data/install 5 Extract the contents of the archive. # tar jxf <product>.bz2 6 Run the platform installation script. Enter./install_platform for help on available options. #./install_platform -P <platform type> After the platform script finishes, you might be instructed to restart the system. This message can be ignored; you do not need to restart the system until after the Stingray script finishes. 7 Run the application installation script. #./install_stingray -P <platform type> When the script finishes, a message appears instructing you to reboot. 8 Restart the system. # reboot Restarting the system might take minutes. 9 Log on to the appliance as root and verify the installation. If you are using the default root password, you are prompted to change the password after logging on. If the Release field contains the installed version, installation is complete. If the installation fails, do not perform the installation again. Call McAfee support and submit an installation log file. 6

7 Upgrade the products on 4400 or 5500 appliances If your product is at version or later, you can upgrade directly to Before you begin Download the product archive. Stop all scans and search tasks, and wait until they are completely stopped. If you are running version on a McAfee DLP Manager or a standalone McAfee DLP product on a model 4400 appliance, and you want to perform a backup before upgrading, you must apply hotfix _45668_01. McAfee recommends performing frequent backups. Without a backup, the data, settings, and configuration on your appliance might be lost in the event of a system failure. To upgrade a product, you must install the new image on the disk that is not used by the previous installation. This ensures that the original image can still be accessed after the upgrade is complete. The system automatically boots from the latest image. The install_to_pri and install_to_sec scripts install the upgrade. After the process runs, the existing configuration and database are copied to the new image. If you use the wrong script, you will write over your existing installation. Task 1 Using a command line session, log on to the appliance as root. 2 Make an installation directory. # mkdir /data/install 3 Copy the archive to the appliance. If you downloaded the archive to a Windows-based computer, use WinSCP. If you downloaded the archive to a Linux server, log on to the server and use the SCP command. scp -rp <filename> root@<name or ip address>:/data/install 4 Verify which version is currently installed. You must be at version or later to upgrade to version Go to the /data/install directory. # cd /data/install 6 Extract the contents of the archive. # tar xvzf ndlp_<product>.tgz 7 Run the system_info utility to determine if the system is currently using the primary or secondary image. # /data/stingray/ksh/system_info Install the update on the disk that is not used. Example: Install the update on the secondary disk with install_to_sec if system_info returns this message: "The system is currently running <product> from the primary image." 7

8 8 Run the installation script. Before you type the command, run pwd to establish that you are in the correct product directory. You must be sure that you are running the updated scripts in the upgrade archive that you just downloaded and extracted. #./install_to_pri <product>. or #./install_to_sec <product>. where <product> is imanager, iguard, idiscover, or iprevent. The product image installs on the primary or secondary disk. When the upgrade is complete, a message appears stating which image the appliance will boot to next. 9 Restart the system. # reboot Restarting the system might take minutes. 10 Log on to the appliance as root and verify the installation. If you are using the default root password, you are prompted to change the password after logging on. If the Release field contains the updated version, installation is complete. If the installation fails, do not perform the installation again. Call McAfee support and submit an installation log file. Upgrade the products on 1650 or 3650 appliances If your product is at version or later, you can upgrade directly to Before you begin Download the product archive and copy it to the appliance. Stop all scans and search tasks, and wait until they are completely stopped. McAfee recommends performing a backup before upgrading. Without a backup, the data, settings, and configuration on your appliance might be lost in the event of a system failure. Task 1 Using a command line session, log on to the appliance as root. 2 Make an installation directory. # mkdir /data/install 3 Copy the archive to the appliance. If you downloaded the archive to a Windows-based computer, use WinSCP. If you downloaded the archive to a Linux server, log on to the server and use the SCP command. scp -rp <filename> root@<name or ip address>:/data/install 8

9 4 Verify which version is currently installed. You must be at version or later to upgrade to version Go to the /data/install directory. # cd /data/install 6 Extract the contents of the archive. # tar jxf <product>.bz2 7 Run the platform installation script. Type./install_platform for help on available options. #./install_platform -U -P <platform type> After the platform script finishes, you might be instructed to restart the system. This message can be ignored; you do not need to restart the system until after the Stingray script finishes. 8 Run the application installation script. #./install_stingray -U -P <platform type> When the script finishes, a message appears instructing you to reboot. 9 Restart the system. # reboot Restarting the system might take minutes. 10 Log on to the appliance as root and verify the installation. If you are using the default root password, you are prompted to change the password after logging on. If the Release field contains the updated version, installation is complete. If the installation fails, do not perform the installation again. Call McAfee support and submit an installation log file. Using destination NAT IP addresses If destination Network Address Translation (NAT) is being performed on connections from your management computer to the McAfee DLP appliance, you must add the NAT address to the McAfee DLP appliance. For instructions, see the chapter on post-installation tasks in the McAfee Data Loss Prevention Product Guide, version Known issues For known issues in this product release, refer to KnowledgeBase article KB

10 Find product documentation McAfee provides the information you need during each phase of product implementation, from installation to daily use and troubleshooting. After a product is released, information about the product is entered into the McAfee online KnowledgeBase. Task 1 Go to the McAfee Technical Support ServicePortal at 2 Under Self Service, access the type of information you need: To access... User documentation Do this... 1 Click Product Documentation. 2 Select a product, then select a version. 3 Select a product document. KnowledgeBase Click Search the KnowledgeBase for answers to your product questions. Click Browse the KnowledgeBase for articles listed by product and version. Copyright 2014 McAfee, Inc. Do not copy without permission. McAfee and the McAfee logo are trademarks or registered trademarks of McAfee, Inc. or its subsidiaries in the United States and other countries. Other names and brands may be claimed as the property of others. A00

McAfee Data Loss Prevention 9.2.2

McAfee Data Loss Prevention 9.2.2 Release Notes Revision B McAfee Data Loss Prevention 9.2.2 Contents About this release Enhancements Resolved issues Installation instructions Known issues Find product documentation About this release

More information

McAfee Data Loss Prevention 9.3.2

McAfee Data Loss Prevention 9.3.2 Release Notes Revision A McAfee Data Loss Prevention 9.3.2 Contents About this release Enhancements Resolved issues Installation instructions Known issues Find product documentation About this release

More information

McAfee Data Loss Prevention 9.3.3

McAfee Data Loss Prevention 9.3.3 Release Notes Revision A McAfee Data Loss Prevention 9.3.3 Contents About this release Enhancements Resolved issues Installation instructions Known issues Find product documentation About this release

More information

============================================================

============================================================ Release Notes for McAfee(R) VirusScan Enterprise for Linux Version 2.0.0 Hotfix 967083 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. ============================================================

More information

McAfee Data Loss Prevention Endpoint

McAfee Data Loss Prevention Endpoint Release Notes Revision A McAfee Data Loss Prevention Endpoint 9.3.300 For use with epolicy Orchestrator 4.6, 5.0.1, 5.1 Software Contents About this release Enhancements Resolved issues Installation instructions

More information

McAfee Data Loss Prevention Endpoint

McAfee Data Loss Prevention Endpoint Release Notes Revision A McAfee Data Loss Prevention Endpoint 9.3.200 For use with epolicy Orchestrator 4.6-5.1 Software Contents About this release Enhancements Resolved issues Installation instructions

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.10 NTBA Appliance Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Find

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.68-8.3.7.55-8.3.7.14 Manager-Virtual IPS Release Notes McAfee Network Security Platform 8.3 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions

More information

McAfee Content Security Reporter 2.6.x Migration Guide

McAfee Content Security Reporter 2.6.x Migration Guide McAfee Content Security Reporter 2.6.x Migration Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

McAfee Firewall Enterprise and 8.3.x

McAfee Firewall Enterprise and 8.3.x Release Notes Revision A McAfee Firewall Enterprise 8.2.1 and 8.3.x Scan Engine Update MCV02 Contents About this release Installation instructions Known issues Find product documentation About this release

More information

Migration Guide. McAfee Content Security Reporter 2.4.0

Migration Guide. McAfee Content Security Reporter 2.4.0 Migration Guide McAfee Content Security Reporter 2.4.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.15-9.1.3.4 Manager-M-series, Mxx30-series, XC Cluster Release Notes McAfee Network Security Platform 9.1 Revision A Contents About this release New features Enhancements Resolved issues Installation

More information

McAfee Network Security Platform 8.1

McAfee Network Security Platform 8.1 Revision A McAfee Network Security Platform 8.1 (8.1.7.105-8.1.5.219 Manager-NS-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision B McAfee Network Security Platform (9.2.9.3-9.2.5.34 Manager-NS3500 Release Notes) Contents About this release New Features Resolved issues Installation instructions Known issues Product documentation

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.3.124-2.11.9 Manager-XC-Cluster Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.100-8.1.3.130 Manager-M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.28-8.3.7.6 Manager-Virtual IPS Release Notes McAfee Network Security Platform 8.3 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Network Security Platform 8.1

McAfee Network Security Platform 8.1 Revision C McAfee Network Security Platform 8.1 (8.1.7.91-8.1.3.124 Manager-M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Network Security Platform 9.2

McAfee Network Security Platform 9.2 McAfee Network Security Platform 9.2 (9.2.7.9-9.2.7.17 Manager-Virtual IPS Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.44-8.3.7.14 Manager-Virtual IPS Release Notes McAfee Network Security Platform 8.3 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.3.40 NTBA Appliance Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation Instructions Known issues Product

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.28-8.3.3.9 Manager-Mxx30-series Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision A McAfee Web Gateway 7.5.0.2 Contents About this release Resolved issues Installation instructions Known issues Find product documentation About this release This document contains

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.15-9.1.5.9 Manager-NS-series Release Notes McAfee Network Security Platform 9.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

McAfee epolicy Orchestrator Update 2

McAfee epolicy Orchestrator Update 2 Release Notes McAfee epolicy Orchestrator 5.10.0 Update 2 Contents Rating for update 5.10.0 Resolved issues in update 5.10.0 Installation instructions Rating for update 5.10.0 The rating defines the urgency

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision A McAfee Network Security Platform (9.1.7.73-9.1.3.54 Manager-NTBA Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 Revision A McAfee Network Security Platform 9.1 (9.1.7.73-9.1.3.11 Manager-M-series, Mxx30-series, and XC Cluster Release Notes) Contents About the release New features Enhancements Resolved Issues Installation

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.7.44 Manager-Virtual IPS Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

McAfee Network Security Platform 9.2

McAfee Network Security Platform 9.2 McAfee Network Security Platform 9.2 (9.2.7.22-9.2.7.20 Manager-Virtual IPS Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.86-8.3.7.56 Manager-Virtual IPS Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.96-8.1.3.130 Manager-M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Firewall Enterprise 8.3.2P05

McAfee Firewall Enterprise 8.3.2P05 Release Notes Revision A McAfee Firewall Enterprise 8.3.2P05 Contents About this release Resolved issues Installation instructions Known issues Find product documentation About this release This document

More information

McAfee Security for Microsoft Exchange Hotfix Release Notes

McAfee Security for Microsoft Exchange Hotfix Release Notes McAfee Security for Microsoft Exchange 8.6.0 Hotfix 1218399 Release Notes Contents About this release Resolved issues Installation instructions Known issues Getting product information by email Find product

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Endpoint Intelligence Agent 2.2.0

Endpoint Intelligence Agent 2.2.0 Release Notes Endpoint Intelligence Agent 2.2.0 Revision A Contents About this release New features Resolved issues Installation instructions Known issues Find product documentation About this release

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 Revision A McAfee Network Security Platform 8.3 (8.3.7.86-8.3.7.59 Manager-Virtual IPS Release Notes) Contents About this release New features Enhancements Resolves issues Installation instructions Known

More information

Endpoint Security. E80.30 Localized Version. Release Notes

Endpoint Security. E80.30 Localized Version. Release Notes Endpoint Security E80.30 Localized Version Release Notes 30 September 2013 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision A McAfee Web Gateway 7.5.1.2 Contents About this release Resolved issue Installation instructions Known issues Find product documentation About this release This document contains

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 Revision A McAfee Network Security Platform 8.3 (8.3.7.86-8.3.3.39 Manager-M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Enterprise Security Manager

McAfee Enterprise Security Manager Release Notes McAfee Enterprise Security Manager 10.0.2 Contents About this release New features Resolved issues Instructions for upgrading Find product documentation About this release This document contains

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.82-8.1.3.100 Manager-M-series Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision B McAfee Network Security Platform (8.1.7.5-8.1.3.43 M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee Advanced Threat Defense Release Notes

McAfee Advanced Threat Defense Release Notes Revision B McAfee Advanced Threat Defense 4.2.0 Release Notes Contents About this release New features and enhancements Resolved issues Installation information Known issues Find product documentation

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.49-9.1.3.6 Manager-M-series, Mxx30-series, XC Cluster Release Notes McAfee Network Security Platform 9.1 Revision C Contents About the release New features Enhancements Resolved issues Installation

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.43 M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

McAfee epolicy Orchestrator Release Notes

McAfee epolicy Orchestrator Release Notes McAfee epolicy Orchestrator 5.9.1 Release Notes Contents About this release What's new Resolved issues Known issues Installation information Getting product information by email Where to find product documentation

More information

McAfee Data Loss Prevention Prevent 11.1.x Release Notes

McAfee Data Loss Prevention Prevent 11.1.x Release Notes Revision B McAfee Data Loss Prevention Prevent 11.1.x Release Notes Contents What's new in update 11.1.100 Resolved issues in update 11.1.100 Additional installation information Rating for update 11.1.100

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.3.6-8.1.3.5 M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

Boot Attestation Service 3.0.0

Boot Attestation Service 3.0.0 Product Guide Boot Attestation Service 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.15-9.1.3.3 Manager-NTBA Release Notes McAfee Network Security Platform 9.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision A McAfee Web Gateway 7.6.2.4 Contents About this release Enhancement Resolved issues Installation instructions Known issues Find product documentation About this release This document

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 Manager Appliance (Linux) Release Notes McAfee Network Security Platform 9.1 Revision A Contents About this release What's new Enhancements Resolved issues Installation instructions Known issues Product

More information

Installation Guide. McAfee Endpoint Security for Servers 5.0.0

Installation Guide. McAfee Endpoint Security for Servers 5.0.0 Installation Guide McAfee Endpoint Security for Servers 5.0.0 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee

More information

Release Notes McAfee Change Control 7.0.0

Release Notes McAfee Change Control 7.0.0 Release Notes McAfee Change Control 7.0.0 About this release Release highlights Feature details Installation instructions Resolved issues Known issues Find product documentation Product documentation About

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.19.23-8.1.15.14 Manager-M-series FIPS Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Known issues Installation instructions

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision A McAfee Web Gateway 7.8.0.3 Contents About this release Resolved issues Installation instructions Known issues About this release This document contains information about the current

More information

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode Dell SupportAssist for PCs User's Guide for Windows 10 in S Mode Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

SourceOne. Products Compatibility Guide REV 61

SourceOne. Products Compatibility Guide REV 61 SourceOne Products Compatibility Guide 300-008-041 REV 61 Copyright 2005-2017 Dell Inc. or its subsidiaries All rights reserved. Published December 2017 Dell believes the information in this publication

More information

SourceOne. Products Compatibility Guide REV 62

SourceOne. Products Compatibility Guide REV 62 SourceOne Products Compatibility Guide 300-008-041 REV 62 Copyright 2005-2018 Dell Inc. or its subsidiaries All rights reserved. Published March 2018 Dell believes the information in this publication is

More information

This document contains important information about the current release. We strongly recommend that you read the entire document.

This document contains important information about the current release. We strongly recommend that you read the entire document. Release Notes Revision A McAfee Security Management Center 5.8.3 Contents About this release Resolved issues Installation instructions Upgrade instructions System requirements Build version Compatibility

More information

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version Copyright (C) 2014 McAfee, Inc. All Rights Reserved

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version Copyright (C) 2014 McAfee, Inc. All Rights Reserved Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 2.0.1 Copyright (C) 2014 McAfee, Inc. All Rights Reserved Release date: October 08, 2014 This RTW build was developed and tested on:

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 Revision A McAfee Network Security Platform 8.3 (8.3.7.86-8.3.5.53 Manager-NS-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

McAfee Next Generation Firewall 5.9.1

McAfee Next Generation Firewall 5.9.1 Release Notes Revision A McAfee Next Generation Firewall 5.9.1 Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Find product documentation About

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.52-8.3.3.27-2.11.9 Manager-XC-Cluster Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions

More information

Endpoint Security Release Notes

Endpoint Security Release Notes Endpoint Security Release Notes E80.40 27 February 2013 Classification: [Protected] 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected

More information

McAfee Security for Microsoft SharePoint Hotfix

McAfee Security for Microsoft SharePoint Hotfix Release Notes McAfee Security for Microsoft SharePoint 3.5.0 Hotfix 1217273 For use with McAfee epolicy Orchestrator Contents About this release Resolved issues Files included with this release Installation

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Technical Specifications Version: 3.1.x Written by: Product Knowledge, R&D Date: August 2018 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Installation Guide. McAfee epolicy Orchestrator Software. Draft for Beta

Installation Guide. McAfee epolicy Orchestrator Software. Draft for Beta Installation Guide McAfee epolicy Orchestrator 5.1.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active Protection,

More information

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 7 UPK Developer... 8 Languages... 11 Usage

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.13-8.1.5.75 NS-series Release Notes Network Security Platform 8.1 Revision B Contents About this release Enhancements Installation instructions Known issues Product documentation About this release

More information

McAfee Enterprise Security Manager 9.5.2

McAfee Enterprise Security Manager 9.5.2 Release Notes McAfee Enterprise Security Manager 9.5.2 Contents About this release New features for 9.5.2 Known and resolved issues Upgrade instructions Find product documentation About this release This

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Installation Guide. McAfee epolicy Orchestrator software D R A F T

Installation Guide. McAfee epolicy Orchestrator software D R A F T Installation Guide McAfee epolicy Orchestrator 4.6.0 software COPYRIGHT Copyright 2010 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Extended Applications (FEA) v4.4 contains Fiery software for performing tasks using a Fiery Server. This document describes how

More information

McAfee Firewall Enterprise epolicy Orchestrator Extension

McAfee Firewall Enterprise epolicy Orchestrator Extension Integration Guide Revision A McAfee Firewall Enterprise epolicy Orchestrator Extension COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo,

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

McAfee Firewall Enterprise

McAfee Firewall Enterprise Release Notes Revision A McAfee Firewall Enterprise 7.0.1.03 Scan Engine Update MCV04 Contents About this release Installation instructions Known issues Find product documentation About this release This

More information

Dell SupportAssist for PCs and Tablets. User s Guide

Dell SupportAssist for PCs and Tablets. User s Guide Dell SupportAssist for PCs and Tablets User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Release Notes McAfee Application Control 6.1.0

Release Notes McAfee Application Control 6.1.0 Release Notes McAfee Application Control 6.1.0 About this document New features Known issues Resolved issues Installation instructions Find product documentation About this document Thank you for choosing

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

This release of the product includes these new features that have been added since NGFW 5.5.

This release of the product includes these new features that have been added since NGFW 5.5. Release Notes Revision A McAfee Next Generation Firewall 5.7.8 Contents About this release New features Enhancements Known limitations Resolved issues System requirements Installation instructions Upgrade

More information

Pre-Installation Checklist v5.0

Pre-Installation Checklist v5.0 Pre-Installation Checklist v5.0 November 2010 Table of Contents Introduction 3 Network infrastructure 4 ShareScan Manager PC 5 Devices 7 ecopy Connectors 8 Network Communication 13 Document Management

More information

SNMP Manager User s Manual

SNMP Manager User s Manual SNMP Manager User s Manual Table of Contents 1. Introduction...1 2. SNMP Manager Install, Quick Start and Uninstall...2 2.1. Software Installation...2 2.2. Software Quick Start...2 2.3. Software Uninstall...3

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision A McAfee Web Gateway 7.6.2.6 Contents About this release Enhancements Resolved issues Installation instructions Known issues Find product documentation About this release This document

More information

McAfee epolicy Orchestrator Release Notes

McAfee epolicy Orchestrator Release Notes Revision B McAfee epolicy Orchestrator 5.3.3 Release Notes Contents About this release Enhancements Resolved issues Known issues Installation instructions Getting product information by email Find product

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.64-8.3.3.35 Manager-M-series Release Notes McAfee Network Security Platform 8.3 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

Forcepoint Sidewinder Control Center, Virtual Appliance. Installation Guide 5.3.x. Revision A

Forcepoint Sidewinder Control Center, Virtual Appliance. Installation Guide 5.3.x. Revision A Forcepoint Sidewinder Control Center, Virtual Appliance Installation Guide 5.3.x Revision A Table of contents 1 Virtual Appliance requirements...3 Two Control Center options...3 Sizing guidelines... 3

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 Revision A McAfee Network Security Platform 9.1 (9.1.7.63-9.1.7.12 Manager-Virtual IPS Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

Product Guide. McAfee Endpoint Upgrade Assistant 1.4.0

Product Guide. McAfee Endpoint Upgrade Assistant 1.4.0 Product Guide McAfee Endpoint Upgrade Assistant 1.4.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

McAfee Web Gateway

McAfee Web Gateway Release Notes Revision B McAfee Web Gateway 7.7.2.7 Contents About this release Enhancements Resolved issues Installation instructions Known issues About this release This document contains information

More information

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0 Kofax Transformation Modules Technical s Version: 6.2.0 Written by: Product Management KTM Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., or its

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.13-8.1.5.57 NS-series Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.49-9.1.5.20 Manager-NS-series Release Notes McAfee Network Security Platform 9.1 Revision C Contents About the release New features Enhancements Resolved issues Installation instructions Known issues

More information

Stonesoft Management Center. Release Notes Revision B

Stonesoft Management Center. Release Notes Revision B Stonesoft Management Center Release Notes 6.1.0 Revision B Table of contents 1 About this release...3 System requirements... 3 Build version...4 Compatibility... 5 2 New features...6 3 Enhancements...

More information

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS Table of Contents OVERVIEW... 1 Baseline requirements beginning with 9.3.2 and 8.2.2... 2 System requirements... 2 9.3.2... 2 8.2.2... 3 Supported

More information

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Fiery Extended Applications Package (FEA) v4.2 contains Fiery applications for performing tasks associated with a Fiery Server.

More information

============================================================ About this release:

============================================================ About this release: Release Notes for McAfee VirusScan Enterprise for Linux Version 1.9.1 Hotfix 1073855 Copyright (C) 2015 McAfee, Inc. All Rights Reserved. ============================================================ About

More information

Release Notes McAfee Change Control 8.0.0

Release Notes McAfee Change Control 8.0.0 Release Notes About this release New features Installation instructions Resolved issues Known issues Find product documentation Product documentation About this release This document contains important

More information

Symantec pcanywhere 12.5 SP4 Release Notes

Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes Symantec pcanywhere 12.5 SP4 Release Notes The software described in this book is furnished under a license agreement and may be used only in accordance with

More information