Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: November 2016

Size: px
Start display at page:

Download "Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: November 2016"

Transcription

1 Ryft JDBC Connector Installation and User Guide Ryft Document Number: 1193 Document Version: Revision Date: November Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS, INC.

2 Copyright (c) 2016, Ryft Systems, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Ryft Systems, Inc. Neither the name of Ryft Systems, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY RYFT SYSTEMS, INC. ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RYFT SYSTEMS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Ryft Systems, Inc. Page ii

3 Revision History Date Reason for Change Version Nov Initial Release Ryft Systems, Inc. Page iii

4 Contents Using This Guide... 5 Ryft Technical Support... 5 About Ryft Systems Inc : Overview : Install Ryft Connector for JDBC... 9 Summary of Steps... 9 Step 1: Create Directory on Java Classpath... 9 Step 2: Download/Unzip the file and Review the README file Step 3: Modify ryftone.server.ini File (Optional) Step 4: Test the JDBC Client/Server Connection Connection String Parameters Example: Connect to Ryft ONE Using Pentaho Install Ryft JDBC Driver Connect to Ryft Using Pentaho User Console : Troubleshooting Appendix A: Commonly Used Acronyms and Terms Appendix B: Open Source rd Parties Used in Deployment: Open Source rd Parties Used in Deployment: 3 rd Party Purchased Ryft-Developed Code Optional Ryft-Developed Open Source Ryft Systems, Inc. Page iv

5 Using This Guide This guide is for the System Administrator responsible for installing the Ryft Connector on your Ryft ONE server and/or clients, and making Ryft ONE accessible to your end users. It s also for the end user who will ultimately use their business intelligence and data visualization (BI/DV) tool to access the datasets on the Ryft ONE, taking advantage of all of the benefits of the Ryft ONE server. There are step-by-step instructions on installing the Ryft Connector and installing the sample datasets, and how to connect the BI/BA applications to the Ryft ONE. Additional resources: Ryft Open API Library User Guide and the Ryft ONE: User Guide. Ryft Technical Support You may access our first-tier support directly from our public website by using the Chat Widget and starting a chat with our support agents. All chat conversations are tracked and become help desk tickets in our support system. In addition, you can access our support system through the Ryft Support site: Log in with your credentials to see your past tickets, create new tickets, and to access limited-access content. For technical support, contact us: support@ryft.com Web: Phone: (RYFT ONE) About Ryft Systems Inc. Ryft is the performance leader in data-intensive computing with the first commercial HPC appliance to use hybrid x86/fpga compute, 48 TB of storage, and an Open API to accelerate and streamline existing software ecosystems by 100X. With more than a decade of experience delivering incredibly fast data analysis solutions to government intelligence agencies, Ryft is the only company that understands how to effectively apply the combination of FPGA compute acceleration and x86 integration to a broad set of data-intensive workloads from the Internet of Things, video cameras, web logs, customer data, and other sources. Industry heavyweights in retail, finance, defense, and health care trust Ryft to power a range of realtime intelligence applications. Ryft Systems, Inc. Page 5

6 This page intentionally left blank. Ryft Systems, Inc. Page 6

7 1 1: Overview Connect your business analytics/intelligence/visualization applications such as Tableau, Birst or Excel to the Ryft ONE server using Ryft Connectors for ODBC, JDBC or Apache Spark. This is done without the need for indexing or ETL and without the need to put the data into an SQL or nosql database inside the Ryft ONE. Instead, the Ryft ONE can work with structured files like XML and JSON, with future support for flat files, key values and CSV files, to make it look like the data is coming from an SQL database while being transparent to your business applications. The Ryft Connector: Supports the SQL-92 standard, which is supported by most major database vendors. Enables key features for analysis including: o Database tables and views o Column meta data o SQL commands (=,!=, LIKE, NOT LIKE) o Auto discovery of tables, views and metadata Client runs natively on Windows, Mac, and Linux-based infrastructures The Ryft Connector was built with the SimbaEngine SDK from Simba Technologies, which provides flexibility, convenience and connectivity to multiple BI tools, comprehensive support and excellent SQLquery coverage. Ryft Systems, Inc. Page 7

8 This guide focuses on the Ryft JDBC Connector. See Also: Ryft ODBC Connector: Installation and User Guide Ryft ONE Spark Integration and User Guide Ryft Systems, Inc. Page 8

9 2 2: Install Ryft Connector for JDBC The Ryft Connector for JDBC enables Java programs to execute the Ryft primitives and SQL statements, and to interact with the Ryft ONE server and datasets. The Ryft Connector for JDBC ( Ryft Connector ) supports LDAP, and is easy to download and install. NOTE: The Ryft JDBC Client requires Java 1.5 or higher. Follow the instructions provided by Ryft to download the zipped Ryft Connector for JDBC driver file, ryft1_jdbc_client_x.x.x.x, where x.x.x.x is the version number. Once downloaded, create a directory on the Java Classpath and unzip the file in the new directory. The ryft1_jdbc_client_x.x.x.x zip file contains 2 files: README RyftJDBCClient41 an executable Jar file. Summary of Steps Follow these steps to unzip and install the driver: 1. Create directory on Java Classpath 2. Download/unzip file and review README file 3. Modify ryftone.server.ini file (Optional) 4. Test JDBC Client/Server Connection Step 1: Create Directory on Java Classpath The Ryft JDBC Client requires Java 1.5 or higher. You can find a JDK at the Java website: Copy the RyftJDBCClient41.jar file to the target machine and make sure that it is on the java classpath. More information about setting the java classpath can be found here: Ryft Systems, Inc. Page 9

