LAE Enterprise Server Installation Guide

Size: px
Start display at page:

Download "LAE 4.6.0 Enterprise Server Installation Guide"

Transcription

1 LAE Enterprise Server Installation Guide 2013 Lavastorm Analytics, Inc. Rev 01/2013

2 Contents Introduction... 3 Installing the LAE Server on UNIX... 3 Pre-Installation Steps Third-Party Software Create a Lavastorm user Set Up the User Environment Set Up the Installation Media Installation Planning... 5 Installation... 9 Post-Installation Starting the LAE Server Uninstalling the LAE Server LAE Enterprise Server Installation Guide Page 2

3 Introduction This document describes the general procedure for installing the LAE server on UNIX, and uninstalling it. Installing the LAE Server on UNIX Pre-Installation Steps Before running the installer for LAE, there are five steps you should complete. Each of them is described further in the following sections: 1. Ensure that required 3 rd -party software is installed and configured. 2. Create a Lavastorm user. 3. Set up the user environment. 4. Set up the installation media. 5. Plan for where the installer should put different types of files, and make some related decisions about how LAE will operate. 1. Third-Party Software The LAE Server requires the following types of software to be installed on the UNIX system: Java Database connectivity (optional) Special case software that is specific to an operating system Note that on Linux, there is a 32-bit version of LAE and a 64-bit version. Whichever version of LAE you are going to install, make sure that you have the corresponding version (32-bit or 64- bit) of Java, database connectivity software, and also system libraries. These items should match the version of LAE that you are installing, which is not necessarily the same as the version of the O/S for example, if you are installing 32-bit LAE on a 64-bit Linux system, you will need the 32-bit versions of Java, database connectivity software, and system libraries. Java Requirements The LAE server requires the Sun Java Development Kit (JDK) version 1.6, or any later update. You should obtain this version of the JDK before installing LAE. LAE Enterprise Server Installation Guide Page 3

4 Database Connectivity Oracle LAE does not require database connectivity. However, many LAE graphs use nodes that obtain data from a data source. If LAE will be accessing Oracle databases, the Oracle client or database must be installed on the UNIX system. LAE supports Oracle versions 10.2 and higher. Depending on the Oracle installation, the Lavastorm user created later on may need to be part of the Oracle installation group (typically, this would be oinstall). Operating System Specific Red Hat Enterprise Linux and Oracle Enterprise Linux If you are installing on Red Hat Enterprise Linux or Oracle Enterprise Linux, you must disable Security Enhanced (SE) Linux before installing LAE. 2. Create a Lavastorm user Create a user to install the LAE. You can use any user name. To create a user account, as root, execute one of the following commands: Linux: /usr/sbin/adduser -m -d <users-directory> <user name> Solaris: /usr/sbin/useradd -m -d <users-directory> <user name> 3. Set Up the User Environment 1. Log in to the installation machine as the installation user. 2. Determine which command shell you are using. You can do this by typing: echo $SHELL 3. Set up to use either the GUI installation interface or the command-line installation. a. If you want to use the GUI installation interface, make sure the DISPLAY environment variable is set to the X-server hostname: i. Type echo $DISPLAY ii. If the command returns nothing, or complains that DISPLAY is not set, then set the DISPLAY variable using one of the following commands: sh: bash: csh: tcsh: DISPLAY=<xserver-hostname>:0.0 ; export DISPLAY export DISPLAY=<xserver-hostname>:0.0 setenv DISPLAY <xserver-hostname>:0.0 setenv DISPLAY <xserver-hostname>:0.0 LAE Enterprise Server Installation Guide Page 4

