R Services Server Installation Guide for Teradata

Size: px
Start display at page:

Download "R Services Server Installation Guide for Teradata"

Transcription

1 R Services Server Installation Guide for Teradata

2

3 The correct bibliographic citation for this manual is as follows: Microsoft Corporation Microsoft R Services Server Installation Guide for Teradata. Microsoft Corporation, Redmond, WA. Microsoft R Services Server Installation Guide for Teradata Copyright 2016 Microsoft Corporation. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Microsoft Corporation. U.S. Government Restricted Rights Notice: Use, duplication, or disclosure of this software and related documentation by the Government is subject to restrictions as set forth in subdivision (c) (1) (ii) of The Rights in Technical Data and Computer Software clause at Revolution R, Revolution R Enterprise, RPE, RevoScaleR, DeployR, RevoPemaR, RevoTreeView, and Revolution Analytics are trademarks of Microsoft Corporation. Other product names mentioned herein are used for identification purposes only and may be trademarks of their respective owners. Microsoft Corporation One Microsoft Way Redmond, WA U.S.A. Revised on March 28, 2016 We want our documentation to be useful, and we want it to address your needs. If you have comments on this or any Microsoft R Services document, write to revodoc@microsoft.com.

4 Table of Contents 1 Quick Overview System Requirements Installing the Microsoft R Server rpms Setting Up the Revolution Analytics Database Adding and Configuring Users Managing Memory in In-Teradata Computations Maintaining the Revolution Analytics Database Installing Additional R Packages Removing Revolution R... 11

5 1 Quick Overview Microsoft R Services for Teradata is an R-based analytical engine embedded in your Teradata data warehouse. Together with a Microsoft R Services client, it provides a comprehensive set of tools for interacting with the Teradata database and performing indatabase analytics. This manual provides detailed instructions for installing Microsoft R Services for Teradata in the Teradata data warehouse. For configuring local workstations to submit jobs to run within your Teradata data warehouse, see the companion manual Microsoft R Services 7 Client Installation Manual for Teradata. NOTE: Microsoft R Services for Teradata is required for running Microsoft R Services scalable analytics in-database. If you do not need to run your analytics in-database, but simply need to access Teradata data via Teradata Parallel Transport or ODBC, you do not need to install Microsoft R Services in your Teradata data warehouse. You will, however, need to configure your local workstations as described in the manual Microsoft R Services 7 Client Installation Manual for Teradata. ATTENTION TERADATA EMPLOYEES AND CONTRACTORS. Do not proceed to download or install this software if you are an employee, contractor or other representative of Teradata Corporation or any of its affiliates, except when installing this software on a system owned by, and for the internal use of, Teradata Corporation or any of its affiliates. 2 System Requirements Microsoft R Services for Teradata has the following system requirements: Processor: 64-bit processor with x86-compatible architecture (variously known as AMD64, Intel64, x86-64, IA-32e, EM64T, or x64 chips). Itanium-architecture chips (also known as IA-64) are not supported. Multiple-core chips are recommended. Operating System: SUSE Linux Enterprise Server 10 or 11. Only 64-bit operating systems are supported. Teradata Version: Teradata 15.10, 15.00, or Memory: A minimum of 1GB of RAM is required; 4GB or more are recommended. Disk Space: A minimum of 500MB of disk space is required The following specific libraries must be installed on the Teradata appliance from the SLES 11 installation DVDs:

