HP-UX 11i Java tzupdater Release Notes

Size: px
Start display at page:

Download "HP-UX 11i Java tzupdater Release Notes"

Transcription

1 HP-UX 11i Java tzupdater Release Notes HP Part Number: Published: October 2015 Edition: 1.0

2 Copyright 2015 Hewlett-Packard Development Company, L.P. Legal Notices Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. Java is a registered trademark of Oracle and/or its affiliates.

3 Contents HP secure development lifecycle HP-UX 11i Java tzupdater release notes...5 Introduction System requirements Installation How to download the latest tzdata Usage Options Error handling New tzupdater functionality: Updating time zones on demand Overriding the SHA-512 hash checks Known issues Known restrictions Removing tzupdater tool changes Documentation feedback...17 Contents 3

4 HP secure development lifecycle Starting with HP-UX 11i v3 March 2013 update release, HP secure development lifecycle provides the ability to authenticate HP-UX software. Software delivered through this release has been digitally signed using HP's private key. You can now verify the authenticity of the software before installing the products, delivered through this release. To verify the software signatures in signed depot, the following products must be installed on your system: B or later version of SD (Software Distributor) A or later version of HP-UX Whitelisting (WhiteListInf) To verify the signatures, run: /usr/sbin/swsign -v -s <depot_path>. For more information, see Software Distributor documentation at: NOTE: Ignite-UX software delivered with HP-UX 11i v3 March 2014 release or later supports verification of the software signatures in signed depot or media, during cold installation. For more information, see Ignite-UX documentation at: 4

5 1 HP-UX 11i Java tzupdater release notes Introduction The tzupdater tool allows you to update installed JDK and JRE images with the most recent time zone data to accommodate daylight saving time changes in different countries. Oracle relies on the time zone data publicly available through IANA's Time Zone Database. HP recommends using the latest HP Java SE JDK/JRE update release as the preferred vehicle for delivering both time zone data updates and other product improvements such as security fixes; however, if the end user or system administrator is unable to use the latest HP JDK/JRE update release, this tool provides a means of updating time zone data while leaving other system configuration and dependencies unchanged. For information about the time zone changes and free downloads of the tzupdater tool, see Java Daylight Savings Time (DST) Downloads and Documentation page. Introduction 5

6 2 System requirements The tzupdater tool supports HP's JDK/JRE releases 5.0, 6.0, 7.0, and 8.0 on all supported platforms. The java.vendor property value must be "Hewlett-Packard Co.". 6 System requirements

7 3 Installation Download the Z _tzupdater tar tool bundle from the tzupdater Download page to your system's local directory. Extract it in any directory and you will see a tzupdater.jar file. Use tzupdater.jar to update the new time zone changes for your JDK. For more information on how to use the tzupdater.jar file to update the time zone changes, see Usage (page 9). 7

8 4 How to download the latest tzdata You can now update the latest tzdata version in your JDK/JRE using data obtained directly from the IANA tzdata releases on the IANA tzdata page.. For more information, see Oracle site. NOTE: This version supersedes any previous versions. 8 How to download the latest tzdata

9 5 Usage The tzupdater tool modifies the JDK/JRE image used to execute the tool. A single JDK/JRE image is modified per execution. To administer the tool to multiple JDK/JRE instances, read System-Wide Usage in the Known restrictions (page 15) section. Any executing instances of the JDK/JRE to be operated upon must be stopped prior to running the tzupdater tool against that installed JDK/JRE on-disk image. Write permission on the JDK/JRE directories is required. The command-line interface is: java -jar <extract_dir_path>/tzupdater.jar [options] (Where <extract_dir_path> is the local directory where the tool bundle was downloaded.) 9