10 Step 2: Download/Unzip the file and Review the README file Doc #1193, V1.1.0/ November 2016 Download the file, according to the steps provided by Ryft, and unzip the file. Open the README file using your preferred viewer and review the contents. Here is a snippet: NOTE: The information provided in the Testing the JDBC Client/Server connection will be needed when integrating a BI tool, such as Pentaho, with the Ryft Server. You will need the IP address of the Ryft ONE server and the listening port number on the server. Ryft Systems, Inc. Page 10

11 Step 3: Modify ryftone.server.ini File (Optional) Doc #1193, V1.1.0/ November 2016 Next, you may choose to modify the.ryftone.server.ini file to match your installation. This is optional. You may want to update the following values in the file: Section Field Description/Notes [Server] LogLevel Logging Level. Default is 0, off. Available values are: 0 = Off 1 = Fatal; only fatal issues are logged 2 = Error; error conditions and fatal issues 3 = Warning; warnings, errors and fatal issues 4 = Informational; informational messages, warnings, etc. 5 = Debug; all debugging information, information messages, etc. 6 = Trace; function level entry points, debugging info, etc. LogPath Path to directory that will contain the log files. [Auth] Type Authorization type. Available values are: ldap if specified, set the next 4 values system none Ryft Systems, Inc. Page 11

12 Section Field Description/Notes LADPServer LDAPUser LDAPPassword Doc #1193, V1.1.0/ November 2016 URL for LDAP server (i.e. ldap://ldap.forumsys.com:389) Administrative user account name (i.e. read-only-admin) Password for the administrative user account listed above. LDAPBaseDN Base domain name used for account searches (i.e. dc=example,dc=com) [Network] ConnectionIdleTimeout Default is seconds ListenPort TCP port number used by the ODBC server. Modify the file, as needed, and then save and close the file. If your JDBC application runs on your desktop, such as Pentaho, then install the JDBC driver on your desktop. If you will use a JDBC application in a Linux environment, such as LibreOffice, then install the JDBC driver on your Linux server. Step 4: Test the JDBC Client/Server Connection You may need to provide the following, depending on the application you use to connect to the Ryft ONE: Classname: com.simba.client.core.jdbc41.jdbc41driver Connection URL: IP Address of Ryft ONE and port the server is listening on (e.g. jdbc:simba:// :7409 ). Connection String Parameters The Ryft Client for JDBC responds to configuration keywords similar to those for the Ryft Client for ODBC. However, since JDBC does not use the idea of a DSN, the user application must add the keywords and values to the connection string. Ryft Client for JDBC parses the connection string for configuration keywords, and extracts and acts on the values. The general form of the connection URL is: jdbc:simba://<serverhost>:<serverport>[;<property>=<value>[; ]] where [ ] indicates optional values. Note that additional values that need to be passed through the client, such as UID and PWD, can be specified in the property=value portion of the URL. Keyword ServerHost Description Required Data Type Description The hostname or IP address of the Ryft Server Yes String Ryft Systems, Inc. Page 12

13 Keyword Range Default Value Example Specification Comment Description Any valid hostname or IP address (No Default) or [2001:0db8:85a3:0000:0000:8a2e:0370:7334] This value must be present in the connection URL. Example: jdbc:simba://<host> where <HOST> is replaced with the appropriate value. Note that the use of [ ] is optional for IPv4 addresses, but required for IPv6 addresses. Ryft Client must be able to find the Ryft Server on the network and will try to make a network connection to this hostname or address. ServerPort Description Required Data Type The port on which Ryft Server is listening Yes Integer Range Default Value Example Specification Comment (No Default) ServerPort=1583 This value may be present in the connection URL. Example: jdbc:simba://<host>:<serverport> where the values in < > are replaced with the appropriate values. Ryft Client must be able to make a network connection to the host and port on which the Ryft Server is listening. LogLevel Description Required Data Type Range Level of log detail (how much information to log) No Enumeration Options are: OFF or 0 FATAL or 1 ERROR or 2 WARNING or 3 INFO or 4 DEBUG or 5 TRACE or 6 Ryft Systems, Inc. Page 13

14 Keyword Description Default Value OFF (0) Example Specification Comment LogLevel=DEBUG This value may be present in the connection URL. Example: jdbc:simba://<host>[...];loglevel=<levelvalue> where the values in < > are replaced with the appropriate values and [ ] indicates optional portions of the connection URL. With this keyword, you can control the amount of log output by controlling the kinds of events that are logged. Available options are: OFF (0): no logging occurs FATAL (1): only log fatal errors ERROR (2): log all errors WARNING (3): log all errors and warnings INFO (4): log all errors, warnings, and informational messages DEBUG (5): log method entry and exit points and parameter values for debugging TRACE (6): log all method entry points. LogPath Description Required Data Type Range Default Value Example Specification Comment Directory to store log files. No String Valid directory path or blank Blank. By default, will store log files in the current working directory. LogDirectory= C:\RyftJDBC This value may be present in the connection URL. Example: jdbc:simba://<host>[...];loglevel=<notoff>;logdirectory=<direc toryvalue> where the values in < > are replaced with the appropriate values and [ ] indicates optional portions of the connection URL. This keyword specifies where Ryft Client for JDBC will write all log files. If no path is specified then the log files will be written to the current working directory. Ryft Systems, Inc. Page 14

