PGPP Command Line 9.5 Release Notes. What's In This File? About PGP Command Line. New Features in PGP Command Line 9.5

Size: px
Start display at page:

Download "PGPP Command Line 9.5 Release Notes. What's In This File? About PGP Command Line. New Features in PGP Command Line 9.5"

Transcription

1 PGPP Command Line 9.5 Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Command Line. PGP Corporation strongly recommends you read this entire document. PGP Corporation welcomes your comments and suggestions. Please use the information in the Getting Assistance section to contact us. Product: PGP Command Line Version: Warning: Export of this software may be restricted by the U.S. government. What's In This File? About PGP Command Line New Features Supported Platforms System Requirements Installation Instructions Licensing Additional Information Using PGP Command Line Getting Assistance Copyright About PGP Command Line Thank you for using PGP Command Line, a software product from PGP Corporation that provides a commandline interface to PGP functionality and automates the processes of encrypting/signing, decrypting/verifying, and file shredding. New Features in PGP Command Line 9.5 New features in PGP Command Line include: Full support for Signing Subkeys, as used in PGP Desktop 9.5. Support for notation packets, such as those used for preferred encoding formats as represented in PGP Desktop 9.5. Significantly improved support for X.509 certification import and full support for the new PGP bundle keys. Native support for OS X Intel. Improved automatic entropy discovery for random number generation in headless environments. FIPS support for the new 2048 and 3072 DSA key sizes. Note that PGP Command Line 9.5 is the only part of our product line currently able to generate these key sizes, and only in Advanced mode. Improved support for static linking.

2 Supported Platforms You can install PGP Command Line on these platforms: Windows Server 2003 (SP 1), Windows XP (SP 2), Windows 2000 (SP 4) HP-UX 11i and above (PA-RISC only) IBM AIX 5.2 and above RedHat Enterprise Linux 3.0 and above (x86 only) Fedora Core 3 and above (x86_64) Sun Solaris 9 (SPARC only) Apple Mac OS X 10.4 and above (Universal binary) Note: PGP products do not yet run on the Microsoft Vista operating system. System Requirements The system requirements for PGP Command Line are the same as the system requirements for the host operating system. Note: In addition to the hard drive space required by the operating system, PGP Command Line requires additional space for both the data on which cryptographic operations (such as encryption, decryption, signing, and verifying) are applied and temporary files created in the process of performing those operations. For a given file being encrypted or decrypted, PGP Command Line can require several times the size of the original file in free hard drive space (depending on how much the file was compressed); enough space to hold the original file or files and the file resulting from the encryption or decryption operation. In cases where PGP Zip functionality is used on a file, PGP Command Line may also require several times the size of the original file or files in free hard drive space, enough to hold the original file, a temporary file created when handling the archive, and the file resulting from the encryption or decryption operation. Make sure you have adequate free hard drive space on your system before using PGP Command Line. For more information about the system requirements for specific platforms, refer to the PGP Command Line User s Guide. Installation Instructions This section includes instructions for installing PGP Command Line on all supported platforms. To install PGP Command Line on IBM AIX You must have root or administrator privileges on the system on which you are installing PGP Command Line. To install PGP Command Line on an AIX system: 2. Download the installer application, PGPCommandLine952AIX.tar, to a known location on your system. 3. Untar the package. You will get the file: PGPCommandLine952AIX.rpm. 4. Type rpm -ivh PGPCommandLine952AIX.rpm and press Enter. By default, the PGP Command Line application, pgp, is installed into the directory /opt/pgp/bin. You need to add this directory to your PATH environment variable in order for the application to be found. For sh based shells, use this syntax: PATH=$PATH:/opt/pgp/bin

