SnapLogic Sidekick Guide

Size: px
Start display at page:

Download "SnapLogic Sidekick Guide"

Transcription

1 SnapLogic Sidekick Guide Document Release: October 2013 SnapLogic, Inc. 2 West 5th Avenue, Fourth Floor San Mateo, California U.S.A.

2 Copyright Information SnapLogic, Inc. All Rights Reserved. Terms and conditions, pricing, and other information subject to change without notice. SnapLogic and SnapStore are among the trademarks of SnapLogic, Inc. All other product and company names and marks mentioned are the property of their respective owners and are mentioned for identification purposes only. Snap- Logic is registered in the U.S. and Trademark Office.

3 Table of Contents SnapLogic Sidekick Guide 1 Table of Contents 3 Sidekick Overview 5 Supported Platforms for Sidekick 6 Performance 6 Sidekick Registration and Communication Architecture 9 Data Communication 9 Configuration 11 Configuring the Server 13 Configuring Sidekick 15 Linux 15 Windows 15 Explicit Proxy Setting 15 Non-persistent Proxy Connections 16 Default Ports 16 Automatically Starting and Stopping Sidekick and SnapLogic Server on Linux 19 Auto Startup on RedHat-like Distribution (Red Hat, Fedora Core, CentOS, Suse) 19 Auto Startup on Debian-like Distribution (Debian, Ubuntu) 20 Sidekick Use Case 21 Appendix: Python Resources 23 Python Components 23 Python Snaps

4 SnapLogic Sidekick Guide - 4 -

5 1 Sidekick Overview The SnapLogic Sidekick is a service installed locally that lets you access data both on site behind a firewall and in the cloud. Sidekick can be installed anywhere on your network that has access to the data that you want to use. The advantage of using Sidekick instead of an onpremises installation of the SnapLogic Server is a lighter install and footprint on the ground. Sidekick's lighter footprint means that all Pipelines and associated metadata are stored in the cloud instance of the SnapLogic Server. Sidekick communicates securely with the SnapLogic Server in the cloud through the Secure Bridge, a bi-directional (or two-way) secure connection. The SnapLogicServer is used to create new certificate pairs needed for Sidekick communication. The Sidekick Proxy's key responsibilities are: Establishing two communication links with the SnapLogic Server in the cloud: one for operational communication, and the other for data transfers. Self monitoring to ensure that the Sidekick Proxy is up and running Rollbacks and recovery to the last stable version Enabling an on-premises Component Container Sidekick is essentially a SnapLogic Java Component Container (Java CC). A SnapLogic Server running in the cloud stores the metadata and controls the Sidekick service. When a Pipeline needs to run, Sidekick will execute the Pipelines following commands from the SnapLogic Server; actual Java code executes within the Sidekick

6 SnapLogic Sidekick Guide Note: When Sidekick is enabled, only the Java CC is running (as Sidekick). The Python CC is inaccessible. There is no difference whether the Java CC is running on the ground (as Sidekick) or in the cloud. Snap logs are stored with the Sidekick, but logs can be shown in the Designer. If communication between the SnapLogic Server and Sidekick is interrupted, the server will no longer be able to talk to the Sidekick, so Pipelines will not be executed. Scheduled Pipelines have an option to be executed if they miss their window, so those Pipelines can still be run. Once Sidekick is enabled, it becomes the Component Container used by thesnaplogic Server for Pipeline execution. Any data movement is initiated inside Sidekick. The only realtime data that flows in or out of Sidekick are Pipelines that utilize an input/output feed. Supported Platforms for Sidekick Sidekick is supported on the following platforms: RedHat Enterprise Linux 5/CentOS 5 Ubuntu 12.04, 64-bit Windows Server 2008 Minimum Requirements The Sidekick host should have a minimum of 1.5 GB RAM and 15 GB HDD. Note: How much RAM and hard drive space you need will vary depending on your Pipelines and the amount of data you are working with. For installation, root access is required. After that, the user snapuser can run Sidekick without needing root. Network connectivity is required. Make sure that the hostname configured on the Sidekick machine as displayed by the command hostname can be resolved to an IP address and it matches one of the network interfaces of the host. If this is not properly configured, Sidekick will not start up. If this issue happens, you can edit /etc/hosts and create an appropriate entry. Sidekick must have direct access to any databases or SaaS applications in your Pipelines. For anything outside the network, direct access through a corporate firewall is required. Performance The performance of your SnapLogic configuration can vary depending on: the number of instances of SnapLogic Server the systems specifications of your host machine the performance of and connection to databases or other applications - 6 -