15 Example: Connect to Ryft ONE Using Pentaho Doc #1193, V1.1.0/ November 2016 This example shows you how to connect Pentaho to the Ryft ONE using the Ryft Connector for JDBC Install Ryft JDBC Driver Pentaho specifies where to install the Ryft JDBC driver. Refer to the Pentaho Help page for Adding a JDBC Driver, as shown. This step must be completed before adding a database connection. Connect to Ryft Using Pentaho User Console Start Pentaho and log into the system. From the main menu, click File > Manage Data Sources. Ryft Systems, Inc. Page 15

16 From Manage Data Sources, click New Data Source and the Data Source Wizard displays. Enter the Data Source Name for your Ryft ONE server, and then select Database Table(s) as the Source Type. The list of available database connections displays. You can name this for the table you connect to or the report you re going to create. So instead of using Ryft, as seen above, you can call it Ryft Passengers, for example, because you want to connect to the Ryft ONE Passengers data table. Pentaho only allows you to connect to one table at a time. Ryft Systems, Inc. Page 16

17 Ensure Reporting only is selected at the bottom, and then click +, the Add Connections icon, to add a database connection. Ryft Systems, Inc. Page 17

18 The Database Connection dialog box displays. Just beneath the Database Type selection box is the Adding Databases help link. Click the link to determine where to install the driver. For the Ryft ONE JDBC driver, copy it to the directory for the Pentaho BA Server on your local hard drive, as specified by Pentaho. Using the information provided in the Ryft JDBC README file, copy and paste the Connection URL into the Custom Connection URL field. Ensure you replace the generic the IP address in the Custom Connection URL with the specific IP address for your Ryft ONE server. Copy and paste the Class Name for the Ryft Client for JDBC in to the Custom Driver Class Name field. Ryft Systems, Inc. Page 18

19 The Database Type is Generic database and the Access is Native (JDBC). Enter the User Name and Password for your Ryft ONE server, and then click Test to verify connectivity. A message displays with the test results: Ryft Systems, Inc. Page 19

20 Click OK to the verification message. If the test failed, verify the information entered into the Database Connections fields and test again until you have a successful test. If the test was successful, click OK again on the Database Connection dialog box. The Data Source Wizard displays and now shows the newly added connection Ryft-310 in the list of Connections. Continue by specifying the Data Source Name and clicking Next to select from the Available Tables. Ryft Systems, Inc. Page 20

21 Select a table from the list of Available Tables and then click > to move it to the Selected Tables list on the right. Click Next to create the data source. Select Customize model now and then click OK. Pentaho displays the Data Source Model Editor and enables you to verify the table and fields Ryft Systems, Inc. Page 21

22 Once verified, click OK, and the Manage Data Sources screen displays. Verify that your newly added data source, Ryft, displays. Click Close. From the home page, select Create New > Interactive Report, and then select Ryft, your new data source: Ryft Systems, Inc. Page 22

23 Click OK and then create your report. Ryft Systems, Inc. Page 23

24 3 3: Troubleshooting The ODBC/JDBC Server creates the ryftone_server.log log file for all submitted transactions. By default, the log file is located in the /usr/local/ryft/bin/x8664 directory. You can change the location by updating the LogPath in the.ryftone.server.ini file. /usr/local/ryft/bin/x8664$ ls -al total drwxrwxr-x 2 ryftuser ryftuser 4096 Sep 6 17:10. drwxrwxr-x 4 ryftuser ryftuser 4096 Sep 6 16:38.. -rwxrwxr-x 1 ryftuser ryftuser Feb libsimbaclient.so -rw-r root root 5 Sep 6 17:14.r1odbcd.pid -rwsr-sr-x 1 root root May 25 19:34 ryft1_odbcctl -rwsr-sr-x 1 root root May 25 19:35 ryft1_odbcd -rw-rw-rw- 1 ryftuser ryftuser 588 Sep 6 16:48.ryftone.server.ini -rw-r--r-- 1 root root Sep 8 16:37 ryftone_server.log The logging level is controlled by the LogLevel parameter in the.ryftone.server.ini file. Options are: 0 = Off 1 = Fatal; only fatal issues are logged 2 = Error; error conditions and fatal issues 3 = Warning; warnings, errors and fatal issues 4 = Informational; informational messages, warnings, etc. 5 = Debug; all debugging information, information messages, etc. 6 = Trace; function level entry points, debugging info, etc. The default level for logging is "0" or no logging. The maximum setting is 6. The LogLevel should only be modified when you are troubleshooting an issue to capture necessary information. NOTE: If you modify the level, you must restart the ODBC server. /usr/local/ryft/bin/x8664$ more.ryftone.server.ini [Server] LogLevel=6 LogNamespace= LogPath=./ DriverLocale=en-US Ryft Systems, Inc. Page 24