5 b. If you want to use the command-line installation interface, make sure the DISPLAY environment variable is not set: i. Type echo $DISPLAY ii. If the command returns a value, then unset the DISPLAY variable using one of the following commands: sh,bash: csh,tcsh: unset DISPLAY unsetenv DISPLAY 4. If you are using Oracle, set the ORACLE_HOME environment variable to the directory where the Oracle client is installed. To do this, execute one of these commands: sh: ORACLE_HOME=<path-to-oracle> ; export ORACLE_HOME bash: export ORACLE_HOME=<path-to-oracle > csh,tcsh: setenv ORACLE_HOME <path-to-oracle > 4. Set Up the Installation Media The LAE installation media comes in the form of a tar.gz file (LAE tar.gz) this is a gzip compressed tar file. To set up the installation media: a. Create a temporary directory b. Copy the LAE tar.gz file into the temporary directory c. Change directory to the temporary directory. d. Unzip the.gz file, using the command: gunzip LAE tar.gz e. This will replace the.gz file with the.tar file that it contains. Un-tar the.tar file, using the command tar xvf LAE tar f. This command will create a Disk1 directory in the temporary directory. 5. Installation Planning There are several things to determine before running the installer. LAE Enterprise Server Installation Guide Page 5

6 For the Installer Installation Temporary Directory Identify a directory that the LAE installer can use for temporary storage. The installer requires temporary space to extract its components prior to installation. The temporary space is required only during installation and can be deleted later. The required temporary space is around 500 MB. The instructions below refer to this directory as <install-temp>. Third-Party Software Directory Identify a directory where third-party software is typically installed on your UNIX system (normally, you would install LAE into a subdirectory of this directory). This is typically a sitespecific and/or UNIX-specific location. Typical locations are: /opt or /usr/local. The instructions below refer to this directory as <third-party-directory>. Lavastorm Directory Identify a directory that will contain all the Lavastorm software. The recommended value is: <third-party-directory>/lavastorm. The instructions below refer to this directory as <lavastorm-directory>. Lavastorm Database Directory Identify a directory where the LAE installer should record what components and versions have been installed. The recommended value is: <lavastorm-directory>/db. The instructions below refer to this directory as <install-database>. Installation Directory Identify a directory where the LAE installer should install LAE. Lavastorm recommends that: This directory should be below the Lavastorm Directory, and The name of this directory should contain the software name (LAE) and the version. So the recommendation is that the Installation Directory should be: <lavastorm-directory>/lae/<software-version> Examples would be: /opt/lavastorm/lae/4.5 /opt/lavastorm/lae/4.6.0 LAE Enterprise Server Installation Guide Page 6

7 You might use the second form (with the.0 ) if you expect to want to keep the installation intact while testing later releases (e.g. LAE 4.6.1) in parallel with You might use the first form if you expect to install or patch future releases on top of 4.6.0, so the directory name would still be correct. The instructions below refer to this directory as <installation-directory>. For LAE LAE Log Directory Identify a directory where the LAE server and controller will create log files. The instructions below refer to this directory as <lae-log-directory>. LAE Universal Shared Directory Identify a directory where LAE will store LAE data files. The directory should have sufficient space to store the LAE data files; the amount of space required will depend on the size and volume of data that the LAE will be processing. The LAE can acquire and process data from virtually any data source, utilizing the Universal Shared Directory in place of a data warehouse or other resource-heavy or schemadependent storage environments. Processing is conducted completely independent of the source data environment(s), thus avoiding impact on core systems and resources. LAE data handling is designed to be transient by nature. It doesn t require a highly available, redundant system to store its internal data. The recovery strategy in case of system failure (power outage or network problem) requires a simple re-run of the Analytics from the original data sources. This Universal Shared Directory environment provides all inter-process storage, passing temporary files of data sets between each processing node within or across servers when not streaming. The directory can be provided through either NAS, or RAID 0 (striped for performance, not for redundancy). The use of NAS for transient storage seems more common for distributed computation, but it has its own bottleneck. Each LAE Server requires extensive data exchange with the Universal Shared Directory. This may cause not only slowdown of the LAE Server calculations, but overall network congestion. The critical factor in NAS-based design is maintaining adequate I/O channel capacity. Generally it is recommended that RAID 0 be used for the Universal Shared Directory. In this case the local storage is maintained at each server, which is then shared across the Server Farm, optimizing performance. This minimizes the network congestion and allows high overall performance of the system. This benefit is especially true when multiple servers are LAE Enterprise Server Installation Guide Page 7