6 6 Installing the Microsoft R Server rpms SLES-11-SP1-DVD-x86_64-GM-DVD1.iso/suse/x86_64/ghostscript-fonts-std x86_64.rpm SLES-11-SP1-DVD-x86_64-GM-DVD1.iso/suse/x86_64/libicu x86_64.rpm SLE-11-SP1-SDK-DVD-x86_64-GM-DVD1.iso/suse/x86_64/libstdc _ x86_64.rpm SLE-11-SP1-SDK-DVD-x86_64-GM-DVD1.iso/suse/x86_64/libgfortran _ x86_64.rpm SLE-11-SP1-SDK-DVD-x86_64-GM-DVD1.iso/suse/x86_64/gcc43-fortran-4.3.4_ x86_64.rpm SLE-11-SP1-SDK-DVD-x86_64-GM-DVD1.iso/suse/x86_64/gcc-fortran x86_64.rpm 3 Installing the Microsoft R Server rpms In this chapter, we discuss the basics of using the Teradata Parallel Update Tool (PUT) to install the Microsoft R Services rpms. PUT is a browser-based utility, and we recommend that you upgrade to the latest version ( ). This version contains the PUT Customer Mode, which is the easiest way to install Microsoft R Services. To get started, do the following: 1. Download the Microsoft R Server distribution appropriate for your Linux distribution. Microsoft R Server consists of two separate downloads, as follows: Microsoft R Open for Microsoft R Server 2016 Microsoft R Server 2016 for Teradata 2. Download the Microsoft R Open for Microsoft R Server 2016 rpm file for your Teradata appliance s operating system, either SLES 10 or SLES Download and unpack the Microsoft R Server 2016 distribution, which will either be a DVD img file (if you obtained Microsoft R Server via Microsoft Volume Licensing) or a gzipped tar file (if you obtained Microsoft R Server via MSDN). The distribution file includes one or more Microsoft R Server installers, along with installers for DeployR, an optional additional component. 4. If you have an img file, you must first mount the file. The following commands create a mount point and mount the file to that mount point: mkdir /mnt/mrsimage mount o loop MRS80TERA.img /mnt/mrsimage

7 Installing the Microsoft R Server rpms 7 If you have a gzipped tar file, you should unpack the file as follows (be sure you have downloaded the file to a writable directory, such as /tmp): tar zxvf MRS80TERA.tar.gz 5. Copy the following files to the Customer Mode directory (which you may need to create) /var/opt/teradata/customermodepkgs: [for SLES10 systems] MRO-for-MRS SLES10.x86_64.rpm Microsoft-R-Server TERA14S10.tar.gz [for SLES11 systems] MRO-for-MRS SLES11.x86_64.rpm Microsoft-R-Server TERA14S11.tar.gz 6. Change directory to the Customer Mode packages directory: cd /var/opt/teradata/customermodepkgs 7. Unpack the Microsoft R Server installer distribution file using the tar command as follows: tar -zxf Microsoft-R-Server TERA14S10.tar.gz or tar -zxf Microsoft-R-Server TERA14S11.tar.gz 8. Change directory to the Revolution-R-Enterprise TERA14Sxx directory created in Step 7: cd Microsoft-R-Server TERA14S10 or cd Microsoft-R-Server TERA14S11 9. Run the install script, install.py, as follows:./install.py This script asks you to accept the Microsoft R Services license, and, if you are a Teradata employee, to acknowledge that, if you are installing the software, it is on a system owned by and for the internal use of Teradata Corporation or any of its affiliates. 10. Change directory to the Customer Mode packages directory: cd /var/opt/teradata/customermodepkgs 11. Point your Java-enabled browser to the following URL:

8 8 Setting Up the Revolution Analytics Database where <HOSTIP> is the IP address of your Teradata data warehouse node and log in to Customer Mode using a Linux account such as root (not a database account). To install the Microsoft R Server rpms on all the nodes, do the following: 1. The initial PUT screen asks you to select an operation. Select Install/Upgrade Software. 2. At the Install/Upgrade Software: Customer Mode step, confirm the summary and click Next. 3. You may receive a dialog box saying that PUT was unable to find any packages to auto-select. If you see this dialog box, click OK. 4. Select Microsoft-R-Server. 5. Select all Groups and click >> to install on all groups, then click Next. 6. Review the list of dependencies and files to be installed, then click Yes. 7. Click Next 8. Clear the Restore normal Teradata Vital Infrastructure (TVI) escalation path (recommended) check box. 9. Click Finish. Before proceeding, create the /tmp/revojobs directory on each node: mkdir /tmp/revojobs 4 Setting Up the Revolution Analytics Database After you have installed the rpms, change directory to the "teradata" directory beneath the Microsoft-R-Server TERA14Sxx directory (where xx is 10 or 11, depending on your Teradata system), and run the revotdsetup.sh script as follows: cd Microsoft-R-Server TERA14Sxx/teradata chmod u+x./revotdsetup.sh./revotdsetup.sh Enter the parent user database name and password at the prompts. Do not modify this script, and in particular, do not modify the name of the revoanalytics_zqht2 database. The database administrator running the script must have specific grants, as described in Chapter 5, Adding and Configuring Users. If you have previously run Microsoft R Services on your Teradata database, restart the database before proceeding. 5 Adding and Configuring Users All users who will interact with the database, including the database administrator, need to have specific grants. The following example provides an existing sysdba user the required grants to run the revotdsetup.sh script:

9 Adding and Configuring Users 9 grant all on sysdba to sysdba with grant option; If you don t already have such a user, the following example creates a database administrator user named "sysdba" with the required grants to run the revotdsetup.sh script: # Create the user who will run revotdsetup.sh (e.g., sysdba): bteq.logon localhost/dbc,dbc create user SYSDBA from dbc as perm=25e9, spool=15e9, temporary=15e9, password=sysdba; grant select, execute on dbc to sysdba with grant option; grant all on sysdba to sysdba with grant option; grant select on sys_calendar to sysdba with grant option; grant select on dbc to public; You will often want to allow a user account to run jobs on data in other databases also. The lines shown below are examples of the types of permissions your Revolution users may require. (For convenience, these steps are organized according to the purpose of the permissions granted.) 1. First, you will need to grant permissions for the user account to work with the Revolution database. Logon to bteq with your admin account, and run the following lines. Substitute the new user account name for 'ut1' in the sample lines below. -- grant ut1 various permissions on revoanalytics_zqht2 DB grant execute procedure on revoanalytics_zqht2.initrevojob to ut1; grant execute procedure on revoanalytics_zqht2.startrevojobxsp to ut1; grant execute procedure on revoanalytics_zqht2.getrevojobstate to ut1; grant execute procedure on revoanalytics_zqht2.removerevojobresults to ut1; grant execute function on revoanalytics_zqht2.finishrevojob to ut1; grant execute function on revoanalytics_zqht2.distributerevojobdataudf to ut1; grant execute function on revoanalytics_zqht2.revoanalyticstblop to ut1; grant select on revoanalytics_zqht2.revoanalyticsjobresults to ut1; -- the following two create view and drop view grants are for the -- table operator PARTITION BY work-around -- for Teradata's Issue DR166609, which was fixed in d grant create view on revoanalytics_zqht2 to ut1; grant drop view on revoanalytics_zqht2 to ut1; 2. Next you will need to grant permissions for the user account and the revolution database to work with data in the user account database. Run the following lines, substituting your user account name for 'ut1'. -- grant ut1 rights on db with data to be analyzed - -- in this case itself grant all on ut1 to ut1; -- give revoanalytics_zqht2 rights on database with data to -- be analyzed - in this case ut1 grant select on ut1 to revoanalytics_zqht2; grant create table on ut1 to revoanalytics_zqht2; grant drop table on ut1 to revoanalytics_zqht2;

10 10 Managing Memory in In-Teradata Computations 3. Finally, you will want to grant permissions on any other databases you wish that account to have access to. Run the following lines, substituting your user account name for 'ut1', and your other database name for 'RevoTestDB'. -- grant ut1 rights on db with data to be analyzed grant select on RevoTestDB to ut1; -- give revoanalytics_zqht2 rights on database with data to -- be analyzed grant select on RevoTestDB to revoanalytics_zqht2; grant create table on RevoTestDB to revoanalytics_zqht2; 6 Managing Memory in In-Teradata Computations Because a Teradata cluster node typically has many worker processes (AMPs) running constantly, it is important to limit how much memory a distributed analysis consumes. Revolution Analytics provides stored procedures in the revoanalytics_zqht2 scheduler database that allow a database administrator to set the memory limits for master and worker processes working on a RevoScaleR job. By default, the master process memory limit is 2000 MB (approximately 2GB) and the worker process memory limit is 1000MB (approximately 1GB). These limits may be customized by a database administrator using the SetMasterMemoryLimitMB() and SetWorkerMemoryLimitMB() stored procedures, defined in the revoanalytics_zqht2 database created on installation. For example, to set the master memory limit to 3000MB: call revoanalytics_zqht2.setmastermemorylimitmb(3000); To set the worker memory limit to 1500MB: call revoanalytics_zqht2.setworkermemorylimitmb(1500); The current memory limits can be viewed in the revoanalytics_zqht2.properties table. Note that memory limits that have been changed are in effect immediately, and no restart of the database is required. 7 Maintaining the Revolution Analytics Database Two tables in the revoanalytics_zqht2 database may require periodic cleanup: RevoJobs one row is added to this table for each job. Each job is assigned a job ID between 1 and 2,147,483,647. The table is not automatically cleaned up. If never cleaned up, it can grow to up to