7 Sidekick Overview the number and type of Components in your Pipelines (the longer and more complex the Pipeline, the longer it will take to complete) The following use cases provide some examples of performance on Pipelines with large amounts of data. Use Case: MySQL/Oracle to Salesforce Inputs Outputs 25 million rows, each row around 300 bytes Create/Update 25 million contacts in Salesforce Configuration SnapLogic Server on a 4 core, 6 GB virtual system. SnapLogic and MySQL database in the cloud within the same virtual server averages 25,347,945 rows in 2 hours. SnapLogic in the cloud and Oracle database in a local data center averages 25, 053,691 rows in 2 hours. Use Case: Hadoop to MySQL Hadoop: Inputs Outputs 8 million rows in MySQL 48 million rows data, each row around 300 bytes Total size 13.4 GB Configuration SnapLogic Server on a 4 core, 6 GB virtual system. A single instance of SnapLogic processes 48 million rows in minutes (or 756 million rows in 3 hours). Two instances process 96 million rows in minutes (or 1.2 billion rows in 3 hours)

8 SnapLogic Sidekick Guide - 8 -

9 2 Sidekick Registration and Communication Architecture The following diagram highlights the architecture of Sidekick communication. Sidekick initiates all communications with the SnapLogic Server. Since it is assumed that Sidekick is not accessible outside the firewall it is behind, the Server never initiates a connection to Sidekick. Sidekick uses an Apache Tomcat web server for its requests and responses. Data Communication Step Description 1 Session Start Sidekick initiates a TCP connection to the SnapLogic Server (HTTPS: default 443*) * Firewall must allow outbound TCP trans

10 SnapLogic Sidekick Guide Step Description mission to this port 2 Sidekick Registration Sidekick authenticates with the SnapLogic Server using Sidekick user credentials Once authenticated, Sidekick is allowed to begin SSL connection to the secure Cloud Proxy (SSL: default 8443*) which is termed as the Secure Bridge * Firewall must allow outbound TCP transmission to this port 3 Sidekick Secure Bridge Sidekick makes a secure SSL connection to Cloud Proxy (SSL: default 8443*) to create a Secure Bridge using self-signed certificates that were downloaded from the server after installation All communications between Server and Sidekick use this secure bridge SSL connection * Firewall must allow outbound TCP transmission to this port 4 Data Transmission over Secure Bridge Heartbeats and Pipeline control commands are sent from the Snap- Logic Server to Sidekick Pipeline execution status information is sent from Sidekick to Server Pipeline execution and data movement is isolated to Sidekick These are web service request/responses using REST/JSON protocol. 5 Session End Heartbeats and Pipeline control commands will continue to be transmitted from the SnapLogic