25 DriverManagerEncoding=UTF-16 ErrorMessagesPath=../../errormessages [REST] RESTServer= #RESTUser=odbcuser #RESTPass=odbcpass [Auth] Type=none LDAPServer=ldap://ldap.forumsys.com:389 LDAPUser=read-only-admin LDAPPassword=password LDAPBaseDN=dc=example,dc=com [Admin] UseSignaling=Yes [Buffers] BufferAllocationSize=8192 PreAllocatedBuffers=1000 [Network] MaxConnections=64 ListenAddress= ConnectionIdleTimeout=86400 ListenPort=7409 UseSsl=0 SslCertfile= SslKeyFile= MaxDataChunkSize=65550 [Threads] MinWorkerThreads=10 TaskQueueTimeout=1000 Ryft Systems, Inc. Page 25

26 A Appendix A: Commonly Used Acronyms and Terms This guide frequently uses the following acronyms and terms: Word / Term Description API Application Programming Interface * Code that allows two software programs to communicate with each other. It defines the correct way for a developer to write a program that requests services from an operating system (OS) or other application. CLI Command Line Interface * A user interface to a computer s operating system or an application in which the user responds to a visual prompt by typing in a command on a specified line, receives response back from the system, etc. JDBC Java Database Connectivity A Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database. LDAP ODBC Spark RDD RDF Lightweight Directory Access Protocol A software protocol for enabling anyone to locate organizations, individuals, and other resources such as files and devices in a network, whether on the public Internet or on a corporate intranet. Open Database Connectivity A standard API for accessing database management systems. Built to be independent of database systems and operating systems. Spark Resilient Distributed Dataset A collection of elements partitioned across the nodes of the cluster that can be operated on in parallel. (See Spark Programming Guide: Record Definition File It defines how files with a particular extension should be treated by the Ryft system. These settings determine how the file is to be broken up for Ryft Systems, Inc. Page 26

27 Word / Term Description optimized reads/writes, and specifies whether the file is raw data, text, or structured text (records-based). When dealing with structured text, it is best to define an RDF for that file extension type, so that each record will stay intact as a single entity, and so that operations can be tailored to specific fields, if desired. REST API Representational State Transfer Application Programming Interface * An application program interface (API) that allows communication between a web-based client and server that employs representational state transfer (REST) constraints. It uses HTTP requests to GET, PUT, POST and DELETE data. ROL Ryft Open API Library The library that abstracts and manages Ryft ONE hardware resources. RHFS Ryft Hybrid File System The file system that manages data flow into and out of the Ryft ONE s advanced array of 48 solid state drives (SSDs). NOTE: * - Definitions from Ryft Systems, Inc. Page 27

28 B Appendix B: Open Source Ryft uses the following Open Sources in the deployment of the Ryft ONE server, obtained from third parties, that Ryft Systems, Inc. has developed and contribute as open source, and some that are optional open source for the Ryft ONE. 3 rd Parties Used in Deployment: Open Source Ansible simple IT automation platform that makes your applications and systems easier to deploy (if customer elects to deploy Ryft Cluster) Apache Spark (If customer elects to deploy the Spark connector) Consul cluster management software (if customer elects to deploy Ryft Cluster) DKMS driver management Fuse - file systems isql interactive SQL tool (only needed if customer elects to deploy the ODBC/JDBC Connector) SQL Lite used for settings database for core Ryft ONE: also used for simple database tool used for caching ODBC/JDBC connector. Swagger simple yet powerful framework for the RESTful API Ubuntu - open source operating system platform 3 rd Parties Used in Deployment: 3 rd Party Purchased Simba ODBC SDK (only needed if customer elects to deploy the ODBC connector) Ryft-Developed Code Ryft Open API the set of bindings description (headers, etc.) provided for C, C++, Java, see ryft.com/api for details (API document is a freely downloadable (no login required) PDF document.) Ryftprim an open source command line tool that wraps the Ryft Open API, which enables bash scripting that Ryft provides to invoke Ryft analytics functions from standard Ubuntu LTS Linux. Open source web-based demo software that Ryft created. JSON RESTFul API soon to be published on GitHub Ryft Systems, Inc. Page 28

29 Optional Ryft-Developed Open Source Doc #1193, V1.1.0/ November 2016 These are Ryft-developed open source that the customer may choose to add to the system. Open source ODBC/JDBC connector for SQL access to Ryft functionality; soon to be published on GitHub. Open source Spark connector for seamless Ryft ONE integration into Spark clusters. Published on GitHub and also available in Spark-Packages: Open source Consul connector for integration with Ryft ONE; soon to be published on GitHub. Ryft Systems, Inc. Page 29

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: May 2017

Ryft JDBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: May 2017 Ryft JDBC Connector Installation and User Guide Ryft Document Number: 1193 Document Version: 1.2.1 Revision Date: May 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS,

More information

Ryft Cloud JDBC Connector

Ryft Cloud JDBC Connector Ryft Cloud JDBC Connector Installation and User Guide Ryft Document Number: 1210 Document Version: 1.0.0 Revision Date: October 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved.

More information

Ryft REST API - Swagger.io

Ryft REST API - Swagger.io Ryft REST API - Swagger.io User Guide Ryft Document Number: 1192 Document Version: 1.1.0 Revision Date: June 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS, INC.

More information

Static analysis for quality mobile applications

Static analysis for quality mobile applications Static analysis for quality mobile applications Julia Perdigueiro MOTODEV Studio for Android Project Manager Instituto de Pesquisas Eldorado Eric Cloninger Product Line Manager Motorola Mobility Life.

More information

Simba Cassandra ODBC Driver with SQL Connector

Simba Cassandra ODBC Driver with SQL Connector Simba Cassandra ODBC Driver with SQL Connector Last Revised: March 26, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject

More information

SkyPilot OS Installation: Fedora Core 5

SkyPilot OS Installation: Fedora Core 5 SkyPilot OS Installation: Fedora Core 5 PN 671-00024-01 2006 SkyPilot Networks, Inc. All rights reserved This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose.

More information

Preface. Audience. Cisco IOS Software Documentation. Organization

Preface. Audience. Cisco IOS Software Documentation. Organization This preface describes the audience, organization, and conventions of this publication, and provides information on how to obtain related documentation. Cisco documentation and additional literature are

More information

Ryft ODBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: June 2017

Ryft ODBC Connector. Installation and User Guide. Ryft Document Number: Document Version: Revision Date: June 2017 Ryft ODBC Connector Installation and User Guide Ryft Document Number: 1089 Document Version: 1.2.1 Revision Date: June 2017 2017 Ryft Systems, Inc. All Rights in this documentation are reserved. RYFT SYSTEMS,

More information

Migration Tool. Migration Tool (Beta) Technical Note

Migration Tool. Migration Tool (Beta) Technical Note Migration Tool (Beta) Technical Note VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Fujitsu ScandAll PRO V2.1.5 README

Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Copyright PFU Limited 2007-2017 This file contains information

More information

Adobe Connect. Adobe Connect. Deployment Guide

Adobe Connect. Adobe Connect. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

User Manual. Date Aug 30, Enertrax DAS Download Client

User Manual. Date Aug 30, Enertrax DAS Download Client EnertraxDL - DAS Download Client User Manual Date Aug 30, 2004 Page 1 Copyright Information Copyright 2004, Obvius Holdings, LLC. All rights reserved. Redistribution and use in source and binary forms,

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

More information

VMware vcenter Log Insight Manager. Deployment Guide

VMware vcenter Log Insight Manager. Deployment Guide VMware vcenter Log Insight Manager Deployment Guide VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Copyright PFU LIMITED 2016

Copyright PFU LIMITED 2016 -------------------------------------------------------- PaperStream Capture Lite 1.0.1 README File -------------------------------------------------------- Copyright PFU LIMITED 2016 This file contains

More information

JPdfBookmarks Manual. by Flaviano Petrocchi

JPdfBookmarks Manual. by Flaviano Petrocchi JPdfBookmarks Manual by Flaviano Petrocchi JPdfBookmarks Manual 1 Introduction 3 Installation and Uninstallation 4 Linux Instructions 4 Debian Instructions 6 Windows Instructions 6 Universal Archive Instructions

More information

SimbaEngine SDK 9.3. SimbaClientServer User s Guide. Last Revised: May Simba Technologies Inc.

SimbaEngine SDK 9.3. SimbaClientServer User s Guide. Last Revised: May Simba Technologies Inc. Last Revised: May 2014 Simba Technologies Inc. Copyright 2014 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8 Installation Guide VERSION: 5.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc..

More information

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3)

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Overview Changes History Installation Package Contents Known Limitations Attributions Legal Information Overview The