11 Installing Additional R Packages 11 2,147,483,647 rows. In version and earlier, values did not recycle unless old rows were deleted, and the next ID was always computed as the max ID in the table plus 1, which could result in integer overflow. In version and later, after reaching the maximum value, the job IDs cycle back to 1 (or a relatively low number) harmlessly. RevoAnalyticsJobResults multiple rows are added for each job. It is automatically cleaned up if wait = TRUE in RxInTeradata(), but not if wait = FALSE. In version and later, if the job IDs have cycled, then any rows matching a recycled ID are deleted before the ID is reused. 8 Installing Additional R Packages The R community is an active, open-source community, and new packages extending R s capacity for statistics, data analysis, graphics, and interconnectivity are added frequently. The most up-to-date source for these third-party packages is the Comprehensive R Archive Network (CRAN), a network of servers around the world that store open-source R distributions, extensions, documentation and binaries. The repository ( has grown from only 12 packages in 1997 to over 5300 packages currently. However, CRAN does not maintain source packages by R version, and Microsoft R Services for Teradata is seldom the latest R version, so packages from CRAN may be incompatible with Microsoft R Services for Teradata. Microsoft s MRAN archive ( however, maintains daily snapshots of the CRAN repository. Users may take advantage of this repository and download the chosen packages from any specific date, but notice that they are completely external to Teradata. In most cases, the natural place to install additional R packages is to the client workstation. Installation to the Teradata data warehouse is required only if you plan to use the package s functions as transform functions inside RevoScaleR functions, in which case the packages will actually need to be loaded in-database. If you need a package for this purpose, you can do so as follows: To manually distribute and install the package: 1. Download the package and any required dependencies from 2. Copy the downloaded packages to each node of your data warehouse. 3. For each package, run the command R CMD INSTALL package.tar.gz on each node. (If your data warehouse is equipped with the psh command, you can use that to run the command on all the nodes in parallel.) 9 Removing Revolution R To remove Microsoft R Services from your computer, run the following commands:

12 12 Removing Revolution R psh rpm e Microsoft-R-Server psh rpm e MRO-for-MRS

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

More information

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

1.1 Introduction. 12c (12.1.3)

1.1 Introduction. 12c (12.1.3) Oracle Data Integrator Getting Started 12c (12.1.3) E57393-01 March 2015 This document provides instructions on how to install the Oracle Data Integrator (ODI) 12c Getting Started Virtual Machine (VM).

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Technical Report Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Dhiman Chakraborty, Yuvaraju B, Tom Onacki, NetApp March 2018 TR-4589 Version 1.2 Abstract NetApp OnCommand Unified Manager

More information

Service Desk 7.2 Installation Guide. March 2016

Service Desk 7.2 Installation Guide. March 2016 Service Desk 7.2 Installation Guide March 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

IBM Security QRadar Version 7 Release 3. Community Edition IBM

IBM Security QRadar Version 7 Release 3. Community Edition IBM IBM Security QRadar Version 7 Release 3 Community Edition IBM Note Before you use this information and the product that it supports, read the information in Notices on page 7. Product information This

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide July 2017 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

NETWRIX PASSWORD EXPIRATION NOTIFIER

NETWRIX PASSWORD EXPIRATION NOTIFIER NETWRIX PASSWORD EXPIRATION NOTIFIER QUICK-START GUIDE Product Version: 3.3.247 March 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational

More information

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

NTP Software File Auditor for Hitachi

NTP Software File Auditor for Hitachi NTP Software File Auditor for Hitachi Installation Guide Version 3.3 This guide details the method for the installation and initial configuration of NTP Software File Auditor for NAS, Hitachi Edition,

More information

BEAWebLogic. Platform. 8.1 Supported Configurations: Red Hat Enterprise Linux WS on AMD64 and EM64T

BEAWebLogic. Platform. 8.1 Supported Configurations: Red Hat Enterprise Linux WS on AMD64 and EM64T BEAWebLogic Platform 8.1 Supported Configurations: Red Hat Enterprise Linux 4.0-1 WS on AMD64 and EM64T Version 8.1 Document Revised: August 15, 2006 Copyright Copyright 2005-2006 BEA Systems, Inc. All

More information

One Identity Active Roles 7.2

One Identity Active Roles 7.2 One Identity December 2017 This document provides information about the Active Roles Add_on Manager7.2. About Active Roles Add_on Manager New features Known issues System requirements Getting started with

More information

McAfee Endpoint Security Threat Prevention Installation Guide - Linux

McAfee Endpoint Security Threat Prevention Installation Guide - Linux McAfee Endpoint Security 10.5.1 - Threat Prevention Installation Guide - Linux COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 6.5 9/26/2014 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

BEAWebLogic. Platform. 8.1 Supported Configurations: Microsoft Windows x64

BEAWebLogic. Platform. 8.1 Supported Configurations: Microsoft Windows x64 BEAWebLogic Platform 8.1 Supported Configurations: Microsoft Windows x64 Version 8.1 Document Revised: August 16, 2006 Copyright Copyright 2005-2006 BEA Systems, Inc. All Rights Reserved. Restricted Rights

More information

NETWRIX INACTIVE USER TRACKER

NETWRIX INACTIVE USER TRACKER NETWRIX INACTIVE USER TRACKER QUICK-START GUIDE Product Version: 3.0.106 March 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

BEAWebLogic. Platform. 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC

BEAWebLogic. Platform. 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC BEAWebLogic Platform 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC Version 8.1 Date: March 3, 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 May, 2010 Contents This document provides the following information and instructions: Installation and Initial

More information

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp Installation Guide This guide provides a short introduction to the installation and initial configuration of NTP Software

More information

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 VMware Infrastructure 3 Primer Revision: 20090313 Item: EN-000021-02 You can find the most up-to-date technical documentation

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

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

BusinessObjects Metadata Management XI 3.0 for Windows

BusinessObjects Metadata Management XI 3.0 for Windows BusinessObjects Metadata Management XI 3.0 for Windows Supported Platforms Overview Contents This document lists specific platforms and configurations for BusinessObjects Metadata Management XI 3.0 for

More information

Oracle VM. Getting Started Guide for Release 3.2

Oracle VM. Getting Started Guide for Release 3.2 Oracle VM Getting Started Guide for Release 3.2 E35331-04 March 2014 Oracle VM: Getting Started Guide for Release 3.2 Copyright 2011, 2014, Oracle and/or its affiliates. All rights reserved. Oracle and

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

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

Cloudera Manager Quick Start Guide

Cloudera Manager Quick Start Guide Cloudera Manager Guide Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained in this

More information

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide Release 8.0.2.0.0 February 2016 E65393-01 Oracle Financial Services Governance, Risk, and Compliance Workflow Manager

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

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

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Quick Installation Guide 11g Release 1 (11.1) for Microsoft Windows x64 B32305-05 August 2010 This guide describes how to quickly install the Oracle Database product on Windows x64 systems.

More information

Installation Instructions for SAS Foundation for UNIX Environments

Installation Instructions for SAS Foundation for UNIX Environments Installation Instructions for SAS 9.1.3 Foundation for UNIX Environments Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation Instructions

More information

DataFlux Web Studio 2.5. Installation and Configuration Guide

DataFlux Web Studio 2.5. Installation and Configuration Guide DataFlux Web Studio 2.5 Installation and Configuration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. DataFlux Web Studio 2.5: Installation and Configuration

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards

Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards Quick Installation Guide Release 2.5.0 E49000-01 December 2013 Oracle Utilities Analytics

More information

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009 Embarcadero Change Manager 5.1 Installation Guide Published: July 22, 2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Veritas NetBackup Appliance Upgrade Guide

Veritas NetBackup Appliance Upgrade Guide Veritas NetBackup Appliance Upgrade Guide Release 2.7.3 Models 5220, 5230, and 5330 Red Hat Enterprise Linux (RHEL) Operating System Veritas NetBackup Appliance Upgrade Guide - Red Hat Enterprise Linux

More information

2 Latest Upgrade Information

2 Latest Upgrade Information Oracle Database Release Notes 12c Release 1 (12.1) for Linux E51263-08 November 2014 This document contains information that was not included in the platform-specific or product-specific documentation

More information

Installation & Getting Started Guide. Version Document Revision 1.0

Installation & Getting Started Guide. Version Document Revision 1.0 Installation & Getting Started Guide Version 1.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights reserved. The materials contained

More information

SAS Fair Banking 8.1 Installation Instructions

SAS Fair Banking 8.1 Installation Instructions SAS Fair Banking 8.1 Installation Instructions Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS Fair Banking 8.1 Installation Instructions, Cary,

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 9.0.1 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 9.0.1 The software described in this book is furnished under a license agreement and may

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

Crystal Reports. Overview. Contents. How to report off a Teradata Database

Crystal Reports. Overview. Contents. How to report off a Teradata Database Crystal Reports How to report off a Teradata Database Overview What is Teradata? NCR Teradata is a database and data warehouse software developer. This whitepaper will give you some basic information on

More information

SVA NMP Monitor for Unicenter TNG on Windows NT/2000

SVA NMP Monitor for Unicenter TNG on Windows NT/2000 SVA NMP Monitor for Unicenter TNG on Windows NT/2000 Installation Guide Version 3.1.1 First Edition Proprietary Information Statement The information in this document is confidential and proprietary to

More information

Isilon InsightIQ. Version Installation Guide

Isilon InsightIQ. Version Installation Guide Isilon InsightIQ Version 4.1.0 Installation Guide Copyright 2009-2016 EMC Corporation All rights reserved. Published October 2016 Dell believes the information in this publication is accurate as of its

More information

for Linux This quick start explains how to install the Novell Client for Linux* software on a workstation.

for Linux This quick start explains how to install the Novell Client for Linux* software on a workstation. Novell Client 2.0 for Linux Installation Quick Start Novell Client TM for Linux 2.0 September 18, 2007 QUICK START www.novell.com Installing the Novell Client for Linux This quick start explains how to

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version 4.3 Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.3 Document Revision 1.0 Copyright Revision 1.1, March, 2016 Published by Clearswift Ltd. 1995 2016 Clearswift Ltd. All rights

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

Oracle Utilities Customer Care and Billing

Oracle Utilities Customer Care and Billing Oracle Utilities Customer Care and Billing Quick Install Guide Release 2.5.0 E61796-01 May 2015 Oracle Utilities Customer Care and Billing Quick Install Guide E61796-01 Copyright 2000, 2015, Oracle and/or

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

Upgrade Guide. SonicWALL Aventail E-Class SRA EX-Series v9.0.5

Upgrade Guide. SonicWALL Aventail E-Class SRA EX-Series v9.0.5 Secure Remote Access The v9.0.5 release includes a number of resolved issues. There are relatively few other changes (since v9.0.1) in the v9.0.5 firmware. This document describes the process of obtaining

More information

CA Workload Automation Agent for Oracle E-Business Suite

CA Workload Automation Agent for Oracle E-Business Suite CA Workload Automation Agent for Oracle E-Business Suite Implementation Guide r11.3, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

McAfee Data Loss Prevention 9.3.1

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

More information

Batch Versions Guide Release 9.2

Batch Versions Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Batch Versions Guide Release 9.2 E53572-01 October 2015 Describes how to create and process versions of report templates. JD Edwards EnterpriseOne Tools Batch Versions

More information

MDEX Engine Installation Guide. Version 11.3 April 2017 Document build ID: T14:36:52-04:00

MDEX Engine Installation Guide. Version 11.3 April 2017 Document build ID: T14:36:52-04:00 MDEX Engine Installation Guide Version 11.3 April 2017 Document build ID: 2017-04-20T14:36:52-04:00 MDEX Engine Installation Guide Product version: 11.3 Release date: 4-28-17 Copyright 2003, 2017, Oracle

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005)

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005) MSA1500cs ReleaseNotes hp StorageWorks Modular Smart Array 1500 cs Release Notes Third Edition (February 2005) Publication of the third edition of this document coincides with the release of MSA1500 cs