11 Sidekick Registration and Communication Architecture Step Description Server to Sidekick via the secure Cloud Proxy until Sidekick is unregistered or disabled Configuration Configuration of the SnapLogic Server is handled in the file /opt/snaplogic/config/snapserver.conf while Sidekick configuration is addressed in the file /opt/snaplogic/config/snaplogic.properties. The latter will be automatically configured when the script snaplogic_sidekick_download_config.sh is run to download certificates and configuration. This call uses basic authentication so it is recommended that you use the https URL to the SnapLogic Server. The configuration file can be edited to change the defaults or to add additional properties. Registration The property cloud_server is set in snaplogic.properties for use in registration of Sidekick with a SnapLogic Server. For example: cloud_server= Heartbeat and Data Transfer The property cloud_proxy is set for use in heartbeat and Component Container data transfers with the SnapLogicServer via Ground and Cloud Proxy in snaplogic.properties on Sidekick. For example: cloud_proxy= This communication must be SSL (not http) and it must be terminated at the SnapLogic Server. Therefore, proper certificates must be installed as discussed in the next section. The SnapLogic Server can be configured to request the heartbeat of Sidekick by updating the following section of the snapserver.conf file: [[sidekick]] # Server pings the CC every heartbeat_seconds (set to 0 to disable). heartbeat_seconds = 60 Certificates SnapLogic generates self-signed certificates. Certificates on SnapLogic Server The certificates for SnapLogic Server are created using the script make_certs.sh and make_ agent_certs.sh either during installation or when it is regenerated using the script snaplogic_sidekick_generate_config.sh. It generates the following files: host.cert - X.509 SHA1 Certificate for SnapLogic Server using Private key (RSA512) host.pem - SnapLogic Server Certificate and Private key

12 SnapLogic Sidekick Guide host.jks - SnapLogic Server Certificate and Private key stored in Java keystore (jks) format textpasswords - Contains various passwords in cleartext including the Sidekick password Another script, make_agent_certs.sh, is run to generate certificates used for Sidekick SSL communication for heartbeat and data transfer (default port 8443). This is run either during installation or when it is regenerated using the script snaplogic_sidekick_generate_config.sh. It generates the following files: sidekick.jks - host.cert certificate imported into Java keystore format cloud-keystore.jks - X.509 SHA1 Certificate/Private Key for Cloud Proxy cloud-truststore.jks - Truststore that contains Ground Proxy Certificate ground-keystore.jks - X.509 SHA1 Certificate/Private Key for Ground Proxy ground-truststore.jks - Truststore that contains Cloud Proxy Certificate Certificates on Sidekick Once Sidekick is installed, the script snaplogic_sidekick_download_config.sh is used to download the certificates and configuration used for this communication. The following.jks files are downloaded from the server: sidekick.jks ground-keystore.jks ground-truststore.jks sidekick_creds - Sidekick credentials used for registration (also available on Server) Cloud Proxy Validation of Client Certificate By default, the Cloud Proxy does not validate the Client host certificate in sidekick.jks. To change this behavior to validate the client certificate, /opt/snaplogic/bin/snaplogic_ proxy.sh must be changed to add a property -Dsnap.need_client_cert=

13 Configuring the Server Configuring the Server By default, the SnapLogic Server is installed with Sidekick disabled and the data server running on port 443. To enable Sidekick on the SnapLogic Server machine, do /opt/snaplogic/bin/snapadmin.sh -e "sidekick enable" This will regenerate the certificates, enable Sidekick and prompt for restarting the server. The default ports are also changed. The Data Server will now run on port 8443 and Cloud Proxy will run on 443. Any incoming request to the Cloud Proxy which is not through the Secure Tunnel will automatically be forwarded to the Data Server

14 SnapLogic Sidekick Guide

15 3 Configuring Sidekick Linux 1. Install the appropriate Linux build of Sidekick onto the Sidekick host using dpkg i <debfile> or rpm ivh <rpmfile>. Once the package successfully installs, it will print a message to run a download script to download certificates as listed below. 2. Navigate to the /bin directory: cd /opt/snaplogic/bin 3. Use the su command to login with snapuser: su snapuser./snaplogic_sidekick_download_config.sh -s 4. Type the admin password for the server. The certificates will be downloaded and untarred. Then, Sidekick will be started and it will connect to the cloud instance above. Windows From the Start menu, select SnapLogic Sidekick > Download Configuration from Server. A DOS window opens and prompts you for the server URI and the admin username and password. Once the information is supplied, the configuration is downloaded and Sidekick is restarted. Explicit Proxy Setting If Sidekick is running on a network with explicit HTTP/HTTPS proxy, you need to add the following line to the snaplogic.properties file in the /opt/snaplogic/config directory on the machine hosting Sidekick: where: java_debug=-dhttp.proxyhost= Dhttp.proxyPort=3128 -Dhttps.proxyHost= Dhttps.proxyPort= is the IP address 3128 is the proxy port Substitute these values with your actual proxy IP and port. Note: If Sidekick is being used to connect to cloud applications through an explicit proxy, many Snaps are not designed to connect through a proxy