3 set path = ($path /opt/pgp/bin) Also, in order to access the PGP Command Line man page, you need to set the MANPATH environment variable appropriately. MANPATH=$MANPATH:/opt/pgp/man; export MANPATH setenv MANPATH "/opt/pgp/man" By adding the option --prefix to the rpm command, you can install PGP Command Line to a location other than the default. Type rpm --prefix=/usr/pgp -ivh PGPCommandLine952AIX.rpm and press Enter. This command installs the application binary in the directory /usr/pgp/bin/pgp, libraries in /usr/pgp/lib, and so on. You will need to edit the environmental variable LIBPATH to include the new library path (/usr/pgp/lib) so that PGP Command Line can function in a location other than the default. To install PGP Command Line on HP-UX You need to have root or administrator privileges on the system on which you are installing PGP Command Line. To install PGP Command Line onto an HP-UX system: 2. Download the installer application, PGPCommandLine952HPUX.tar, to a known location on your system. 3. Untar the package. You will get the file: PGPCommandLine952HPUX.depot. 4. Type swinstall -s /absolute/path/to/pgpcommandline952hpux.depot and press Enter. To install PGP Command Line on a version of HP-UX with a patch level greater than 11.11, you will need to add the option "-x allow_incompatible=true" to swinstall. Step 4 above would thus be: Type swinstall -s /absolute/path/to/pgpcommandline952hpux.depot -x allow_incompatible=true and press Enter. The PGP Command Line application, pgp, is installed into the directory /opt/pgp/bin. You need to add this directory to your PATH environment variable in order for the application to be found. PATH=$PATH:/opt/pgp/bin set path = ($path /opt/pgp/bin) Also, in order to access the PGP Command Line man page, you need to set the MANPATH environment variable appropriately. MANPATH=$MANPATH:/opt/pgp/man; export MANPATH setenv MANPATH "/opt/pgp/man" Note: You may encounter an issue generating or 4096-bit keys on HP-UX systems running PGP Command Line if you have altered the maximum number of shared memory segments that can be attached to one process,

4 as configured by the shmseg system parameter. If you encounter this issue, reset the shmseg system parameter to its default value of 120. Consult your HP-UX documentation for information on how to alter system parameters. To install PGP Command Line on Mac OS X To install PGP Command Line on a Mac OS X system: 1. Close all applications. 2. Download the installer application PGPCommandLine952MacOSX.tgz to a known location on your system. 3. Double-click the file PGPCommandLine952MacOSX.tgz. 4. If you have Stuffit Expander, it will automatically uncompress this file into PGPCommandLine952MacOSX.tar and then untar it into PGPCommandLine952MacOSX.pkg. 5. Double-click PGPCommandLine952MacOSX.pkg. 6. Follow the on-screen instructions. The PGP Command Line application, pgp, is installed into /usr/bin/. After you run PGP Command Line for the first time, its home directory will be created automatically in the directory %HOME/.pgp. To install PGP Command Line on Red Hat Enterprise Linux or Fedora Core You need to have root or administrator privileges on the system on which you are installing PGP Command Line. To install PGP Command Line on a Red Hat Enterprise Linux or Fedora Core system: 2. Download the installer application, PGPCommandLine952Linux.tar, to a known location on the system. 3. Untar the package. You will get the file: PGPCommandLine952Linux.rpm. 4. Type rpm -ivh PGPCommandLine952Linux.rpm and press Enter. The PGP Command Line application, pgp, is installed by default into /usr/bin/. By adding the option --prefix to the rpm command, you can install PGP Command Line to a location other than the default. Type rpm --prefix=/opt -ivh PGPCommandLine952Linux.rpm and press Enter. This command installs the application binary in the directory /opt/bin/pgp, libraries in /opt/lib, and so on. You will need to edit the environment variable LD_LIBRARY_PATH to include the new library path for the software to function in a location other than the default. To install PGP Command Line on Solaris You need to have root or administrator privileges on the system on which you are installing PGP Command Line. To install PGP Command Line onto a Solaris system in the default directory: 2. Download the installer application, PGPCommandLine952Solaris.tar, to a known location on your system. 3. Untar the package. You will get the file: PGPCommandLine952Solaris.pkg.