8 used for redundancy, and generally not farmed together. The servers will therefore always be writing local storage (as our usual setup), but will generally be reading local as well; completely avoiding any network penalty. If the server is being setup as part of an LAE farm using the file I/O method (see below), then this directory should point to the shared directory exported to the other servers in the farm. The instructions below refer to this directory as <lae-shared-directory>. LAE Temporary Directory Identify a directory where LAE will write local temporary files. This should be a directory that is on fast storage, since it is accessed heavily during processing. Generally, this is the same as the Universal Shared Directory, unless the Universal Shared Directory uses NAS with the shared directory on NAS, you would typically have the Temporary Directory be a different directory that is local to the machine where LAE is running. The instructions below refer to this directory as <lae-temp-directory>. LAE Data I/O Method If the server is being setup as part of an LAE farm, then select which method LAE should use to exchange data between servers. LAE supports two methods: sftp and file. The sftp method transfers data between servers using the Secure File Transfer Protocol. The file method simply writes to the local file system and depends that the other servers have been cross mounted using NFS (or other network file system). If the server is NOT being setup as part of an LAE farm, the I/O method should be file. The instructions below refer to this as <lae-io-method>. LAE Server Port Identify the TCP/IP port which the LAE server will run on. This port should be opened through the firewall on the machine. The instructions below refer to this as <lae-server-port>. LAE Host Name On machines with multiple network devices, if you want to bind the LAE network traffic to one network device, identify the hostname of the device to bind to. In general, during the installation, most customers will leave this parameter unspecified. The instructions below refer to this as <lae-server-hostname>. LAE Enterprise Server Installation Guide Page 8

9 Summary During the installation, you will need to provide the following information (the third column is available for you to record values for each item): Item Example Value: <install-temp> <install-database> <lae-io-method> /opt/lavastorm/installtemp /opt /opt/lavastorm /opt/lavastorm/db /opt/lavastorm/lae/4.5 /opt/lavastorm/lae/log /hosts/<hostname>/lae/tmp /hosts/<hostname>/lae/tmp File <lae-server-port> 7721 <third-partydirectory> <lavastormdirectory> <installationdirectory> <lae-logdirectory> <lae-shareddirectory> <lae-tempdirectory> <lae-serverhostname> Installation Follow these steps to install LAE These instructions generally apply to both the GUI version of the installation and to the command-line version of the installation. 1. Run the installer. To do this, execute the commands: cd Disk1 sh setup.sh 2. The setup script will ask you to specify the Installation Temporary Directory (<install-temp>). 3. The setup script will ask you to specify a Package Root. The Package Root is the directory that contains the description of the installer. Accept the default value. 4. The setup script will ask you to specify the Lavastorm Installation Database (<install-database>). 5. The setup script will ask you to choose which components to install. Note: in the command-line version, you can enter e to edit choices. LAE Enterprise Server Installation Guide Page 9

10 6. If you specified the Oracle component in the previous step, the setup script will ask you to specify the Oracle Home directory. Generally, the script will obtain this value from the ORACLE_HOME environment variable, so normally you would only need to confirm the default here. 7. The setup script will ask you to specify the Software Installation Directory (<installationdirectory>). 8. The setup script will ask you to choose the Java executable to use. This should be the Java executable from the JDK bin directory. 9. The setup script will ask you to confirm or edit the LAE configuration. BRAIN Home this should be set to <installation-directory>. Logging Directory this should be set to <lae-log-directory>. Temporary Directory this should be set to <lae-temporary-directory>. Universal Shared Directory this should be set to <lae-shared-directory>. 10. The setup script will ask you to specify the LAE Server configuration. This comprises three elements: LAE Server Port set this to <lae-server-port>. LAE Server Hostname leave this unset or set it to <lae-server-hostname>. Data I/O method (file or SFTP) set this to <lae-io-method>. 11. The setup script will ask you to confirm that you want to install the LAE server. 12. The setup script will install the server. Post-Installation After the installation is complete, there two additional steps: 1. Setup scripts: the setup script creates two script files in the installation root directory..cshrc.lavastorm.profile.lavastorm Each of these scripts will set up the user s environment correctly to run the LAE server; each of them is appropriate for certain command shells. In order to run the server, you must first run these script files there are two ways to do this: a. Manually invoking the scripts do to this, use the source command: For sh or bash: source.profile.lavastorm For csh or tcsh: source.cshrc.lavastorm LAE Enterprise Server Installation Guide Page 10