16 SnapLogic Sidekick Guide Non-persistent Proxy Connections As of 3.6.1, changes to the Sidekick cloud proxy connection can make it a non-persistent connection. Two new properties are defined in snaplogic.properties (located in /opt/snaplogic/config/snaplogic.properties). Change these and restart the Sidekick to enable the nonpersistent connection behavior. connection_timeout_interval: Timeout after which a connection from Sidekick to cloud is assumed to be inactive (in minutes). Set to zero to disable entering the inactive state. connection_retry_interval: The interval at which the Sidekick polls for incoming requests after a connection is inactive (in seconds). This has to be a value between 1 to 60 seconds. Note: Default installation should have no changes in behavior from prior releases since connection_timeout_interval is set to 0 in snaplogic.properties, which means the connection will not time out. After a configurable timeout (of connection_timeout_interval minutes), Sidekick closes its outbound connection to the cloud proxy and starts to poll periodically (at an interval of connection_retry_interval seconds) for any incoming requests to the Sidekick. If connection_timeout_interval is set to a positive, non-zero value, the connection from Sidekick to the server is set to inactive if there is no activity for that number of minutes. After it enters the inactive state, it will poll at a interval of connection_retry_interval seconds to check if any incoming requests have to be processed. The first request sent when Sidekick is inactive can have a delay of up to 60 seconds before being processed. After this is processed, subsequent requests should not have a delay. If a meta information request is sent by the server, it is processed but the Sidekick continues to be in the inactive state. When a non-meta information request is seen, Sidekick goes into the active state and again maintains a persistent connection. Default Ports The following ports are the defaults defined for use with the SnapLogic Server and Sidekick. SnapLogic Server 80 - server http (disabled by default) server https cc1 http cc1 https When Sidekick is disabled:

17 Configuring Sidekick cc2 http cc2 https When Sidekick is enabled: Internal port used by cloud_proxy for server to cloud-proxy communications for forwarding to Sidekick if it is connected External port used by cloud_proxy to listen to connections from Sidekick. If the incoming request is destined for the data server, then the cloud proxy automatically forwards the request to the data server. Sidekick cc2 on Sidekick binds to this port Note: Sidekick needs to be able connect to server_port (usually https port = 443) and cloud_proxy SSL port (8443)

18 SnapLogic Sidekick Guide

19 4 Automatically Starting and Stopping Sidekick and SnapLogic Server on Linux This document explains how to set up SnapLogic Sidekick and SnapLogic Server applications to be run automatically on machine startup or reboot as long as the Linux machine is in multiuser runlevels (2, 3, 4 or 5). Auto Startup on RedHat-like Distribution (Red Hat, Fedora Core, CentOS, Suse) Automatic Sidekick Startup To add SnapLogic Sidekick as a Service: Login to the SnapLogic Sidekick Linux machine as root. Change directories as follows: cd /etc/init.d/ Create a softlink to the snaplogic.rc file as follows: ln -s /opt/snaplogic/bin/snaplogic.rc snapsidekick Add the softlink to chkconfig management as follows: chkconfig --add snapsidekick To delete SnapLogic Sidekick as a Service: Remove the service from chkconfig management as follows: chkconfig --del snapsidekick Automatic Server Startup To add SnapLogic Server as a Service: Login to SnapLogicserver Linux machine as root Change directories as follows: cd /etc/init.d/ Create a softlink to the snapctl.sh file as follows: ln -s /opt/snaplogic/bin/snapctl.sh snaplogic Add the softlink to chkconfig management as follows: chkconfig --add snaplogic To delete SnapLogic Server as a Service: Remove the service from chkconfig management as follows: chkconfig --del snaplogic