5 4. Type pkgadd -d PGPCommandLine952Solaris.pkg and press Enter. 5. At the first prompt, enter "1" or "all" to install the package. By default, the PGP Command Line application, pgp, is installed into the directory /opt/pgp/bin. You need to add this directory to your PATH environment variable in order for the application to be found. PATH=$PATH:/opt/pgp/bin set path = ($path /opt/pgp/bin) Also, in order to access the PGP Command Line man page, you need to set the MANPATH environment variable appropriately. MANPATH=$MANPATH:/opt/pgp/man; export MANPATH setenv MANPATH "/opt/pgp/man" To install PGP Command Line onto a Solaris system into a directory other than the default location: 2. Download the installer application, PGPCommandLine952Solaris.tar, to a known location on your system. 3. Untar the package. You will get the file: PGPCommandLine952Solaris.pkg. 4. Type pkgadd -a none -d PGPCommandLine952Solaris.pkg and press Enter. This will force an interactive installation. 5. At the first prompt, enter "1" or "all" to install the package. 6. You will be asked to enter the path to the package s base directory. For example, if you enter /usr/pgp, the binary will be installed to /usr/pgp/bin/pgp, libraries will be installed to /usr/pgp/lib, and so on. You need to edit the environment variable LD_LIBRARY_PATH to include the new library path (/usr/pgp/lib) so that PGP Command Line can function in this location. To install PGP Command Line on Windows To install PGP Command Line onto a Windows system: 1. Close all Windows applications. 2. Download the installer application, PGPCommandLine952Win32.zip, to a known location. 3. Unzip PGPCommandLine952Win32.zip. You will get the file: PGPCommandLine952Win32.msi. 4. Double click on PGPCommandLine952Win32.msi. 5. Follow the on-screen instructions. 6. If prompted, restart your machine. The PGP Command Line application, pgp.exe, is installed into: C:\Program Files\PGP Corporation\PGP Command Line\. After you run PGP Command Line for the first time, its home directory will be created automatically in the user s home directory: C:\Documents and Settings\<user>\My Documents\PGP\. Application data is stored in the directory C:\Documents and Settings\<user>\ Application Data\PGP Corporation\PGP.

6 Licensing PGP Command Line requires a valid license to operate. If you use PGP Command Line without entering a license or after your license has expired, only basic functionality will be available; you will only be able to list the keys on your keyring, view a fingerprint, and export keys. Note: As PGP Command Line does not operate normally until licensed, you should license it immediately after installation. Use --license-authorize to license PGP Command Line. The following options are required: --license-name <Name> Where <Name> is your name or a descriptive name. --license-organization <Org> Where <Org> is the name of your company. --license-number <Number> For example: Where <Number> is a valid license number. pgp --license-authorize --license-name "Alice Cameron" --license-organization "Example Corporation" --license-number "AAAAA-BBBBB-CCCCC-DDDDD-EEEEE-FFF" Note that the error message stating no address was specified can be ignored. Including an address is optional, not required, for license authorization. Refer to the PGP Command Line User s Guide for more information about licensing. Additional Information This section includes important information about using PGP Command Line. PGP Command Line 9.5 Self-Decrypting Archives (SDAs). PGP Command Line is currently not able to decrypt SDAs. If you have the SDA on a Mac OS X or Windows system, you can open the SDA by double clicking it. [10079] HP-UX installations. On HP-UX, you may encounter an issue generating or 4096-bit keys if you have altered the maximum number of shared memory segments that can be attached to one process, as configured by the shmseg system parameter. To avoid this issue, reset the shmseg system parameter to its default value of 120. Consult your HP-UX documentation for information on how to alter system parameters. [NBN] PGP Command Line 9.0 No known issues at this time. PGP Command Line 8.5 If you install PGP Command Line 8.5 on a Windows system that has PGP Desktop or below, and then you uninstall PGP Command Line 8.5, you must then also uninstall and reinstall PGP Desktop to restore it to proper operation. PGP Desktop 8.1 and greater do not require this. Resolution: PGP Desktop and earlier are not supported for use with PGP Command Line 9.0, so this requirement is moot. This requirement does not affect versions of PGP Desktop that are supported for use with PGP Command Line 9.0, Versions 8.1 and greater.

7 Using PGP Command Line PGP Command Line uses a command-line interface; you type commands at a command prompt using the following syntax: pgp command [option] <argument> For example, to get assistance with the commands available in PGP Command Line, use the --help command: pgp --help Refer to the PGP Command Line online help files, man pages, or the PGP Command Line User's Guide for more information about using PGP Command Line. Getting Assistance There are various types of assistance available for PGP Command Line. Available Documentation Documentation for PGP Command Line includes HTML-based online help for Windows and Mac OS X, man pages for AIX, HP-UX, Solaris, and Red Hat Enterprise Linux, and the PGP Command Line User's Guide (in PDF format) for all platforms. You can view and print the User's Guide with Adobe Acrobat Reader, available on the Web at How do I contact Technical Support? For PGP Corporation Product Support and Customer Service, please visit the Support page of the PGP website: To access the PGP Command Line section of the PGP Support forums, please go to: forums.pgpsupport.com. For any other contacts at PGP Corporation, please go to the Contact Us section of the PGP website: For general information about PGP Corporation, please visit the PGP website: Copyright Copyright by PGP Corporation. All Rights Reserved. PGP, Pretty Good Privacy, and the PGP logo are registered trademarks and Rest Secured is a trademark of PGP Corporation in the U.S. and other countries. All other registered and unregistered trademarks in this document are the sole property of their respective owners.