11 b. Add the scripts to the user login process, so they run automatically each time the user logs in. To do this, add a reference to these script into your existing shell setup files: 2. Cleanup: For sh or bash: add a reference to them to ~/.profile or ~/.bashrc For csh or tcsh: add a reference to them to ~/.cshrc For installation from ISO images: a. Unmount the ISO image, using the command: Linux/Solaris: umount <mount-point> For installation from.tar.gz files: a. Delete the <install-temp> directory b. Delete the.tar file Starting the LAE Server To invoke the LAE server, type one of the following commands: sh/bash: <installation-directory>/bin/laeserver > <lae-log-directory>/laeserver.log 2>&1 & csh/tcsh: <installation-directory>/bin/laeserver >& <lae-log-directory>/laeserver.log & Uninstalling the LAE Server To uninstall the LAE Server, delete the <installation-directory>. LAE Enterprise Server Installation Guide Page 11

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

More information

QuickDNS 4.6 Installation Instructions

QuickDNS 4.6 Installation Instructions QuickDNS 4.6 Installation Instructions for Windows, Solaris, Linux, FreeBSD and Mac OS Table of Contents INTRODUCTION 3 QuickDNS system requirements 3 INSTALLING QUICKDNS MANAGER 4 Windows installation

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2.

Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2. EDUREKA Apache Hadoop 2.0 Installation and Single Node Cluster Configuration on Ubuntu A guide to install and setup Single-Node Apache Hadoop 2.0 Cluster edureka! 11/12/2013 A guide to Install and Configure

More information

AmbrosiaMQ-MuleSource ESB Integration

AmbrosiaMQ-MuleSource ESB Integration AmbrosiaMQ-MuleSource ESB Integration U1 Technologies AmbrosiaMQ MuleSource ESB Integration 1 Executive Summary... 3 AmbrosiaMQ Installation... 3 Downloading and Running the Installer... 3 Setting the

More information

Installing HSPICE on UNIX, Linux or Windows Platforms

Installing HSPICE on UNIX, Linux or Windows Platforms This document describes how to install the HSPICE product. Note: The installation instructions in this document are the most up-to-date available at the time of production. However, changes might have

More information

LICENSE4J FLOATING LICENSE SERVER USER GUIDE

LICENSE4J FLOATING LICENSE SERVER USER GUIDE LICENSE4J FLOATING LICENSE SERVER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Floating License Usage... 2 Installation... 4 Windows Installation... 4 Linux

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

Control-M for Hadoop. Technical Bulletin. www.bmc.com

Control-M for Hadoop. Technical Bulletin. www.bmc.com Technical Bulletin Control-M for Hadoop Version 8.0.00 September 30, 2014 Tracking number: PACBD.8.0.00.004 BMC Software is announcing that Control-M for Hadoop now supports the following: Secured Hadoop

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

LAE 5.1. Windows Server Installation Guide. Version 1.0

LAE 5.1. Windows Server Installation Guide. Version 1.0 LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT

More information

Matisse Installation Guide for MS Windows

Matisse Installation Guide for MS Windows Matisse Installation Guide for MS Windows July 2013 Matisse Installation Guide for MS Windows Copyright 2013 Matisse Software Inc. All Rights Reserved. This manual and the software described in it are

More information

CloudBackup Installer Guide Linux. System Requirements. Get Started - Linux

CloudBackup Installer Guide Linux. System Requirements. Get Started - Linux System Requirements Operating System (RedHat, SuSE, Debain and Debain based systems such as Ubuntu) Solaris 10 Solaris 11 Hardware Resources PC with 1 Gigahertz (GHz) or higher processor clock speed recommended

More information

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server Installation Guide

More information

Oracle Enterprise Manager Installation and Configuration Guide for IBM Tivoli Enterprise Console Connector Release 1.0.4.1.