20 SnapLogic Sidekick Guide Auto Startup on Debian-like Distribution (Debian, Ubuntu) Automatic Sidekick Startup To add SnapLogic Sidekick as a Service: Login to SnapLogic Sidekick Linux machine as root. Change directories as follows: cd /etc/init.d/ Create a softlink to the snaplogic.rc file as follows: ln -s /opt/snaplogic/bin/snaplogic.rc snapsidekick Add the softlink to update-rc.d with priority 60 on runlevels 2,3, 4 and 5 for Start and priority 99 on the same runlevels for Kill as follows: update-rc.d -f snapsidekick start stop To delete SnapLogic Sidekick as a Service: Remove the service from update-rc.d management as follows: update-rc.d -f snapsidekick remove Automatic Server Startup To add SnapLogic Server as a Service: Login to SnapLogicServer Linux machine as root. Change directories as follows: cd /etc/init.d/ Create a softlink to the snapctl.sh file as follows: ln -s /opt/snaplogic/bin/snapctl.sh snaplogic Add the softlink to update-rc.d with priority 60 on runlevels 2,3, 4 and 5 for Start and priority 99 on the same runlevels for Kill as follows: update-rc.d -f snaplogic start stop To delete SnapLogic Server as a Service: Remove the service from update-rc.d management as follows: update-rc.d -f snaplogic remove

21 5 Sidekick Use Case This section of the document describes a complex use case using Sidekick across disconnected networks. Scenario: A company has two separate divisions, each on their own network. They want to use SnapLogic to gather data from databases on the local networks. The following diagram maps out what this scenario might look like. The architecture would consist of the following elements: Each division has its own instance of SnapLogic with a Sidekick installed locally to get and update the data on the local server

22 SnapLogic Sidekick Guide A third SnapLogic instance is then used as a primary server to communicate with the division instances. An FTP server is added to the same server with the centralsnaplogic instance and the FTP root directory for the SnapLogic user is the same as the [SNAP_HOME]/data directory for the third SnapLogic Server. The same credentials must be used across all SnapLogic Servers so that Pipelines can access data on other servers. If you want to copy the data from the database in Division 1 to the other in Division 2: Division 1: A read-transfer Pipeline is defined on the one division instance to collect the data from the individual database, converts it into a flat file (CSV), and transfer it to the FTP server. Division 2: A transfer-write Pipeline is defined to fetch the data from the FTP server and to write the information to the database. Primary SnapLogic Server: Pipelines are defined to run the Pipelines on Division 1, then run the Pipelines on Division 2 once the first ones are complete. If you want data from both databases to be merged together and copied back to both databases, you would define the read-transfer and transfer-write Pipelines on both Division servers and add merge and filter functionality to the primary server's Pipelines

23 A Appendix: Python Resources When Sidekick is in use, Python-based Components and Snaps will not work. Following is a list of Python-Based resources that you will not be able to use with Sidekick. Note: These lists are based solely on whether the resource was developed in Python or Java. They do not take into account any other compatibility concerns or Snap availability. Python Components Compute Date Dimension HTMLFormatter RSS Reader RSS Writer Note: Date Operations has both a Java and a Python version of the Component. Python Snaps Apache Stats Box.net Google Analytics Magento NetSuite OpenAir SugarCRM YouTube

24 SnapLogic Sidekick Guide