More information

LabVIEW Driver. User guide Version

LabVIEW Driver. User guide Version LabVIEW Driver User guide Version 1.0.0 2016 Table of Contents Version History...3 Copyright...4 Software License...5 Operational Safety...6 Warranty and Support...7 Introduction...8 Requirements...9 How

More information

[The BSD License] Copyright (c) Jaroslaw Kowalski

[The BSD License] Copyright (c) Jaroslaw Kowalski Software used by portions of this application require the following license statement: [The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net All rights reserved. Redistribution

More information

PageScope Box Operator Ver. 3.2 User s Guide

PageScope Box Operator Ver. 3.2 User s Guide PageScope Box Operator Ver. 3.2 User s Guide Box Operator Contents 1 Introduction 1.1 System requirements...1-1 1.2 Restrictions...1-1 2 Installing Box Operator 2.1 Installation procedure...2-1 To install

More information

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2 Documentation Roadmap for Cisco Prime LAN Thank you for purchasing Cisco Prime LAN Management Solution (LMS) 4.2. This document provides an introduction to the Cisco Prime LMS and lists the contents of

More information

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP)

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) June 11, 2015 Chapter 1 Files This section describes the files iwrite utilizes. 1.1 report files An iwrite report consists

More information

ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions

ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions Date Generated: 2018/09/10 Apache Tomcat ID: 306 Apache Foundation and Contributors This product includes software

More information

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c Page 1 of 6 example_sci_uart_9600.c This example code configures SCI and transmits a set of characters. An UART receiver can be used to receive this data. The scilin driver files should be generated with

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

Open Source Used In TSP

Open Source Used In TSP Open Source Used In TSP 3.5.11 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices.

More information

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Service Data Objects (SDO) DFED Sample Application README Copyright IBM Corporation, 2012, 2013 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

Oracle Auto Service Request