10 6 Options If no options are specified, the usage message displays. To perform time zone data updates, you must specify either the -u or -f option. -h, --help Print the usage to stdout and exit. Other options are ignored if this option is specified. -V, --version -u, --update -f, --force Show the tool version number and the tzdata version numbers of the JRE and the archive embedded in the jar file and exit. Update the time zone data and perform verification tests. The verification tests can be run separately with the -t option. If this option is specified with -h, -t, or -V options, the command displays the usage to stdout and exits. Force update the tzdata even if the version of the tzdata archive is older then the JRE's tzdata version. This option does not require the -u option for the update to be performed. Not needed under normal operating conditions. -l, --location Compile, test and update JRE timezone data from provided tzdata.tar.gz bundle. For example, -l Supported URL protocols: file:// -v, --verbose Display detailed messages to stdout. -bc, --backwardcompatible Keep backward compatibility with the three-letter time zone IDs of JDK 1.1. Any time zone IDs that conflict with the JDK 1.1 time zone IDs will be removed from the installed time zone data. This option must be specified with the -u, -f or -t option. A few time zone IDs in JDK 1.1 and the Olson time zone database IDs (industry standard IDs) conflict. As of this release, the conflicting time zone IDs are "EST", "MST", and "HST". If these IDs are used in your applications, the -bc option needs to be specified. -t, --test Runs verification tests only and exits. If the JRE has time zone data that does not match the one in the tool, the verification tests report errors and fail. The -f option is ignored if specified. If the -bc option is specified, any test cases for time zone IDs that conflict with the JDK 1.1 time zone IDs will be ignored. 10 Options

11 7 Error handling The tool tries to restore the original state when it encounters an unexpected error, such as lack of disk space. 11

12 nl 8 New tzupdater functionality: Updating time zones on demand Starting with version 2.0, the -l option allows you to point to the IANA repositories and get the tool to compile the latest tzdata sources on demand. The tool also references an https resource website for SHA-512 hash values if the -l option is specified with an http or https protocol. Therefore, any environment which operates with proxy access, will need to set the http and https proxy values while running the tool. HTTP: Dhttp.proxyHost, -Dhttp.proxyPort HTTPS: Dhttps.proxyHost, -Dhttps.proxyPort If the tool is unable to connect to the specified resource, the following socket exception displays: Exception in thread "main" com.sun.tools.tzupdater.tzruntimeexception: java.net.sockettimeoutexception: connect timed out at com.sun.tools.tzupdater.timezoneupdater.main(timezoneupdater.java:788) Caused by: java.net.sockettimeoutexception: connect timed out Automatic SHA-512 hash checks will be performed on the downloaded tzdata bundle for integrity verification. If the SHA-512 hash value does not match expectations, the tool will exit. 12 New tzupdater functionality: Updating time zones on demand

13 9 Overriding the SHA-512 hash checks When a new tzdata release is available but Oracle has not yet updated the https resource website with the new SHA-512 hash value, the following exception message displays: Exception in thread "main" com.sun.tools.tzupdater.tzruntimeexception: com.sun.tools.tzupdater.tzruntimeexception: No SHA-512 hash file found: If using http(s) resource location, the file may not yet be available. For more information, see tzupdater README. Now, you have the option to use the file:// protocol with the new -l option where you can specify your own local SHA-512 hash value by following these steps: 1. Download a copy of the desired tzdata.tar.gz bundle to a local directory. 2. Calculate the SHA-512 hash for that tar.gz bundle and create a one line file in the same local directory which contains that SHA-512 hash value. The file name must have ".sha512" appended to the original name of the bundle containing the tzdata rules. For example, if you have downloaded tzdata2014a.tar.gz to a local directory, then a file named tzdata2014a.tar.gz.sha512 must also exist in the same directory and must contain the SHA-512 hash value that corresponds to the tzdata2014a.tar.gz file. 3. Use the file:// protocol to apply the new timezone data. For example, if you downloaded tzdata2014a.tar.gz to /tmp directory and created the necessary /tmp/ tzdata2014a.tar.gz.sha512 file which contains the one line SHA-512 hash value, the following command can be used to run the tzdata update: java -jar tzupdater.jar -l file:///tmp/tzdata2014a.tar.gz (Add the -v option for verbose output.) 13

14 10 Known issues Because of changes to the time zone files, swverify can no longer verify that the installed image is correct. Performing a swremove on a product image that has been updated with tzupdater results in the modified time zone files being left behind. To completely remove the product, these must be removed manually. Running tzupdater on previously patched JREs: If you attempt to run the tool on a JRE that has previously been patched with tzupdater_1.0.1a, then you must ensure the permissions on the zi directory, and all of its subdirectories and files, are set to the desired values. The permissions from the existing zi directory are used for any newly created or patched zi directory. Alternatively, the previous tzupdater patch can be backed out by following the steps in Removing tzupdater tool changes (page 16), before running the latest tool. 14 Known issues