25 Index C certificates server 11 Sidekick 12 validation of client certificate 12 configuration 15 data transfer 11 default ports 16 D E explicit proxy setting 15 heartbeat 11 overview 5 H O P proxy connections non-persistent 16 registration 11 R S starting on Linux 19 stopping on Linux 19 supported platforms 6 use case 21 U

26 SnapLogic Sidekick Guide

Installation & Upgrade Guide

Installation & Upgrade Guide Installation & Upgrade Guide Document Release: September 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2011-2012 SnapLogic, Inc. All

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint StoreGrid Linux Server Installation Guide Before installing StoreGrid as Backup Server (or) Replication Server in your machine, you should install MySQL Server in your machine (or) in any other dedicated

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

SECURITY DOCUMENT. BetterTranslationTechnology

SECURITY DOCUMENT. BetterTranslationTechnology SECURITY DOCUMENT BetterTranslationTechnology XTM Security Document Documentation for XTM Version 6.2 Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

NEFSIS DEDICATED SERVER

NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.2.0.XXX (DRAFT Document) Requirements and Implementation Guide (Rev5-113009) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis

More information

Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications

Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications November, 2010 2010 Websense, Inc. All rights reserved. Websense is a registered

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.1.0.XXX Requirements and Implementation Guide (Rev 4-10209) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis Training Series

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0 JAMF Software Server Installation and Configuration Guide for Linux Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Massey University Follow Me Printer Setup for Linux systems

Massey University Follow Me Printer Setup for Linux systems Massey University Follow Me Printer Setup for Linux systems RedHat and Debian based systems Requirements You must have an active Massey network account, i.e. you should already be able to log onto the

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

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

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny)

Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny) Installing and configuring Intelligent Power Protector On Xen Virtualized Architecture Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny) 1 Introduction... 3 1. Citrix

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 Mathieu SCHIRES Version: 0.96.1 Published January 19, 2015 http://www.inuvika.com Contents 1 Prerequisites: RHEL 6 3 1.1 System Requirements...................................

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

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

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

What s New in Propalms VPN 3.5?

What s New in Propalms VPN 3.5? What s New in Propalms VPN 3.5? Contents Improved Management Console Interface... 2 Inline Help on Management Console... 2 Graphical Dashboard on Management Console... 2 Multiple Authentication Server

More information

QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2007 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING THIRD-PARTY

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6 201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786

More information

Install an SSL Certificate onto SilverStream. Sender Recipient Attached FIles Pages Date. Development Internal/External None 5 6/16/08

Install an SSL Certificate onto SilverStream. Sender Recipient Attached FIles Pages Date. Development Internal/External None 5 6/16/08 Technical Note Sender Recipient Attached FIles Pages Date Development Internal/External None 5 6/16/08 This technical note explains how to generate a Certificate Signing Request (CSR) and install an SSL

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

1 Reflection ZFE 5. 2 Security Considerations 13. 3 Troubleshooting the Installation 19. Contents 1

1 Reflection ZFE 5. 2 Security Considerations 13. 3 Troubleshooting the Installation 19. Contents 1 1 Reflection ZFE 5 Introducing Reflection ZFE......................................................... 5 Reflection ZFE components.................................................. 5 System requirements..............................................................

More information

PC Monitor Enterprise Server. Setup Guide

PC Monitor Enterprise Server. Setup Guide PC Monitor Enterprise Server Setup Guide Prerequisites Server Requirements - Microsoft Windows Server 2008 R2 or 2012-2GB RAM - IIS 7.5 or IIS 8.0 (with ASP.NET 4.0 installed) - Microsoft SQL Server 2008

More information

Cloud Attached Storage 3.1 EA

Cloud Attached Storage 3.1 EA Release Notes Cloud Attached Storage 3.1 EA March 2012 Cloud Attached Storage 3.1 EA Release Notes 1 1 Release Contents Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. Startup and Administrator's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. Startup and Administrator's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 Startup and Administrator's Guide Note Before using this information and the product it supports, read the information in Notices on page 83. This

More information

SnapLogic Salesforce Snap Reference