Oracle Auto Service Request Oracle Auto Service Request Exadata Database Machine Quick Installation Guide Release 4.5 E23333-07 July 2013 Oracle Auto Service Request (ASR) is a secure, scalable, customer-installable software feature

More information

Copyright PFU LIMITED

Copyright PFU LIMITED -------------------------------------------------------- PaperStream Capture 1.0.12 README File -------------------------------------------------------- Copyright PFU LIMITED 2013-2015 This file contains

More information

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s).

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Cron Service User's Guide Version 1.2.6 Last updated: March 29, 2006 Overview The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Note that Cron

More information

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc.

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc. Denkh XML Reporter Web Based Report Generation Software Written By Scott Auge sauge@amduus.com Page 1 of 13 Table of Contents License 3 What is it? 4 Basic Software Requirements 5 Basic Report Designer

More information

DAP Controller FCO

DAP Controller FCO Release Note DAP Controller 6.61.0790 System : Business Mobility IP DECT Date : 20 December 2017 Category : General Release Product Identity : DAP Controller 6.61.0790 Queries concerning this document

More information

SMS2CMDB Project Summary v1.6

SMS2CMDB Project Summary v1.6 SMS2CMDB Project Summary v1.6 Project Abstract SMS2CMDB provides the capability to integrate Microsoft Systems Management Server (MS- SMS) data with BMC Atrium CMDB (Atrium CMDB) and the BMC Remedy Asset

More information

Desktop Notification System 2.0

Desktop Notification System 2.0 2.0 Corporate Headquarters: Singlewire Software 2601 West Beltline Highway #510 Madison, WI 53713 2012 Singlewire. All rights reserved. 2012 Singlewire. All rights reserved. Desktop Notification System

More information

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010 This guide describes how to use Cisco Network Analysis Module Traffic Analyzer 4.2 (NAM 4.2) software. This preface has the following sections: Chapter Overview, page xvi Audience, page xvii Conventions,

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

Open Source Used In Cisco Configuration Professional for Catalyst 1.0

Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on

More information

SkyPilot EMS Installation

SkyPilot EMS Installation SkyPilot EMS Installation 671-00004-01 Rev B 2006 SkyPilot Networks, Inc. All rights reserved This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. Product

More information

Splunk. Splunk. Deployment Guide

Splunk. Splunk. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2

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

More information

License, Rules, and Application Form

License, Rules, and Application Form Generic Interface for Cameras License, Rules, and Application Form GenICam_License.doc Page 1 of 11 Table of Contents 1 OVERVIEW... 4 2 SUBJECT OF THE GENICAM LICENSE... 4 3 RULES FOR STANDARD COMPLIANCY...

More information

NTLM NTLM. Feature Description

NTLM NTLM. Feature Description Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide for the Oracle Application Server April 2006 JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide Copyright 2006, Oracle.

More information

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0)

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) A guide to using CUAHSI s ODDataLoader tool for loading observations data into an Observations Data Model compliant database

More information

Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2

Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2 Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2 Revised: March 11, 2013 The Cisco Secure Access Control System Release 5.2, hereafter referred to as ACS,

More information

Edge Security Pack (ESP)

Edge Security Pack (ESP) Edge Security Pack (ESP) VERSION: 1.2 UPDATED: SEPTEMBER 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 22 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

MUMPS IO Documentation

MUMPS IO Documentation MUMPS IO Documentation Copyright (c) 1999, 2000, 2001, 2002, 2003 Raymond Douglas Newman. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba JDBC Driver with SQL Connector for Cloud Spanner Installation and Configuration Guide Simba Technologies Inc. Version 1.0.7 May 19, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved.

More information

GoldSim License Server Activation Utility Installation and Basic Use

GoldSim License Server Activation Utility Installation and Basic Use GoldSim License Server Activation Utility Installation and Basic Use Copyright GoldSim Technology Group LLC, 1998-2019. All rights reserved. GoldSim is a registered trademark of GoldSim Technology Group

More information

TheGreenBow VPN Client ios User Guide

TheGreenBow VPN Client ios User Guide www.thegreenbow.com TheGreenBow VPN Client ios User Guide Property of TheGreenBow 2018 Table of Contents 1 Presentation... 3 1.1 TheGreenBow VPN Client... 3 1.2 TheGreenBow VPN Client main features...

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide NEC Display Solutions MultiProfiler for Linux x64 Versions 1.3.60 Installation Guide 1 ABOUT MULTIPROFILER... 4 2 SYSTEM REQUIREMENTS... 5 2.1 SUPPORTED NEC DISPLAY MODELS AND DESCRIPTION... 5 2.1.1 Minimum

More information

LoadMaster VMware Horizon (with View) 6. Deployment Guide

LoadMaster VMware Horizon (with View) 6. Deployment Guide LoadMaster VMware Horizon (with View) 6 Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008 IETF TRUST Legal Provisions Relating to IETF Documents Approved November 6, 2008 Effective Date: November 10, 2008 1. Background The IETF Trust was formed on December 15, 2005, for, among other things,

More information

QuarkXPress Server Manager 8.0 ReadMe

QuarkXPress Server Manager 8.0 ReadMe QuarkXPress Server Manager 8.0 ReadMe CONTENTS Contents QuarkXPress Server Manager 8.0 ReadMe...3 What's New in QuarkXPress Server Manager 8...4 Deprecated features, new stubs, and deploying SDK classes...4