Oracle Enterprise Manager Installation and Configuration Guide for IBM Tivoli Enterprise Console Connector Release 1.0.4.1. Oracle Enterprise Manager Installation and Configuration Guide for IBM Tivoli Enterprise Console Connector Release 1.0.4.1.0 E14038-04 November 2010 Oracle Enterprise Manager Installation and Configuration

More information

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux Easy Setup Guide 1&1 CLOUD SERVER Creating Backups for Linux Legal notice 1&1 Internet Inc. 701 Lee Road, Suite 300 Chesterbrook, PA 19087 USA www.1and1.com info@1and1.com August 2015 Copyright 2015 1&1

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Using Symantec NetBackup with Symantec Security Information Manager 4.5

Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights

More information

TCB No. 2012-008 September 2012. Technical Bulletin. GS FLX+ System & GS FLX System. Installation of 454 Sequencing System Software v2.

TCB No. 2012-008 September 2012. Technical Bulletin. GS FLX+ System & GS FLX System. Installation of 454 Sequencing System Software v2. TCB No. 2012-008 September 2012 Technical Bulletin GS FLX+ System & GS FLX System Installation of 454 Sequencing System Software v2.8 Summary This document describes how to upgrade the 454 Sequencing System

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for Oracle Solaris on SPARC (64-Bit) E17758-04 April 2013 This guide describes how to quickly install Oracle Database Client for Oracle

More information

Hadoop 2.6.0 Setup Walkthrough

Hadoop 2.6.0 Setup Walkthrough Hadoop 2.6.0 Setup Walkthrough This document provides information about working with Hadoop 2.6.0. 1 Setting Up Configuration Files... 2 2 Setting Up The Environment... 2 3 Additional Notes... 3 4 Selecting

More information

Oracle Customer Database - Overview

Oracle Customer Database - Overview Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for Oracle Solaris on x86-64 (64-Bit) E55103-02 August 2014 This guide describes how to quickly install Oracle Database Client on Oracle

More information

PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1

PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1 PrimeRail Installation Notes Version A-2008.06 June 9, 2008 1 These installation notes present information about installing PrimeRail version A-2008.06 in the following sections: Media Availability and

More information

Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB

Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB Compiere Learning Services Division Copyright 2007 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide

SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide The software described in this book is furnished under a

More information

CRSP MOVEit Cloud Getting Started Guide

CRSP MOVEit Cloud Getting Started Guide CRSP MOVEit Cloud Getting Started Guide General Information and Support https://crsp.moveitcloud.com This information is available at the Sign On screen, and on other screens on the left side under Need

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

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

Automated Process Center Installation and Configuration Guide for UNIX

Automated Process Center Installation and Configuration Guide for UNIX Automated Process Center Installation and Configuration Guide for UNIX Table of Contents Introduction... 1 Lombardi product components... 1 Lombardi architecture... 1 Lombardi installation options... 4

More information

Ahsay Offsite Backup Server and Ahsay Replication Server

Ahsay Offsite Backup Server and Ahsay Replication Server Ahsay Offsite Backup Server and Ahsay Replication Server v6 Ahsay Systems Corporation Limited 19 April 2013 Ahsay Offsite Backup Server and Ahsay Replication Server Copyright Notice 2013 Ahsay Systems

More information

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Installation Guide Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 Remote Control comes as two separate files: the Remote Control Server installation file (.exe) and the Remote Control software package (.ava). The installation

More information

Prerequisites and Configuration Guide

Prerequisites and Configuration Guide Prerequisites and Configuration Guide Informatica Support Console (Version 2.0) Table of Contents Chapter 1: Overview.................................................... 2 Chapter 2: Minimum System Requirements.................................

More information

McAfee Firewall for Linux 8.0.0

McAfee Firewall for Linux 8.0.0 Release Notes McAfee Firewall for Linux 8.0.0 Contents About this release Features Installation Known issues Find product documentation About this release This document contains important information about

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS

More information

MySQL Backups: From strategy to Implementation