More information

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

User s Guide for SAS Software Navigator

User s Guide for SAS Software Navigator User s Guide for SAS Software Navigator Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., User s Guide for SAS Software Navigator Title, Cary, NC: SAS

More information

EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi)

EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi) EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi) Installation Guide Software Version: 7. 0 April 2018 Legal Notices Warranty EView Technology makes no warranty of

More information

Manual Backup Sql Server Express 2005 Automatically

Manual Backup Sql Server Express 2005 Automatically Manual Backup Sql Server Express 2005 Automatically A convenient scheduler will automatically backup your databases with any Microsoft SQL Server 2005 / 2008 / 2012 / 2014 and SQL Server Express If you

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.6.0 Document Revision 1.0 Copyright Revision 1.0, April, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

More information

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud E67875-06 May 2018 Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud, E67875-06 Copyright

More information

BusinessObjects OLAP Intelligence XI

BusinessObjects OLAP Intelligence XI Configuring Overview BusinessObjects OLAP Intelligence XI allows users to connect to and design custom applications against OLAP data sources. OLAP Intelligence XI and its web components use the Microsoft

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

Oracle Commerce. MDEX Engine Installation Guide Version October 2015

Oracle Commerce. MDEX Engine Installation Guide Version October 2015 Oracle Commerce MDEX Engine Installation Guide Version 6.5.2 October 2015 Contents Copyright and disclaimer...v Preface...7 About this guide...7 Who should use this guide...7 Conventions used in this