More information

Enterprise Payment Solutions. Scanner Installation April EPS Scanner Installation: Quick Start for Remote Deposit Complete TM

Enterprise Payment Solutions. Scanner Installation April EPS Scanner Installation: Quick Start for Remote Deposit Complete TM Enterprise Payment Solutions Complete TM Portions of this software: Copyright 2004-2013 Apache Software Foundation Copyright 2005 Paul Querna Copyright 2008 Marc Gravell Copyright 2000-2007 Niels Provos

More information

Packet Trace Guide. Packet Trace Guide. Technical Note

Packet Trace Guide. Packet Trace Guide. Technical Note Packet Trace Guide Technical Note VERSION: 2.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC.

Control4/HomeKit Appliance User Manual. User Manual. June Version Varietas Software, LLC. Control4/HomeKit Appliance User Manual User Manual June 2017 Version 1.0.3 Varietas Software, LLC http://www.varietassoftware.com/control4 i Control4/HomeKit Appliance Quick Start Document Revisions Date

More information

ProgressBar Abstract

ProgressBar Abstract Doc type here 1(21) ProgressBar Abstract The WireFlow progressbar module is an easy way to add progress bars to an application. It is easy to customize the look of the displayed progress window, since

More information

Data Deduplication Metadata Extension

Data Deduplication Metadata Extension Data Deduplication Metadata Extension Version 1.1c ABSTRACT: This document describes a proposed extension to the SNIA Cloud Data Management Interface (CDMI) International Standard. Publication of this

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

System Log NextAge Consulting Pete Halsted

System Log NextAge Consulting Pete Halsted System Log NextAge Consulting Pete Halsted 110 East Center St. #1035 Madison, SD 57042 pete@thenextage.com www.thenextage.com www.thenextage.com/wordpress Table of Contents Table of Contents BSD 3 License

More information

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Introduction Installation Start using W4S Selecting a folder to monitor Setting the threshold Setting actions Starting the monitor Live Log Using monitor

More information

Hyperscaler Storage. September 12, 2016

Hyperscaler Storage. September 12, 2016 Storage Networking Industry Association Technical White Paper Hyperscaler Storage Abstract: Hyperscaler storage customers typically build their own storage systems from commodity components. They have

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. May 15, 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is

More information

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer...

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer... 1 P a g e ColorMap Post-Processing Plugin for OpenPolScope software ColorMap processing with Pol-Acquisition and Pol-Analyzer plugin v. 2.0, Last Modified: April 16, 2013; Revision 1.00 Copyright, license,

More information

Informatica Cloud Spring Complex File Connector Guide

Informatica Cloud Spring Complex File Connector Guide Informatica Cloud Spring 2017 Complex File Connector Guide Informatica Cloud Complex File Connector Guide Spring 2017 October 2017 Copyright Informatica LLC 2016, 2017 This software and documentation are

More information

Grouper UI csrf xsrf prevention

Grouper UI csrf xsrf prevention Grouper UI csrf xsrf prevention Wiki Home Download Grouper Grouper Guides Community Contributions Developer Resources Grouper Website This is in Grouper 2.2 UI. btw, Ive heard this does not work with IE8.

More information

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water ODM M STREAMING VERSION DATAA LOADER 1.1 An application for loading streaming sensor data into the CUAHSI Hydrologic Information System Observations Data Model June 2008 Prepared by: Jeffery S. Horsburgh

More information

NemHandel Referenceklient 2.3.1

NemHandel Referenceklient 2.3.1 OIO Service Oriented Infrastructure NemHandel Referenceklient 2.3.1 Release Notes Contents 1 Introduction... 3 2 Release Content... 3 3 What is changed?... 4 3.1 NemHandel Referenceklient version 2.3.1...

More information

OnCommand Unified Manager 7.2: Best Practices Guide

OnCommand Unified Manager 7.2: Best Practices Guide Technical Report OnCommand Unified : Best Practices Guide Dhiman Chakraborty August 2017 TR-4621 Version 1.0 Abstract NetApp OnCommand Unified is the most comprehensive product for managing and monitoring

More information

openresty / array-var-nginx-module

openresty / array-var-nginx-module 1 of 6 2/17/2015 11:20 AM Explore Gist Blog Help itpp16 + openresty / array-var-nginx-module 4 22 4 Add support for array variables to nginx config files 47 commits 1 branch 4 releases 2 contributors array-var-nginx-module

More information

SORRENTO MANUAL. by Aziz Gulbeden

SORRENTO MANUAL. by Aziz Gulbeden SORRENTO MANUAL by Aziz Gulbeden September 13, 2004 Table of Contents SORRENTO SELF-ORGANIZING CLUSTER FOR PARALLEL DATA- INTENSIVE APPLICATIONS... 1 OVERVIEW... 1 COPYRIGHT... 1 SORRENTO WALKTHROUGH -

More information

LoadMaster Clustering

LoadMaster Clustering Introduction LoadMaster Clustering Feature Description VERSION: 9.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

pyserial-asyncio Documentation