MySQL Backups: From strategy to Implementation MySQL Backups: From strategy to Implementation Mike Frank Senior Product Manager 1 Program Agenda Introduction The 5 Key Steps Advanced Options References 2 Backups are a DBAs Top Priority Be Prepared

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide Product Version: 2.5.0 Publication date: 7/21/2011 Copyright 2008-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Table of Contents Introduction...

More information

TransNav Management System Documentation. Management Server Guide

TransNav Management System Documentation. Management Server Guide Force10 Networks Inc. TransNav Management System Documentation Management Server Guide Release TN4.2.2 Publication Date: April 2009 Document Number: 800-0006-TN422 Rev. A Copyright 2009 Force10 Networks,

More information

readme_asm.txt -------------------------------------------------------------------- README.TXT

readme_asm.txt -------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager as of March 27, 2006 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

Enterprise Reporting Server v3.5

Enterprise Reporting Server v3.5 Enterprise Reporting Server v3.5 Administrator s Guide January 2001 Edition 2001 WebTrends Corporation Disclaimer WebTrends Corporation makes no representations or warranties with respect to the contents

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

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

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

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

Laptop Backup - Administrator Guide (Windows)

Laptop Backup - Administrator Guide (Windows) Laptop Backup - Administrator Guide (Windows) Page 1 of 86 Page 2 of 86 Laptop Backup - Administrator Guide (Windows) TABLE OF CONTENTS OVERVIEW PREPARE COMMCELL SETUP FIREWALL USING PROXY SETUP FIREWALL

More information

Oracle Commerce Guided Search Platform Services. Installation Guide Version 11.1 July 2014

Oracle Commerce Guided Search Platform Services. Installation Guide Version 11.1 July 2014 Oracle Commerce Guided Search Platform Services Version 11.1 July 2014 Contents Preface...7 About this guide...7 Who should use this guide...7 Conventions used in this guide...7 Contacting Oracle Support...8

More information

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

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release date: August 28, 2014 This build was developed and tested on: -

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Requirements for Rosetta Installation. Version 4.2

Requirements for Rosetta Installation. Version 4.2 Requirements for Rosetta Installation Version 4.2 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A

SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A SANbox Manager Release Notes Version 1.03.28 50208-06 Rev A This software is licensed by QLogic for use by its customers only. Copyright (c) 2001 QLogic Corporation All rights reserved Version 1.03.28

More information

INTEGRAL OFF-LINE SCIENTIFIC ANALYSIS

INTEGRAL OFF-LINE SCIENTIFIC ANALYSIS I N T E G R A L C S E C N I T E R N E C E D A INTEGRAL OFF-LINE SCIENTIFIC ANALYSIS INSTALLATION GUIDE Issue 10.2 December 2015 INTEGRAL Science Data Centre Chemin d Ecogia 16 CH-1290 Versoix isdc.unige.ch

More information

ADAM 5.5. System Requirements

ADAM 5.5. System Requirements ADAM 5.5 System Requirements 1 1. Overview The schema below shows an overview of the ADAM components that will be installed and set up. ADAM Server: hosts the ADAM core components. You must install the

More information

Quick Start SAP Sybase IQ 16.0

Quick Start SAP Sybase IQ 16.0 Quick Start SAP Sybase IQ 16.0 UNIX/Linux DOCUMENT ID: DC01687-01-1600-01 LAST REVISED: February 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Oracle Endeca Platform Services. Installation Guide Version 6.1.2 March 2012

Oracle Endeca Platform Services. Installation Guide Version 6.1.2 March 2012 Version 6.1.2 March 2012 Contents Preface...7 About this guide...7 Who should use this guide...7 Conventions used in this guide...8 Contacting Oracle Endeca Customer Support...8 Chapter 1: Installation

More information

Oracle Product Data Quality

Oracle Product Data Quality Oracle Product Data Quality Oracle DataLens Server Installation Guide Version 55 E18261-01 August 2010 Oracle Product Data Quality Oracle DataLens Server Installation Guide, Version 55 E18261-01 Copyright

More information

QuickStart Guide for Managing Computers. Version 9.2

QuickStart Guide for Managing Computers. Version 9.2 QuickStart Guide for Managing Computers Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

Teamcenter 10.1. Installation on UNIX and Linux Servers Guide. Publication Number PLM00011 J

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

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