More information

Getting Started With Data Sync

Getting Started With Data Sync Oracle Cloud Data Sync Getting Started Release 2.5 E25001-01 June 2018 Getting Started With Data Sync This guide introduces Data Sync Version 2.5 and provides installation instructions. Data Sync loads

More information

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2 Oracle Communications EAGLE Element Management System Reporting Studio Upgrade/Installation Guide Release 46.2 E69122 Revision 2 December 2015 Oracle Communications EAGLE Element Management System Reporting

More information

Dell Storage Compellent Integration Tools for VMware

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

More information

SANsurfer iscsi HBA CLI. Table of Contents

SANsurfer iscsi HBA CLI. Table of Contents SANsurfer iscsi HBA 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 Features

More information

Installation Guide and Release Notes

Installation Guide and Release Notes Intel Parallel Studio XE 2013 for Linux* Installation Guide and Release Notes Document number: 323804-003US 10 March 2013 Table of Contents 1 Introduction... 1 1.1 What s New... 1 1.1.1 Changes since Intel

More information

Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x

Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x TSI2565 Courseware Version: v2.0 Microcode Version: Hitachi Command Suit v8.5 Table of Contents Lab 1 Installation 1-1 Lab 2 Initial

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones 12c Release 2 (12.2.2.0.0) E41230-04 February 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start

Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start SYSTEM REQUIREMENTS Hardware Operating System Disk Space Windows OS: PC with 1 GHz Intel Pentium compatible