PGP Command Line Version 10.0 Release Notes

PGP Command Line Version 10.0 Release Notes PGP Command Line Version 10.0 Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Command Line Software Development

More information

June PGP Command Line User s Guide

June PGP Command Line User s Guide June 2004 PGP Command Line User s Guide Version Information PGP Command Line User s Guide, version 8.5. Released June 1, 2004. Copyright Information Copyright 1991 2004 by PGP Corporation. All Rights Reserved.

More information

ArcExplorer -- Java Edition 9.0 System Requirements

ArcExplorer -- Java Edition 9.0 System Requirements ArcExplorer -- Java Edition 9.0 System Requirements This PDF contains system requirements information, including hardware requirements, best performance configurations, and limitations, for ArcExplorer

More information

PGP Desktop Version 9.6 for Mac OS X Release Notes

PGP Desktop Version 9.6 for Mac OS X Release Notes PGP Desktop Version 9.6 for Mac OS X Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Desktop for Mac OS X.

More information

TIBCO iprocess Objects (Java) Installation. Software Release 10.4 May 2010

TIBCO iprocess Objects (Java) Installation. Software Release 10.4 May 2010 TIBCO iprocess Objects (Java) Installation Software Release 10.4 May 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

PGP(R) Desktop Version 10.1 for Mac OS X Release Notes

PGP(R) Desktop Version 10.1 for Mac OS X Release Notes Page 1 of 8 PGP(R) Desktop Version 10.1 for Mac OS X Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Desktop

More information

Release Bulletin Open Server 15.5 for Sun Solaris

Release Bulletin Open Server 15.5 for Sun Solaris Release Bulletin Open Server 15.5 for Sun Solaris Document ID: DC75902-01-1550-02 Last revised: July 26, 2011 Topic Page 1. Electronic Bug Fix (EBF) downloads for security fixes 2 2. Accessing current

More information

SANsurfer iscsi Host Bus Adapter CLI. Table of Contents

SANsurfer iscsi Host Bus Adapter CLI. Table of Contents SANsurfer iscsi Host Bus Adapter CLI QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS Support 4 Supported

More information

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of

More information

PGP NetShare Quick Start Guide version 9.6