Backing Up TestTrack Native Project Databases

Backing Up TestTrack Native Project Databases Backing Up TestTrack Native Project Databases TestTrack projects should be backed up regularly. You can use the TestTrack Native Database Backup Command Line Utility to back up TestTrack 2012 and later

More information

Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux

Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux By the OS4 Documentation Team Prepared by Roberto J Dohnert Copyright 2013, PC/OpenSystems LLC This whitepaper describes how

More information

SAP HANA Client Installation and Update Guide

SAP HANA Client Installation and Update Guide PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Introduction....3 1.1 Supported Platforms.... 3 1.2 Software Download.... 4 2 SAP HANA Client on UNIX or Linux....7 2.1 Planning

More information

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:

More information

Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com

Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2012-2013. All rights reserved. MICRO FOCUS and the Micro Focus logo are trademarks

More information

Installation and Configuration Guide

Installation and Configuration Guide IBM Security Key Lifecycle Manager Version 2.5 Installation and Configuration Guide SC27-5335-01 IBM Security Key Lifecycle Manager Version 2.5 Installation and Configuration Guide SC27-5335-01 Note Before

More information

Medusa Labs Test Tools Suite

Medusa Labs Test Tools Suite Medusa Labs Test Tools Suite Version 7.0 Installation Guide Notice Every effort was made to ensure that the information in this document was accurate at the time of printing. However, information is subject

More information

QuickStart Guide for Managing Mobile Devices. Version 9.2

QuickStart Guide for Managing Mobile Devices. Version 9.2 QuickStart Guide for Managing Mobile Devices Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

EMC NetWorker Module for Databases and Applications Release 1.0

EMC NetWorker Module for Databases and Applications Release 1.0 EMC NetWorker Module for Databases and Applications Release 1.0 Installation Guide P/N 300-009-222 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC END-TO-END INTELLIGENT CLONING FOR SAP ENABLED BY EMC REPLICATION MANAGER AND CISCO TIDAL INTELLIGENT AUTOMATION FOR SAP

EMC END-TO-END INTELLIGENT CLONING FOR SAP ENABLED BY EMC REPLICATION MANAGER AND CISCO TIDAL INTELLIGENT AUTOMATION FOR SAP White Paper EMC END-TO-END INTELLIGENT CLONING FOR SAP ENABLED BY EMC REPLICATION MANAGER AND CISCO TIDAL INTELLIGENT AUTOMATION FOR SAP A DETAILED REVIEW EMC SOLUTIONS GROUP Abstract This white paper

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

Cumulus 6 HELIOS Companion 2.0. Administrator Guide

Cumulus 6 HELIOS Companion 2.0. Administrator Guide Cumulus 6 HELIOS Companion 2.0 Administrator Guide Copyright 2004, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered in

More information

Sofy License Manager (Version 2.0)

Sofy License Manager (Version 2.0) Sofy License Manager (Version 2.0) Support Document (UNIX Server) C O N T E N T S 1. Introduction...3 2. Installation...3 3. Using the License Manager...5 4. The License File...6 4.1. Information to Request

More information

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner)

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner) Oracle Virtualization Installing Oracle VM Server 3.0.3, Oracle VM Manager 3.0.3 and Deploying Oracle RAC 11gR2 (11.2.0.3) Oracle VM templates Linux x86 64 bit for test configuration In two posts I will

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

Wavelink Avalanche Mobility Center Linux Reference Guide

Wavelink Avalanche Mobility Center Linux Reference Guide Wavelink Avalanche Mobility Center Linux Reference Guide Version 5.0 amc-rg-linux-50-20100621 Revised 21/6/2010 ii Copyright 2010 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985

More information

System Requirements - CommNet Server

System Requirements - CommNet Server System Requirements - CommNet Page 1 of 11 System Requirements - CommNet The following requirements are for the CommNet : Operating System Processors Microsoft with Service Pack 4 Microsoft Advanced with

More information

Cincom Smalltalk. Installation Guide P46-0105-17 SIMPLIFICATION THROUGH INNOVATION