15 nl nl nl nl nl nl 11 Known restrictions The tool has a few restrictions due to the Time Zone API and implementation constraints: "America/Indiana/Vincennes" and "America/Indiana/Petersburg" include a future change tzdata2007g. With tzdata2007g, the timezones of "America/Indiana/Vincenes" and "America/Indiana/Petersburg" include a future change in their GMT offset value. Both these timezones move from CST to EST on November 4, The JDK version implementation of java.util.timezone.getavailableids(int) will return values based on the future GMT offset, namely the one that will be valid after November 4, Using JRE software that has been updated with tzdata2007g, a call to the method java.util.timezone.getavailableids( ) will include return values of Vincenes and Petersburg even though this only becomes correct after the changeover on November 4, Time Zone Display Names This tool will not update time zone display names of time zones that are completely new or have display name related changes. The complete support of all time zone display names requires installation of the latest HP Java SE JDK/JRE update release. System-Wide Usage Any executing instances of the JDK/JRE to be operated upon must be stopped prior to running the tzupdater tool against that installed JDK/JRE on-disk image. It is possible for systems to create multiple copies of JDK/JRE images, so one may need to apply the tool individually to each JDK/JRE image. The following information explains how to locate multiple installed copies of the JDK/JRE on HP-UX systems: 1. To help the user find and update multiple JDK/JRE, the tool comes with two scripts: SearchAndReplaceTZ: Search and Update installed JDK/JRE which are supported by the tool. execcmd: Used within the SearchAndReplaceTZ script 2. The user can use the script as follows to update supported JDK/JRE: <tool_dir>/searchandreplacetz <search_dir> Where, tool_dir : the directory where the DST tool is installed search_dir : the directory which the user wants to search JDK/JRE in. This can be optional. NOTE: The SearchAndReplaceTZ script search results will also include JDK/JRE versions other than the supported JDK/JRE (5.0, 6.0, 7.0, 8.0) such as 1.2.2, 1.3.1, 1.4.0, and The tool will also try to patch these, which will result in java.lang.unsupportedclassversionerror error since patching them is not supported. To patch JDK/JRE, you must to use the specific tool. 15

16 12 Removing tzupdater tool changes Any executing instances of the JDK/JRE to be operated upon must be stopped prior to running the tzupdater tool against that installed JDK/JRE on-disk image. A tzupdater modification removal tool does not currently exist. You can manually remove the modifications made by the current tzupdater tool by following these steps: 1. Locate the tzmappings file and zi directory under the modified $JAVAHOME/jre/lib directory. This is the newer data. 2. Locate a tzmappings.tzdata* file and zi.tzdata* directory in the same $JAVAHOME/jre/lib directory. This is the replaced, older data. 3. Obtain the currently installed time zone data version from the command java -jar tzupdater.jar -V. 4. Rename the current tzmappings file and zi directory to tzmappings.tzdata2010c and zi.tzdata2010c or, whatever the version emitted by the command in step 3. Make sure this does not conflict with any old tzmappings file or zi data directory. 5. Rename the preferred version of the tzmappings file and zi directory to tzmappings and zi. 6. Validate the change in currently active time zone data by executing java -jar tzupdater.jar -V. 7. Restart applications on this JDK/JRE. For JDK 8 and later family versions: 1. Locate the tzdb.dat file under the modified JAVAHOME/jre/lib directory. This is the newer data file. 2. Locate the tzdb.dat file in the same JAVAHOME/jre/lib directory. This is the replaced, older data file. 3. Obtain the installed time zone data version from the command java -jar tzupdater.jar -V. 4. Rename the current tzdb.dat file to something like tzdb.dat., or to the version that was given by the command in step 3. Ensure this name does not conflict with the older data files. 5. Rename the older data file to tzdb.dat. 6. Validate the change in currently active time zone data by executing java -jar tzupdater.jar -V. 7. Restart applications on this JDK/JRE instance as desired. 16 Removing tzupdater tool changes