pyserial-asyncio Documentation pyserial-asyncio Documentation Release 0.4 pyserial-team Feb 12, 2018 Contents 1 Short introduction 3 2 pyserial-asyncio API 5 2.1 asyncio.................................................. 5 3 Appendix

More information

SDN Adaptive Load Balancing. Feature Description

SDN Adaptive Load Balancing. Feature Description SDN Adaptive Load Balancing Feature Description VERSION: 5.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Virtual Appliances April 2018 215-130007_B0 doccomments@netapp.com Table of Contents 3 Contents System requirements and supported

More information

TWAIN driver User s Guide

TWAIN driver User s Guide 4037-9571-05 TWAIN driver User s Guide Contents 1 Introduction 1.1 System requirements...1-1 2 Installing the TWAIN Driver 2.1 Installation procedure...2-1 To install the software...2-1 2.2 Uninstalling...2-1

More information

Nokia Intrusion Prevention with Sourcefire. Appliance Quick Setup Guide

Nokia Intrusion Prevention with Sourcefire. Appliance Quick Setup Guide Nokia Intrusion Prevention with Sourcefire Appliance Quick Setup Guide Part Number N450000567 Rev 001 Published September 2007 COPYRIGHT 2007 Nokia. All rights reserved. Rights reserved under the copyright

More information

Package fst. December 18, 2017

Package fst. December 18, 2017 Type Package Package fst December 18, 2017 Title Lightning Fast Serialization of Data Frames for R Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows

More information

Note: The version the Event service must be 1.10 or later (but less than 3.0.0).

Note: The version the Event service must be 1.10 or later (but less than 3.0.0). EventManager Service User's Guide Version 1.2.7 Last updated: March 10, 2006 Overview The EventManager service allows you to register with the Event service in order to execute STAF Commands. When an Event

More information

Carbonite Server Backup Portal 8.5. Administration Guide

Carbonite Server Backup Portal 8.5. Administration Guide Carbonite Server Backup Portal 8.5 Administration Guide 2018 Carbonite, Inc. All rights reserved. Carbonite makes no representations or warranties with respect to the contents hereof and specifically disclaims

More information

Explaining & Accessing the SPDX License List

Explaining & Accessing the SPDX License List Explaining & Accessing the SPDX License List SOFTWARE PACKAGE DATA EXCHANGE Gary O Neall Source Auditor Inc. Jilayne Lovejoy ARM August, 2014 Copyright Linux Foundation 2014 1 The SPDX License List 2 The

More information

MagicInfo Express Content Creator

MagicInfo Express Content Creator MagicInfo Express Content Creator MagicInfo Express Content Creator User Guide MagicInfo Express Content Creator is a program that allows you to conveniently create LFD content using a variety of templates.

More information

Desktop Notification System 2.0

Desktop Notification System 2.0 2.0 Installation and User Guide for a Windows Environment Corporate Headquarters: Singlewire Software 2601 West Beltline Highway #510 Madison, WI 53713 2012 Singlewire. All rights reserved. 2012 Singlewire.

More information

Installing AudioLinux (Alternative way with GUI)

Installing AudioLinux (Alternative way with GUI) Installing AudioLinux (Alternative way with GUI) By Maarten van Druten Version 1.0 6 September 2017 Disclaimer: THIS SOFTWARE INSTALLATION MANUAL IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,

More information

Scott Auge

Scott Auge Scott Auge sauge@amduus.com Amduus Information Works, Inc. http://www.amduus.com Page 1 of 14 LICENSE This is your typical BSD license. Basically it says do what you want with it - just don't sue me. Written

More information

File Servant User Manual

File Servant User Manual File Servant User Manual Serve files over FTP and HTTP - at the snap of a finger! File Servant is free software (see copyright notice below). This document was last revised Monday 28 February 2011. Creator:

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009 IETF TRUST Legal Provisions Relating to IETF Documents February 12, 2009 Effective Date: February 15, 2009 1. Background The IETF Trust was formed on December 15, 2005, for, among other things, the purpose

More information

DHIS 2 Android User Manual 2.22

DHIS 2 Android User Manual 2.22 DHIS 2 Android User Manual 2.22 2006-2016 DHIS2 Documentation Team Revision 1925 Version 2.22 2016-11-23 11:33:56 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

PTZ Control Center Operations Manual

PTZ Control Center Operations Manual PTZ Control Center Operations Manual Introduction PTZ Control Center is an application software that runs on Windows. By running this software on a Windows PC, you can remotely operate the Panasonic cameras

More information

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc.

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc. AccuTerm 7 Internet Edition Connection Designer Help Contents 3 Table of Contents Foreword 0 Part I AccuTerm 7 Internet Edition 6 1 Description... 6 2 Connection... Designer 6 3 Internet... Client 6 4

More information

Cisco UCS Director API Integration and Customization Guide, Release 5.4

Cisco UCS Director API Integration and Customization Guide, Release 5.4 Cisco UCS Director API Integration and Customization Guide, Release 5.4 First Published: November 03, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide The Privileged Appliance and Modules (TPAM) 1.0 Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

ODM STREAMING DATA LOADER

ODM STREAMING DATA LOADER ODM STREAMING DATA LOADER An application for loading streaming sensor data into the CUAHSI Hydrologic Information System Observations Data Model March 2012 Prepared by: Jeffery S. Horsburgh Utah Water

More information