PGP NetShare Quick Start Guide version 9.6 PGP NetShare Quick Start Guide version 9. What is PGP NetShare? The PGP NetShare product is a software tool that provides multiple ways to protect and share your data. You can use PGP NetShare to: Let

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Server Parallels Software International, Inc. Parallels Compressor Installation Guide Server (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels

More information

Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List

Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List Veritas NetBackup Enterprise Server and Server 6.x OS Software Compatibility List Created on July 21, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup

More information

Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes. About Symantec Encryption Desktop

Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes. About Symantec Encryption Desktop Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of Encryption

More information

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Workstation

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Workstation Parallels Software International, Inc. Parallels Compressor Installation Guide Workstation (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels

More information

TIBCO FTL Installation

TIBCO FTL Installation TIBCO FTL Installation Software Release 5.2 March 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of

More information

PGP NetShare Quick Start Guide Version 10.2

PGP NetShare Quick Start Guide Version 10.2 PGP NetShare Quick Start Guide Version 10.2 What is PGP NetShare? The PGP NetShare product is a software tool that provides multiple ways to protect and share your data. Use PGP NetShare to: Let authorized

More information

Tectia Client 6.4. User Manual

Tectia Client 6.4. User Manual Tectia Client 6.4 User Manual 02 January 2017 Tectia Client 6.4: User Manual 02 January 2017 Copyright This software and documentation are protected by international copyright laws and treaties. All rights

More information

InstallAnywhere: Requirements

InstallAnywhere: Requirements InstallAnywhere: Requirements Create Multiplatform Installations from a Single Project File Physical, Cloud, and Virtual Environments, Plus Docker Containers Requirements This document shows the technical

More information

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Scholastic Reading Inventory. Installation Guide

Scholastic Reading Inventory. Installation Guide Scholastic Reading Inventory Installation Guide For use with SRI v1.8.1 and SAM v1.8.1 Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SYSTEM 44, SCHOLASTIC

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

MQ Message Encryption Overview

MQ Message Encryption Overview MQ Message Encryption Overview Capitalware Inc. Unit 11, 1673 Richmond Street, PMB524 London, Ontario N6G2N3 Canada sales@capitalware.com http://www.capitalware.com MQ Message Encryption Overview Page

More information

Installing NMS SS

Installing NMS SS Installing NMS SS7 4.3 9000-62436-13 100 Crossing Boulevard Framingham, MA 01702-5406 USA www.nmscommunications.com Installing NMS SS7 4.3 No part of this document may be reproduced or transmitted in any

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

Tivoli Web Solutions. Upgrade Notes

Tivoli Web Solutions. Upgrade Notes Tivoli Web Solutions Upgrade Notes Tivoli Web Solutions Upgrade Notes Note Before using this information and the product it supports, read the information in Notices on page 7. IBM Tivoli Web Solutions

More information

Compatibility matrix: ServiceCenter 6.2

Compatibility matrix: ServiceCenter 6.2 Compatibility matrix: ServiceCenter 6.2 Click one of the following links to see more detailed information. Architecture diagram Servers Windows Client Web Client Compatibility between ServiceCenter clients

More information

ISE. Integrated Systems Engineering. Development, Modeling, and Optimization of Microelectronic Processes, Devices, Circuits, and Systems

ISE. Integrated Systems Engineering. Development, Modeling, and Optimization of Microelectronic Processes, Devices, Circuits, and Systems ISE Integrated Systems Engineering D A TC Development, Modeling, and Optimization of Microelectronic Processes, Devices, Circuits, and Systems Contents UNIX... 1 1 Supported platforms...1 2 Installing

More information

TIBCO Rendezvous Release Notes

TIBCO Rendezvous Release Notes TIBCO Rendezvous Release Notes Software Release 8.4.5 February 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Linux" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

LANDesk and Lenovo ThinkVantage Technologies Bundle available for commercial, government, and education customers

LANDesk and Lenovo ThinkVantage Technologies Bundle available for commercial, government, and education customers Lenovo United States Announcement 106-815, dated November 7, 2006 LANDesk and Lenovo ThinkVantage Technologies Bundle available for commercial, government, and education customers Additional information...

More information

PGP NetShare FlexResponse Plug-In for Data Loss Prevention

PGP NetShare FlexResponse Plug-In for Data Loss Prevention PGP NetShare FlexResponse Plug-In for Data Loss Prevention Implementation Guide 10.2 The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

Release Notes. KeyView Filter SDK. Contents. Version Revision 0

Release Notes. KeyView Filter SDK. Contents. Version Revision 0 R E L E A S E N O T E S KeyView Filter SDK Version 10.23 Release Notes Revision 0 This document describes new features and resolved issues for KeyView Filter SDK 10.23. You can retrieve the latest available

More information

Installing DevPartner Java Edition Release 3.3

Installing DevPartner Java Edition Release 3.3 Installing DevPartner Java Edition Release 3.3 Please direct questions about DevPartner Java Edition or comments on this document to: Customer Support Compuware Corporation One Campus Martius Detroit,

More information

TRUEGRID WINDOWS INSTALLATION/LICENSING/UPGRADES

TRUEGRID WINDOWS INSTALLATION/LICENSING/UPGRADES TRUEGRID WINDOWS INSTALLATION/LICENSING/UPGRADES PLEASE NOTE: We have tried to be as complete as possible with these instructions. In most cases, there is no need to read all of this. Just call us at (925)

More information

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers).

The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). CA Clarity PPM Servers The following table shows supported platforms for servers running CA Clarity PPM server software (application and background servers). Oracle Solaris Microsoft Windows Hewlett Packard

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 ( Oracle Business Intelligence Publisher Certification Information 10g Release 3 (10.1.3.4.1) E12692-06 July 2009 This document outlines the certified hardware and software configurations for Oracle Business

More information

Orbix Installation Guide

Orbix Installation Guide Orbix 3.3.13 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2015. All rights reserved. MICRO FOCUS, the Micro

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 v1.0 Suite and SAM v1.8.1 or higher Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SYSTEM 44, SCHOLASTIC

More information

Parallels Software International, Inc. Parallels Compressor. User Guide. Server

Parallels Software International, Inc. Parallels Compressor. User Guide. Server Parallels Software International, Inc. Parallels Compressor User Guide Server (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels logo,

More information

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment ETERNUS SF AdvancedCopy Manager 14.2 Operator's Guide for Cluster Environment J2X1-7452-04ENZ0(00) June 2011 Preface Purpose This manual explains the installation and customization of ETERNUS SF AdvancedCopy

More information

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide

More information

Core Services SSL Installation Guide. Service Pack 9, July 2007

Core Services SSL Installation Guide. Service Pack 9, July 2007 Core Services SSL Installation Guide Service Pack 9, July 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle E-Business Suite Installation. Software Release 1.1 January 2011

TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle E-Business Suite Installation. Software Release 1.1 January 2011 TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle E-Business Suite Installation Software Release 1.1 January 2011 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE

More information

RightFielder Object. Quick Start Guide

RightFielder Object. Quick Start Guide RightFielder Object Quick Start Guide RightFielder Object Quick Start Guide Corporation Copyright Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

Parallels Transporter

Parallels Transporter Parallels Transporter User's Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International

More information

HCP Data Migrator Release Notes Release 6.1

HCP Data Migrator Release Notes Release 6.1 HCP Data Migrator Release Notes Release 6.1 Hitachi Content Platform Data Migrator RN-90ARC031-11 4 December 2017 2014, 2017 Hitachi Vantara Corporation. All rights reserved. No part of this publication

More information

Perceptive Process Design & Enterprise 3.1. Supported Platforms

Perceptive Process Design & Enterprise 3.1. Supported Platforms Perceptive Process Design & Enterprise 3.1 Supported Platforms Date: March 2014 Version: 3.1 2014 Perceptive Software. All rights reserved. Perceptive Software is a trademark of Lexmark International Technology

More information

Installing DevPartner Java Edition Release 4.1

Installing DevPartner Java Edition Release 4.1 Installing DevPartner Java Edition Release 4.1 Technical support is available from our Technical Support Hotline or via our FrontLine Support Web site. Technical Support Hotline: 1-888-686-3427 Frontline

More information

Release Zenoss, Inc.

Release Zenoss, Inc. Zenoss Service Dynamics Release Notes Release 4.2.5 Zenoss, Inc. www.zenoss.com Zenoss Service Dynamics Release Notes Copyright 2014 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks

More information

CimTrak Product Brief. DETECT All changes across your IT environment. NOTIFY Receive instant notification that a change has occurred

CimTrak Product Brief. DETECT All changes across your IT environment. NOTIFY Receive instant notification that a change has occurred DETECT All changes across your IT environment With coverage for your servers, network devices, critical workstations, point of sale systems, and more, CimTrak has your infrastructure covered. CimTrak provides

More information

Installation Guide V1.1

Installation Guide V1.1 Installation Guide V1.1 The information contained in this manual is the licensed property of Fujitsu Software Technology Corporation. Use of the information contained herein is restricted to the terms

More information

Rational Performance Tester, Version 7.0

Rational Performance Tester, Version 7.0 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Note Before using this information and the product it

More information

Sagent Data Flow Solution. Version 6.8 INSTALLATION GUIDE

Sagent Data Flow Solution. Version 6.8 INSTALLATION GUIDE Sagent Data Flow Solution Version 6.8 INSTALLATION GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives.

More information

Orbix Installation Guide

Orbix Installation Guide Orbix 3.3.14 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS, the Micro

More information

DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

GeoCoder Object. Quick Start Guide

GeoCoder Object. Quick Start Guide GeoCoder Object Quick Start Guide COPYRIGHT Companies; names; and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form

More information

Teamcenter Installation on Linux Clients Guide. Publication Number PLM00010 J

Teamcenter Installation on Linux Clients Guide. Publication Number PLM00010 J Teamcenter 10.1 Installation on Linux Clients Guide Publication Number PLM00010 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Parallels Transporter Agent

Parallels Transporter Agent Parallels Transporter Agent User's Guide Copyright 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

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

TIBCO Business Studio - BPM Edition Installation

TIBCO Business Studio - BPM Edition Installation TIBCO Business Studio - BPM Edition Installation Software Release 4.2 August 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Tectia Client/Server 6.4 (Windows) Quick Start Guide

Tectia Client/Server 6.4 (Windows) Quick Start Guide Tectia Client/Server 6.4 (Windows) Quick Start Guide 02 January 2017 Tectia Client/Server 6.4 (Windows): Quick Start Guide 02 January 2017 Copyright This software and documentation are protected by international

More information

Customer Support: North America (+1) ext. 6 [toll-free] Europe +49 (0)

Customer Support: North America (+1) ext. 6 [toll-free] Europe +49 (0) Stonebranch Solutions 4.3.0 is comprised of a suite of components that are installed as a single installation package. Stonebranch, Inc. provides a separate package for each of the Stonebranch Solutions

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Oracle Utilities Customer Care and Billing

Oracle Utilities Customer Care and Billing Oracle Utilities Customer Care and Billing Quick Install Guide Release 2.4.0 Service Pack 3 E37713-04 June 2015 Oracle Utilities Customer Care and Billing Installation Guide E37713-04 Copyright 2015 Oracle

More information

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. Copyright 2009 KYOCERA MITA Corporation All rights reserved.

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. Copyright 2009 KYOCERA MITA Corporation All rights reserved. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be held liable for any problems

More information

Dominion PX Overview: Dominion PX refers to Raritan s family of intelligent power distribution units.

Dominion PX Overview: Dominion PX refers to Raritan s family of intelligent power distribution units. - 1 - Release Notes for Dominion PX Software Version 1.1.6 (firmware version will show 1.01.06 in the GUI after an upgrade) Version: DPX 1.1.6 Release Notes, Revision 1.0 Date: June 23, 2008 Effective:

More information

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010 TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation Software Release 1.0 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

EMC Avamar 7.3 for IBM DB2

EMC Avamar 7.3 for IBM DB2 EMC Avamar 7.3 for IBM DB2 User Guide 302-002-846 REV 01 Copyright 2001-2016 EMC Corporation. All rights reserved. Published in the USA. Published April, 2016 EMC believes the information in this publication

More information

ZENworks 11 Support Pack 4 Endpoint Security Agent Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Agent Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Agent Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Hyperion System 9 Strategic Finance release

Hyperion System 9 Strategic Finance release Hyperion System 9 Strategic Finance release 9.2.0.3 The Hyperion System 9 Strategic Finance release 9.2.0.3.0 Matrix includes support information for the following areas: Operating Systems o Server o Client

More information

Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Apache HTTP Server 2.2.x

Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Apache HTTP Server 2.2.x Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Apache HTTP Server 2.2.x Part No: 821 0266 November 22, 2010 Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. This software and

More information

Compatibility matrix: HP Service Manager Software version 7.00

Compatibility matrix: HP Service Manager Software version 7.00 Compatibility matrix: HP Service Manager Software version 7.00 Click one of the following links to see more detailed information. Servers Windows Client Web Client Compatibility between Service Manager

More information

Perceptive Process Design & Enterprise Supported Platforms

Perceptive Process Design & Enterprise Supported Platforms Perceptive Process Design & Enterprise 3.0.3 Supported Platforms 2013 Lexmark International Technology S.A. Date: 10/28/2013 Version: 3.0.3 Perceptive Software is a trademark of Lexmark International Technology

More information

Oracle OpenSSO E

Oracle OpenSSO E Oracle OpenSSO Policy Agent 3.0 Guide for IBM Lotus Domino 8.5.2 Release 3.0 E23265-01 September 2012 This guide describes how to install and configure the version 3.0 policy agent for IBM Lotus Domino

More information

IBM Unica Marketing Operations Version Publication Date: June 7, Recommended Software Environments and Minimum System Requirements

IBM Unica Marketing Operations Version Publication Date: June 7, Recommended Software Environments and Minimum System Requirements IBM Unica Marketing Operations Version 8.5.0 Publication Date: June 7, 2011 Recommended Software Environments and Minimum System Requirements Copyright Copyright IBM 2011 IBM Corporation Reservoir Place

More information

FinalCode Viewer User Manual

FinalCode Viewer User Manual FinalCode Viewer User Manual Edition 2.3 Target: FinalCode Viewer Ver.4.30 January 7th, 2015 1 Introduction Thank you for choosing FinalCode. This manual describes how to install, and operate FinalCode

More information

IBM Tivoli Directory Server

IBM Tivoli Directory Server Build a powerful, security-rich data foundation for enterprise identity management IBM Tivoli Directory Server Highlights Support hundreds of millions of entries by leveraging advanced reliability and

More information

Manual Java For Mac Developer Package

Manual Java For Mac Developer Package Manual Java For Mac 10.5 8 Developer Package Packages. Mac OS X users please note: Eclipse requires Mac OS X 10.5 Tools for Java developers creating Java EE and Web applications, including a Java. Additional

More information

Tectia Client/Server 6.3 (Windows) Quick Start Guide

Tectia Client/Server 6.3 (Windows) Quick Start Guide Tectia Client/Server 6.3 (Windows) Quick Start Guide 30 March 2016 Tectia Client/Server 6.3 (Windows): Quick Start Guide 30 March 2016 Copyright This software and documentation are protected by international

More information

Tectia Server 6.4. Administrator Manual

Tectia Server 6.4. Administrator Manual Tectia Server 6.4 Administrator Manual 02 January 2017 Tectia Server 6.4: Administrator Manual 02 January 2017 Copyright This software and documentation are protected by international copyright laws and

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

Symantec ediscovery Platform

Symantec ediscovery Platform Symantec ediscovery Platform Native Viewer (ActiveX) Installation Guide 7.1.5 Symantec ediscovery Platform : Native Viewer (ActiveX) Installation Guide The software described in this book is furnished

More information

Release Bulletin Replication Agent 15.1 for Linux, Microsoft Windows, and UNIX

Release Bulletin Replication Agent 15.1 for Linux, Microsoft Windows, and UNIX Release Bulletin Replication Agent 15.1 for Linux, Microsoft Windows, and UNIX Document ID: DC78260-01-1510-02 Last revised: April 2008 Topic Page 1. Accessing current release bulletin information 2 2.

More information

10.4 infinity Release Notes

10.4 infinity Release Notes 10.4 infinity Release Notes 02.06.2014 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

1 ADF Skin Editor System Requirements

1 ADF Skin Editor System Requirements Oracle Fusion Middleware Installation Guide for Oracle Application Development Framework Skin Editor 11g Release 2 (11.1.2.0.0) E21393-02 June 2011 This document provides information on: Section 1, "ADF

More information

Scholastic Reading Inventory Installation Guide

Scholastic Reading Inventory Installation Guide Scholastic Reading Inventory Installation Guide For use with Scholastic Reading Inventory version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc.

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

ETERNUS SF AdvancedCopy Manager Operator's Guide for Tape Server Option

ETERNUS SF AdvancedCopy Manager Operator's Guide for Tape Server Option ETERNUS SF AdvancedCopy Manager 14.0 Operator's Guide for Tape Server Option J2X1-7453-01ENZ0(00) July 2009 Preface Purpose This manual describes the functionality of ETERNUS SF AdvancedCopy Manager for

More information

Release Bulletin Enterprise Connect Data Access 15.0 for Linux and UNIX

Release Bulletin Enterprise Connect Data Access 15.0 for Linux and UNIX Release Bulletin Enterprise Connect Data Access 15.0 for Linux and UNIX Document ID: DC74921-01-1500-02 Last revised: January 2008 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

EnSight 10.2 Installation Guide

EnSight 10.2 Installation Guide EnSight 10.2 Installation Guide Version 10.2.2(b) Installation The full installer, EnSight102Full*, installs the EnSight application as well as several supporting applications. It installs EnSight 10.2

More information

Oracle Agile Engineering Data Management

Oracle Agile Engineering Data Management Oracle Agile Engineering Data Management Installation Manual for Oracle Weblogic 11g Rel 1 (10.3.3) on Unix for Agile e6.1.2 Part No. E20359-01 April 2011 Copyright and Trademarks Copyright 1995, 2011,Oracle

More information