17 13 Documentation feedback HP is committed to providing documentation that meets your needs. To help us improve the documentation, send any errors, suggestions, or comments to Documentation Feedback Include the document title and part number, version number, or the URL when submitting your feedback. For more information about support policies of HP-UX, see HP-UX support policy. 17

HP-UX Support Tools Manager (STM) Release Notes

HP-UX Support Tools Manager (STM) Release Notes HP-UX Support Tools Manager (STM) Release Notes HP-UX 11i v3 Version: B.11.31.23.02 HP Part Number: 820365-001 Published: March 2015 Edition: 1 (April 2015) Legal Notices Copyright 2003, 2015 Hewlett-Packard

More information

Pre-Installation Instructions

Pre-Installation Instructions Agile Product Lifecycle Management PLM Mobile Release Notes Release 2.0 E49504-02 October 2014 These Release Notes provide technical information about Oracle Product Lifecycle Management (PLM) Mobile 2.0.

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes. HP-UX 11i v3

HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes. HP-UX 11i v3 HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes HP Part Number: 5900-2555 Published: March 2013 Copyright 2012, 2013 Hewlett-Packard Development Company, L.P. Legal Notices The

More information

ServletExec TM 6.0 Installation Guide. for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server

ServletExec TM 6.0 Installation Guide. for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server ServletExec TM 6.0 Installation Guide for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server ServletExec TM NEW ATLANTA COMMUNICATIONS, LLC 6.0 Installation

More information

Entrust Certificate Services. Java Code Signing. User Guide. Date of Issue: December 2014. Document issue: 2.0

Entrust Certificate Services. Java Code Signing. User Guide. Date of Issue: December 2014. Document issue: 2.0 Entrust Certificate Services Java Code Signing User Guide Date of Issue: December 2014 Document issue: 2.0 Copyright 2009-2014 Entrust. All rights reserved. Entrust is a trademark or a registered trademark

More information

PN 00651. Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00

PN 00651. Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 PN 00651 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 First Edition This documentation was prepared to assist licensed

More information

ESX 4 Patch Management Guide ESX 4.0

ESX 4 Patch Management Guide ESX 4.0 ESX 4 Patch Management Guide ESX 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Apache Directory Studio. User's Guide

Apache Directory Studio. User's Guide Apache Directory Studio User's Guide Apache Directory Studio: User's Guide Version 1.5.2.v20091211 Copyright 2006-2009 Apache Software Foundation Licensed to the Apache Software Foundation (ASF) under

More information

HP-UX Host Intrusion Detection System Version 4.4 release notes

HP-UX Host Intrusion Detection System Version 4.4 release notes HP-UX Host Intrusion Detection System Version 4.4 release notes HP-UX 11i v3 HP Part Number: 5900-1612 Published: April 2011 Volume: Legal Notices Copyright 2011 Hewlett-Packard Development Company, L.P.

More information

Getting Started with Android Development

Getting Started with Android Development Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient

More information

Support Plus User Guide HP-UX Version 11.00

Support Plus User Guide HP-UX Version 11.00 Support Plus User Guide HP-UX Version 11.00 March 2002 Manufacturing Part Number: 5185-4394 Copyright 2002 Hewlett-Packard Company Legal Notices The information in this document is subject to change without

More information

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway

More information

HP Quality Center. Upgrade Preparation Guide

HP Quality Center. Upgrade Preparation Guide HP Quality Center Upgrade Preparation Guide Document Release Date: November 2008 Software Release Date: November 2008 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

HP WBEM Services Software Developer s Kit, Version A.02.00, Release Notes

HP WBEM Services Software Developer s Kit, Version A.02.00, Release Notes HP WBEM Services Software Developer s Kit, Version, Release Notes HP-UX Manufacturing Part Number: T1434-90022 September 2006 U.S.A. Copyright 2006 Hewlett-Packard Development Company, L.P. All rights

More information

Rumba FTP Client 4.3. Readme

Rumba FTP Client 4.3. Readme Rumba FTP Client 4.3 Readme Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 1984-2012 Micro Focus. All rights reserved. MICRO FOCUS, the Micro

More information

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Apache Web Server System Description