More information

R Release Notes. 6 March Classification: [Protected] [Restricted] ONLY for designated groups and individuals

R Release Notes. 6 March Classification: [Protected] [Restricted] ONLY for designated groups and individuals R75.46 Release Notes 6 March 2013 Classification: [Protected] 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed

More information

Installation Instructions for SAS Foundation for UNIX Environments

Installation Instructions for SAS Foundation for UNIX Environments Installation Instructions for SAS 9.1.2 Foundation for UNIX Environments Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation Instructions

More information

SAS Visual Analytics 7.3: Installation and Configuration Guide (Distributed SAS LASR )

SAS Visual Analytics 7.3: Installation and Configuration Guide (Distributed SAS LASR ) SAS Visual Analytics 7.3: Installation and Configuration Guide (Distributed SAS LASR ) SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Visual

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

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 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

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved.

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved. Lasso CDP Client Guide August 2005, Version 1.6.8 Lasso CDP Client Guide Page 1 of 32 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication may be reproduced, stored

More information

CA Workload Automation Agent for Micro Focus

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

More information

Sage 100 ERP 2015 Installation and System Administrator s Guide

Sage 100 ERP 2015 Installation and System Administrator s Guide Sage 100 ERP 2015 Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2015 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Several additional changes are provided with this APAR.

Several additional changes are provided with this APAR. /*********************************************************************/ /* COPYRIGHT - */ /* Licensed Materials - Property of IBM */ /* This product contains "Restricted Materials of IBM" */ /* 5741-A7

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Prerequisites for Using Enterprise Manager with Your Primavera Applications

Prerequisites for Using Enterprise Manager with Your Primavera Applications Oracle Enterprise Manager For Oracle Construction and Engineering Configuration Guide for On Premises Version 18 August 2018 Contents Introduction... 5 Prerequisites for Using Enterprise Manager with

More information

Embarcadero All-Access Server Installation Guide

Embarcadero All-Access Server Installation Guide Embarcadero All-Access Server 1.0.1 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

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