SnapLogic Salesforce Snap Reference SnapLogic Salesforce Snap Reference Document Release: October 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2012 SnapLogic, Inc. All

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Apache Server Implementation Guide

Apache Server Implementation Guide Apache Server Implementation Guide 340 March Road Suite 600 Kanata, Ontario, Canada K2K 2E4 Tel: +1-613-599-2441 Fax: +1-613-599-2442 International Voice: +1-613-599-2441 North America Toll Free: 1-800-307-7042

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

TECHNICAL NOTE. Technical Note P/N 300-999-649 REV 03. EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.

TECHNICAL NOTE. Technical Note P/N 300-999-649 REV 03. EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8. TECHNICAL NOTE EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.0 and later Technical Note P/N 300-999-649 REV 03 February 6, 2014 This technical note describes how to configure

More information

Device LinkUP + Desktop LP Guide RDP

Device LinkUP + Desktop LP Guide RDP Device LinkUP + Desktop LP Guide RDP Version 2.1 January 2016 Copyright 2015 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

CLC Server Command Line Tools USER MANUAL

CLC Server Command Line Tools USER MANUAL CLC Server Command Line Tools USER MANUAL Manual for CLC Server Command Line Tools 2.5 Windows, Mac OS X and Linux September 4, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej

More information

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1

ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1 ARIS Server Installation and Administration Guide ARIS Version 9.6 - Service Release 1 June 2014 This document applies to ARIS Version 9.6 SR1 and to all subsequent releases. Specifications contained herein

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

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

Integrated Citrix Servers

Integrated Citrix Servers Installation Guide Supplement for use with Integrated Citrix Servers Websense Web Security Websense Web Filter v7.5 1996-2010, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights

More information

Configuring Nex-Gen Web Load Balancer

Configuring Nex-Gen Web Load Balancer Configuring Nex-Gen Web Load Balancer Table of Contents Load Balancing Scenarios & Concepts Creating Load Balancer Node using Administration Service Creating Load Balancer Node using NodeCreator Connecting

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

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

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Postgres Enterprise Manager Installation Guide

Postgres Enterprise Manager Installation Guide Postgres Enterprise Manager Installation Guide January 22, 2016 Postgres Enterprise Manager Installation Guide, Version 6.0.0 by EnterpriseDB Corporation Copyright 2013-2016 EnterpriseDB Corporation. All

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Verax Service Desk Installation Guide for UNIX and Windows

Verax Service Desk Installation Guide for UNIX and Windows Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: sales@veraxsystems.com Internet: http://www.veraxsystems.com/

More information

PowerChute TM Network Shutdown Security Features & Deployment

PowerChute TM Network Shutdown Security Features & Deployment PowerChute TM Network Shutdown Security Features & Deployment By David Grehan, Sarah Jane Hannon ABSTRACT PowerChute TM Network Shutdown (PowerChute) software works in conjunction with the UPS Network

More information

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document

More information

Integrating SAP BusinessObjects with Hadoop. Using a multi-node Hadoop Cluster

Integrating SAP BusinessObjects with Hadoop. Using a multi-node Hadoop Cluster Integrating SAP BusinessObjects with Hadoop Using a multi-node Hadoop Cluster May 17, 2013 SAP BO HADOOP INTEGRATION Contents 1. Installing a Single Node Hadoop Server... 2 2. Configuring a Multi-Node

More information

Stealth OpenVPN and SSH Tunneling Over HTTPS

Stealth OpenVPN and SSH Tunneling Over HTTPS Stealth OpenVPN and SSH Tunneling Over HTTPS Contents Tunneling OpenVPN and SSH via HTTPS for Windows,MAC and Linux... 1 Benefits of HTTPS Tunneling:... 2 Pre-Requisites:... 3 Part A: Step by Step Instructions

More information

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are

More information

Plexxi Control Installation Guide Release 2.1.0