Apache Web Server System Description Apache Web Server System Description Version 2.x 2011-01-13 SEAL Systems Copyright This document and all its parts are protected by copyright. Their use without prior written consent by SEAL Systems is

More information

Hitachi Backup Services Manager Certified Configurations Guide 6.5

Hitachi Backup Services Manager Certified Configurations Guide 6.5 Hitachi Backup Services Manager Certified Configurations Guide 6.5 Doc ID:MK-96APT014-02 i ii Chapter 0Preface Thank you for purchasing Hitachi TM Backup Services Manager powered by APTARE. About This

More information

Event Monitoring Service Version A.04.20.11 Release Notes

Event Monitoring Service Version A.04.20.11 Release Notes Event Monitoring Service Version A.04.20.11 Release Notes HP-UX 11i v1 December 2006 Manufacturing Part Number: B7609-90039 December 2006 Copyright 2006 Hewlett-Packard Development Company, L.P. Legal

More information

HP Asset Manager. Implementing Single Sign On for Asset Manager Web 5.x. Legal Notices... 2. Introduction... 3. Using AM 5.20... 3

HP Asset Manager. Implementing Single Sign On for Asset Manager Web 5.x. Legal Notices... 2. Introduction... 3. Using AM 5.20... 3 HP Asset Manager Implementing Single Sign On for Asset Manager Web 5.x Legal Notices... 2 Introduction... 3 Using AM 5.20... 3 Using AM 5.12... 3 Design Blueprint... 3 Technical Design... 3 Requirements,

More information

McAfee Web Gateway 7.4.1

McAfee Web Gateway 7.4.1 Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this

More information

Upgrading VMware Identity Manager Connector

Upgrading VMware Identity Manager Connector Upgrading VMware Identity Manager Connector VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

Contents. Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7

Contents. Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7 Primavera P6 Tested Configurations Release Version: 6.2.1 Date: December 2013 Revision: 6.2.1.0.7 This document lists the configurations that have been tested for the Primavera P6 version 6.2.1 release.

More information

How to resolve Root Certificate Expiry Issue for Enterprise Manager - Database Control (10.2.0.4)

How to resolve Root Certificate Expiry Issue for Enterprise Manager - Database Control (10.2.0.4) PURPOSE 14 th June, 2011 This paper demonstrates how to resolve the Oracle Enterprise Manager Database Control configuration errors in Oracle Database versions 10.2.0.4 or 10.2.0.5, arising due to the

More information

HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes

HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes Version: B.11.23.15.03 for HP-UX 11i v2 HP Part Number:834958-001 Published: September 2015 Edition: 1 Legal Notices Copyright 2003,

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

NETWORK OPERATING SYSTEMS. By: Waqas Ahmed (C.E.O at Treesol)

NETWORK OPERATING SYSTEMS. By: Waqas Ahmed (C.E.O at Treesol) NETWORK OPERATING SYSTEMS By: Waqas Ahmed (C.E.O at Treesol) Locating, Finding Installing, Upgrading and Deleting Packages SEARCHING To find a program commands where they are: [root@tecmint ~]# which ls

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013 Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

PMOD Installation on Linux Systems

PMOD Installation on Linux Systems User's Guide PMOD Installation on Linux Systems Version 3.7 PMOD Technologies Linux Installation The installation for all types of PMOD systems starts with the software extraction from the installation

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Event Monitoring Service Version A.04.20.31 Release Notes

Event Monitoring Service Version A.04.20.31 Release Notes Event Monitoring Service Version A.04.20.31 Release Notes HP-UX 11i v3 September 2007 Manufacturing Part Number: B7609-90051 September 2007 Copyright 2007 Hewlett-Packard Development Company, L.P. Legal

More information

HP Server Automation Enterprise Edition

HP Server Automation Enterprise Edition HP Server Automation Enterprise Edition Software Version: 10.0 User Guide: Server Patching Document Release Date: June 13, 2013 Software Release Date: June 2013 Legal Notices Warranty The only warranties

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Avaya Aura Communication Manager Methods For Updating Daylight Saving Time Rules

Avaya Aura Communication Manager Methods For Updating Daylight Saving Time Rules Avaya Aura Communication Manager Methods For Updating Daylight Saving Time Rules Localities worldwide routinely adjust their Daylight Saving Time (DST) rules. Communication Manager can automatically adjust