Cincom Smalltalk. Installation Guide P46-0105-17 SIMPLIFICATION THROUGH INNOVATION Cincom Smalltalk Installation Guide P46-0105-17 SIMPLIFICATION THROUGH INNOVATION 1995 2011 by Cincom Systems, Inc. All rights reserved. This product contains copyrighted third-party software. Part Number:

More information

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX Course Description: This is an introductory course designed for users of UNIX. It is taught

More information

Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0

Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0 Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0 Table of Contents Overview... 2 FTMS Server Hardware Requirements... 2 Tested Operating Systems... 2 Node Manager... 2 User Interfaces... 3 License

More information

-------------------------------------------------------------------- README.TXT

-------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager (ASM) as of September 17, 2007 Please review this file for important information about issues and erratas that were discovered after completion of the standard product

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

Kaltura On-Prem Evaluation Package - Getting Started

Kaltura On-Prem Evaluation Package - Getting Started Kaltura On-Prem Evaluation Package - Getting Started Thank you for your interest in the Kaltura On-Prem Online Video Platform (OVP). Before you get started with your Kaltura On-Prem evaluation, a Kaltura

More information

Signiant Agent installation

Signiant Agent installation Signiant Agent installation Release 11.3.0 March 2015 ABSTRACT Guidelines to install the Signiant Agent software for the WCPApp. The following instructions are adapted from the Signiant original documentation

More information

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server This Installation Guide is intended to augment the Oracle and Novell documentation for

More information

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and

More information

Accessing RCS IBM Console in Windows Using Linux Virtual Machine

Accessing RCS IBM Console in Windows Using Linux Virtual Machine Accessing RCS IBM Console in Windows Using Linux Virtual Machine For Graphics Simulation Experiment, Real Time Applications, ECSE 4760 Quan Wang Department of ECSE, Rensselaer Polytechnic Institute March,

More information

1. Installation Instructions - Unix & Linux

1. Installation Instructions - Unix & Linux Planning Your Installation 1. Installation Instructions - Unix & Linux There are two types of Gridgen installations: a First Time Installation and a Maintenance Release Installation. A First Time Installation

More information

Preparing a SQL Server for EmpowerID installation

Preparing a SQL Server for EmpowerID installation Preparing a SQL Server for EmpowerID installation By: Jamis Eichenauer Last Updated: October 7, 2014 Contents Hardware preparation... 3 Software preparation... 3 SQL Server preparation... 4 Full-Text Search

More information

How to Restore a Linux Server Using Bare Metal Restore

How to Restore a Linux Server Using Bare Metal Restore How to Restore a Linux Server Using Bare Metal Restore This article refers to firmware version 5.4 and higher, and the Barracuda Linux Backup Agent 5.4 and higher. Use the steps in this article to restore

More information

OpenOffice.org 3 Installation Guide

OpenOffice.org 3 Installation Guide OpenOffice.org 3 Installation Guide Table of Contents Copyright and trademarks...4 Feedback...4 Versions of this document...5 Preface...6 Related documentation...6 Accessing documentation on the web...6

More information

RSA ACE/Agent 5.2 for UNIX Installation and Configuration Guide

RSA ACE/Agent 5.2 for UNIX Installation and Configuration Guide RSA ACE/Agent 5.2 for UNIX Installation and Configuration Guide Contact Information See our web sites for regional Customer Support telephone and fax numbers. RSA Security Inc. RSA Security Ireland Limited

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip. Reflection DBR USER GUIDE 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Page 1 of 1 Table of Contents Overview 3 Reflection DBR Client and Console Installation 4

More information

Source Code Management/Version Control

Source Code Management/Version Control Date: 3 rd March 2005 Source Code Management/Version Control The Problem: In a typical software development environment, many developers will be engaged in work on one code base. If everyone was to be

More information

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux NOTE: If you need more information regarding the installation process for other distributions

More information

Oracle Developer Suite

Oracle Developer Suite Oracle Developer Suite Quick Installation Guide 10g (9.0.4) for Windows, Linux, Solaris, and HP-UX Part No. B13736-01 March 2004 1 Introduction This document describes how to install Oracle Developer Suite.

More information