Plexxi Control Installation Guide Release 2.1.0 Plexxi Control Installation Guide Release 2.1.0 702-20002-10 Rev 1.2 February 19, 2015 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Notices The information

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Manually provisioning and scaling Hadoop clusters in Red Hat OpenStack OpenStack Documentation Team Red Hat Enterprise Linux OpenStack

More information

Transparent Identification of Users

Transparent Identification of Users Transparent Identification of Users Websense Web Security Solutions v7.5, v7.6 Transparent Identification of Users 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA

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

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide Intuit QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2013 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelog Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Configuring TLS Security for Cloudera Manager

Configuring TLS Security for Cloudera Manager Configuring TLS Security for Cloudera Manager Cloudera, Inc. 220 Portage Avenue Palo Alto, CA 94306 info@cloudera.com US: 1-888-789-1488 Intl: 1-650-362-0488 www.cloudera.com Notice 2010-2012 Cloudera,

More information

vrealize Air Compliance OVA Installation and Deployment Guide

vrealize Air Compliance OVA Installation and Deployment Guide vrealize Air Compliance OVA Installation and Deployment Guide 14 July 2015 vrealize Air Compliance This document supports the version of each product listed and supports all subsequent versions until the

More information

Secure Agent Quick Start for Windows

Secure Agent Quick Start for Windows Secure Agent Quick Start for Windows 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

How to simulate network devices using the Verax SNMP Simulator (Linux/Windows)

How to simulate network devices using the Verax SNMP Simulator (Linux/Windows) How to simulate network devices using the Verax SNMP Simulator (Linux/Windows) Table of contents Abstract... 3 1. Verax SNMP Simulator installation... 4 2. Extracting SNMP record files from a physical

More information

Git Fusion Guide 2015.3. August 2015 Update

Git Fusion Guide 2015.3. August 2015 Update Git Fusion Guide 2015.3 August 2015 Update Git Fusion Guide 2015.3 August 2015 Update Copyright 1999-2015 Perforce Software. All rights reserved. Perforce software and documentation is available from http://www.perforce.com/.

More information

Semantic based Web Application Firewall (SWAF - V 1.6)

Semantic based Web Application Firewall (SWAF - V 1.6) Semantic based Web Application Firewall (SWAF - V 1.6) Installation and Troubleshooting Manual Document Version 1.0 1 Installation Manual SWAF Deployment Scenario: Client SWAF Firewall Applications Figure

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

User Guide. Cloud Gateway Software Device

User Guide. Cloud Gateway Software Device User Guide Cloud Gateway Software Device This document is designed to provide information about the first time configuration and administrator use of the Cloud Gateway (web filtering device software).

More information

SAS3 INSTALLATION MANUAL SNONO SYSTEMS 2015

SAS3 INSTALLATION MANUAL SNONO SYSTEMS 2015 SAS3 INSTALLATION MANUAL SNONO SYSTEMS 2015 FORWARD This document describes the installation procedure of SAS3 billing system on x86 64 bit host or virtual machine. The manual covers the installation and

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

Administrator s Guide: perfsonar MDM 3.0

Administrator s Guide: perfsonar MDM 3.0 Administrator s Guide: perfsonar MDM 3.0 Last Updated: 16-05-08 Activity: JRA1 Dissemination Level PU Document Code: GN2-08-057 Authors: Maciej Glowiak (PSNC), Gina Kramer (DANTE), Loukik Kudarimoti (DANTE),

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

VMware vcenter Log Insight Security Guide

VMware vcenter Log Insight Security Guide VMware vcenter Log Insight Security Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Cloud Control Panel (CCP) Installation Guide

Cloud Control Panel (CCP) Installation Guide Cloud Control Panel (CCP) Installation Guide Version 3.2.0: 17.05.12 Copyright 2012 DNS Europe Ltd. All rights reserved. Cloud Control Panel (CCP) Installation Guide v3.2.0 Table of Contents Table of Contents

More information