More information

Authorize.net modules for oscommerce Online Merchant.

Authorize.net modules for oscommerce Online Merchant. Authorize.net Authorize.net modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for

More information

TIBCO Runtime Agent Authentication API User s Guide. Software Release 5.8.0 November 2012

TIBCO Runtime Agent Authentication API User s Guide. Software Release 5.8.0 November 2012 TIBCO Runtime Agent Authentication API User s Guide Software Release 5.8.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

JobScheduler Installation by Copying

JobScheduler Installation by Copying JobScheduler - Job Execution and Scheduling System JobScheduler Installation by Copying Deployment of multiple JobSchedulers on distributed servers by copying a template JobScheduler March 2015 March 2015

More information

Building OWASP ZAP Using Eclipse IDE

Building OWASP ZAP Using Eclipse IDE Building OWASP ZAP Using Eclipse IDE for Java Pen-Testers Author: Raul Siles (raul @ taddong.com) Taddong www.taddong.com Version: 1.0 Date: August 10, 2011 This brief guide details the process required

More information

Canto Integration Platform (CIP)

Canto Integration Platform (CIP) Canto Integration Platform (CIP) Getting Started Guide Copyright 2013, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered

More information

Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments

Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811 in Microsoft Windows Operating Environments Table of Contents Introduction... 1 Step 1: Create a SAS Software Depot..... 1 Step 2: Prepare

More information

Hudson configuration manual

Hudson configuration manual Hudson configuration manual 1 Chapter 1 What is Hudson? Hudson is a powerful and widely used open source continuous integration server providing development teams with a reliable way to monitor changes

More information

Novell Access Manager

Novell Access Manager J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations

More information

HP-UX Host Intrusion Detection System Version 4.2 Release Notes. HP-UX 11i v2 and HP-UX 11i v3

HP-UX Host Intrusion Detection System Version 4.2 Release Notes. HP-UX 11i v2 and HP-UX 11i v3 HP-UX Host Intrusion Detection System Version 4.2 Release Notes HP-UX 11i v2 and HP-UX 11i v3 HP Part Number: 5992-5844 Published: December 2008 Legal Notices Copyright 2009 Hewlett-Packard Development

More information

Android 4.4 App Development Essentials

Android 4.4 App Development Essentials Android 4.4 App Development Essentials Neil Smyth This book is for sale at http://leanpub.com/android44appdevelopmentessentials This version was published on 2014-02-15 This is a Leanpub book. Leanpub

More information

HP-UX Role-Based Access Control B.11.31.04 Release Notes

HP-UX Role-Based Access Control B.11.31.04 Release Notes HP-UX Role-Based Access Control B.11.31.04 Release Notes HP Part Number: 5992-0628 Published: June 2007 Edition: E028 Copyright 2001 2007 Hewlett-Packard Development Company L.P. Confidential computer

More information

HP ProCurve Manager Plus

HP ProCurve Manager Plus HP ProCurve Manager Plus Getting Started Guide The all-in-one solution for managing HP ProCurve networks HP ProCurve Manager Plus Getting Started Guide Copyright 2003 Hewlett-Packard Development Company,

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents 1 About this document... 2 2 Introduction... 2 3 Defining the data model... 2 4 Populating the database tables with

More information

TIBCO Enterprise Administrator Release Notes

TIBCO Enterprise Administrator Release Notes TIBCO Enterprise Administrator Release Notes Software Release 2.2.0 March 2015 Two-Second Advantage 2 Important SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Monitor file integrity using MultiHasher

Monitor file integrity using MultiHasher Monitor file integrity using MultiHasher Keep Research Data Securely Integrity Monitoring Beginner Introduction This guide describes the use of MultiHasher, an integrity monitoring tool for Microsoft Windows

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Using the Adobe Access Server for Protected Streaming

Using the Adobe Access Server for Protected Streaming Adobe Access April 2014 Version 4.0 Using the Adobe Access Server for Protected Streaming Copyright 2012-2014 Adobe Systems Incorporated. All rights reserved. This guide is protected under copyright law,

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Release Notes for Oracle HTTP Server 11g Release 1 (11.1.1) E55728-01 April 2015 This document describes issues and release-specific user information associated with Oracle HTTP

More information

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER BarTender Version Upgrades Best practices for updating your BarTender installation WHITE PAPER Contents Understanding Version Upgrades 3 Upgrading BarTender to a Newer Version 4 Planning a Version Upgrade

More information

HP Data Protector Integration with Autonomy IDOL Server

HP Data Protector Integration with Autonomy IDOL Server HP Data Protector Integration with Autonomy IDOL Server Introducing e-discovery for HP Data Protector environments Technical white paper Table of contents Summary... 2 Introduction... 2 Integration concepts...

More information

mguard Device Manager Release Notes Version 1.6.1

mguard Device Manager Release Notes Version 1.6.1 mguard Device Manager Release Notes Version 1.6.1 Innominate Security Technologies AG Rudower Chaussee 13 12489 Berlin Germany Phone: +49 30 921028 0 Fax: +49 30 921028 020 contact@innominate.com http://www.innominate.com/

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Tunable Base Page Size

Tunable Base Page Size Tunable Base Page Size Table of Contents Executive summary... 1 What is Tunable Base Page Size?... 1 How Base Page Size Affects the System... 1 Integrity Virtual Machines Platform Manager... 2 Working

More information

IST Amigo Project. Accounting & Billing Software Developer s Guide. Public

IST Amigo Project. Accounting & Billing Software Developer s Guide. Public IST Amigo Project Accounting & Billing Software Developer s Guide Project Number : IST-004182 Project Title : Amigo Deliverable Type : Report Deliverable Number : Title of Deliverable : Nature of Deliverable

More information

HP Data Protector Integration with Autonomy LiveVault

HP Data Protector Integration with Autonomy LiveVault HP Data Protector Integration with Autonomy LiveVault Introducing cloud backup for HP Data Protector environments Technical white paper Table of contents Summary... 2 Introduction... 2 Integration concepts...

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android

More information

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Applied Technology Abstract The Web-based approach to system management taken by EMC Unisphere

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Oracle Java Micro Edition Software Development Kit

Oracle Java Micro Edition Software Development Kit Oracle Java Micro Edition Software Development Kit Release Notes Release 3.2 for Windows E25309-06 October 2012 Contents Release Highlights Installation Prerequisites Installing the Java ME SDK Platform

More information

PGP Command Line Version 10.3 Release Notes

PGP Command Line Version 10.3 Release Notes PGP Command Line Version 10.3 Release Notes Page 1 of 6 PGP Command Line Version 10.3 Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information

More information

Oracle Java Micro Edition Software Development Kit

Oracle Java Micro Edition Software Development Kit Oracle Java Micro Edition Software Development Kit Release Notes Release 3.0.5 for Windows E25309-04 April 2012 Contents Release Highlights Prerequisites Installation Installation and Runtime Security

More information

simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures

simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Simplify Monitoring Installation Guide 11.4 (v11.4) Document Date: February 2015 www.tricerat.com

More information

TIBCO Spotfire Server Migration. Migration Manual

TIBCO Spotfire Server Migration. Migration Manual TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Active Directory Adapter with 64-bit Support Installation and Configuration Guide

Active Directory Adapter with 64-bit Support Installation and Configuration Guide IBM Security Identity Manager Version 6.0 Active Directory Adapter with 64-bit Support Installation and Configuration Guide SC27-4384-02 IBM Security Identity Manager Version 6.0 Active Directory Adapter

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 11g Release 1 (11.1) for HP-UX B32071-08 December 2009 This document contains important information that was not included in the platform-specific or product-specific documentation

More information

Table of Contents. Oracle/Sun JRE Upgrade Instructions. Verify Hard Disk Space JRE 1.6.0.35

Table of Contents. Oracle/Sun JRE Upgrade Instructions. Verify Hard Disk Space JRE 1.6.0.35 Table of Contents Oracle/Sun JRE Upgrade Instructions... 1 Verify Hard Disk Space... 1 JRE Install Directions for Windows Vista or Windows 7... 2 EWB Sign-on with the New JRE... 7 Problem and Resolution

More information

Basic Installation of the Cisco Collection Manager

Basic Installation of the Cisco Collection Manager CHAPTER 3 Basic Installation of the Cisco Collection Manager Introduction This chapter gives the information required for a basic installation of the Cisco Collection Manager and the bundled Sybase database.

More information

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Windows Server 2003, Windows Server 2008 and 2008 R2 6.0 September 2011 Symantec ApplicationHA Agent for

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

Using the HP IP/IPX Printer Gateway (version 2.0)

Using the HP IP/IPX Printer Gateway (version 2.0) Using the HP IP/IPX Printer Gateway (version 2.0) Notice The information contained in this document is subject to change without notice. HEWLETT-PACKARD COMPANY MAKES NO WARRANTY OF ANY KIND WITH REGARD

More information

Upgrading From PDI 4.0 to 4.1.0

Upgrading From PDI 4.0 to 4.1.0 Upgrading From PDI 4.0 to 4.1.0 This document is copyright 2011 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property of their

More information

Symantec Client Firewall Policy Migration Guide

Symantec Client Firewall Policy Migration Guide Symantec Client Firewall Policy Migration Guide Symantec Client Firewall Policy Migration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.20 RESTful Web Services Guide Document Release Date: February 2013 Software Release Date: February 2013 Legal Notices Warranty The only warranties

More information

SAS Scalable Performance Data Server 5.1

SAS Scalable Performance Data Server 5.1 SAS Scalable Performance Data Server 5.1 Administrator s Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS Scalable Performance

More information

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using

More information

User Manual - Help Utility Download MMPCT. (Mission Mode Project Commercial Taxes) User Manual Help-Utility

User Manual - Help Utility Download MMPCT. (Mission Mode Project Commercial Taxes) User Manual Help-Utility Excise and Taxation, Haryana Plot I-3, Sector 5, Panchkula, Haryana MMPCT (Mission Mode Project Commercial Taxes) User Manual Help-Utility Wipro Limited HETD For any queries call at the helpdesk numbers:

More information

Banner Frequently Asked Questions (FAQs)

Banner Frequently Asked Questions (FAQs) Banner Frequently Asked Questions (FAQs) How do I install Java?...1 Banner prompts me to download and install Java. Is this OK?....1 What Java version should I use?...2 How do I check what version of Java

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

3. Installation and Configuration. 3.1 Java Development Kit (JDK)

3. Installation and Configuration. 3.1 Java Development Kit (JDK) 3. Installation and Configuration 3.1 Java Development Kit (JDK) The Java Development Kit (JDK) which includes the Java Run-time Environment (JRE) is necessary in order for Apache Tomcat to operate properly

More information

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies

More information

: HP HP0-771. Version : R6.1

: HP HP0-771. Version : R6.1 Exam : HP HP0-771 Title : Designing & Implementing HP Enterprise Backup Solutions Version : R6.1 Prepking - King of Computer Certification Important Information, Please Read Carefully Other Prepking products

More information

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

More information

EMC Clinical Archiving

EMC Clinical Archiving EMC Clinical Archiving Version 1.7 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2014-2015 EMC Corporation. All Rights

More information

Oracle Cloud. What s New for Oracle Compute Cloud Service (IaaS) Topics. July 2016. What's New for Oracle Compute Cloud Service (IaaS) Release 16.

Oracle Cloud. What s New for Oracle Compute Cloud Service (IaaS) Topics. July 2016. What's New for Oracle Compute Cloud Service (IaaS) Release 16. Oracle Cloud What's New for Oracle Compute Cloud Service (IaaS) Release 16.3 E71882-05 July 2016 What s New for Oracle Compute Cloud Service (IaaS) Learn about the new and changed features of Oracle Compute

More information

FileNet Business Activity Monitor (BAM) Release Notes

FileNet Business Activity Monitor (BAM) Release Notes FileNet Business Activity Monitor (BAM) Release Notes Release 3.6.0 September 2006 FileNet is a registered trademark of FileNet corporation. All other product and brand names are trademarks or registered

More information

Legal Notices. Warranty

Legal Notices. Warranty Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting

More information

PGP Command Line Version 10.2 Release Notes

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

More information