PAYMENTVAULT TM LONG TERM DATA STORAGE

Size: px
Start display at page:

Download "PAYMENTVAULT TM LONG TERM DATA STORAGE"

Transcription

1 PAYMENTVAULT TM LONG TERM DATA STORAGE Version 3.0 by Auric Systems International 1 July 2010

2 Copyright c 2010 Auric Systems International. All rights reserved.

3 Contents 1 Overview Platforms Managing Passwords PCI Configuration Contacting Auric Systems International Windows Installation Minimum System Requirements Installation Steps Directory Structure Oracle 11gR2 Database PostgreSQL Database Uninstalling Configuring pv.conf file allowed hosts File Drive Space Configure Trevance R for PaymentVault TM Configure CN!Express R for PaymentVault TM Running Windows R PaymentVault TM Running as an Application Switching Between Application and Service Service Application Uninstalling the Service Audit File Format 17 Index 19 i

4 List of Tables 3.1 Values in DB section Values in the General section Values in the Maint section Drive space estimates ii

5 1 Overview The PaymentVault TM Long-Term Storage application provides a safe and secure storage mechanism for cardholder account numbers separate from customer s personally identifiable information. The PaymentVault TM product is not intended as an off-the-shelf solution. Auric Systems International uses it as the core on which to build customized long-term storage solutions. The PaymentVault TM product provides the following features: cardholder account numbers separated from personally identifiable information. account numbers accessed via a Unique Token ID (UTID). long-term storage for encrypted account numbers. controlled account data retrieval: Requires known UTID IPs must be registered with server Communication with server via secure tunnels Retrieve individual UTIDs No bulk retrieval operations individual UTID deletion flexible web-service interface. low-latency retrieval. flexibility to process with multiple payment processors. Federally-approved (256-bit AES) encryption for sensitive data. compliance with PCI Security Council s Payment Application Data Security Standard (PA-DSS). different capabilities in different models, based on your processing service. integration with Auric s Trevance R and CN!Express R payment applications. 1

6 2 CHAPTER 1. OVERVIEW PaymentVault TM interoperates with many different operating systems, applications, and processing services. Additionally, Auric Systems International s Trevance R and CN!Express R payment processing solutions have off-the-shelf support for PaymentVault TM technology. No matter where your business takes you, PaymentVault TM is ready. 1.1 Platforms The PaymentVault TM Long-Term Storage application is available in both Windows and Linux versions. This document currently covers the Windows release. Please contact Auric Systems International for details on the Linux installation. On Windows, PaymentVault TM is a 32-bit application. As such, it requires 32-bit database drivers to be installed for remote database access (such as Oracle and PostgreSQL). 1.2 Managing Passwords The PaymentVault TM Long-Term Storage application does not provide remote access for configuration and control. All PaymentVault TM access is limited by IP address. There are no PaymentVault TM passwords to manage. Your in-house PCI policy in regards to password and key management must be applied to the server on which PaymentVault TM is installed. Additional access and authorization services may be integrated with PaymentVault TM on a per-installation customization basis. 1.3 PCI Configuration Please refer to the accompanying Trevance R PABP Recommendations document for details about installing PaymentVault TM in a PCI-compliant manner. 1.4 Contacting Auric Systems International Phone support@auricsystems.com, sales@auricsystems.com Web

7 2 Windows Installation This chapter describes the minimum and recommended system requirements for the PaymentVault TM Long-Term Storage application, and how to install and uninstall the software on your computer system. Unlike other Auric Systems International products that have built-in Demo, Test, and Live modes; PaymentVault TM runs in a single mode. Auric Systems International recommends keeping separate installations for your development (demo), test, and production needs. This ensures live production data is never stored in a demo or test environment and helps address PCI data storage requirements. 2.1 Minimum System Requirements System requirements are always based on individual usage. PaymentVault TM is designed to run quickly, have a low-impact on server resources, and run on what is a fairly moderate to low-end server. Of course, if your requirements are to be running hundreds of transactions a second through the system, a higher-capability server is required. The following are minimum requirements. Auric Systems International recommends stress testing in your own environment. A minimum of 512 Mbytes of memory A 1 Gigahertz Pentium Processor A TCP/IP network connection PaymentVault TM runs on any of the following platforms: Windows 2003 server Windows XP For initial installation, we recommend approximately 100 Mbytes of free hard disk space. PaymentVault TM comes with an embedded FireBird database installation and also supports the Oracle and PostgreSQL relational database. As of this writing, Auric Systems International requires Oracle 11gR2 or PostgreSQL 8.x. 3

8 4 CHAPTER 2. WINDOWS INSTALLATION 2.2 Installation Steps PaymentVault TM is always installed on your system as both an application and a Windows service (the Windows service is not active). The application version runs from a command line. When you start it from the Windows Start menu, it opens a command prompt window and begins logging information to that window. When run as a service, PaymentVault TM has no graphical user interface. Auric Systems International recommends running the application version when performing your initial configuration and testing. It is convenient to watch the log information scrolling on the command prompt window while completing your initial configuration and test. After you ve configured and tested PaymentVault TM, you can switch to the service version for production To install, simply run the PaymentVault TM installer and follow the prompts. The only installation option is selecting the destination directory The PaymentVault TM Setup program is both an installer and an updater. You can run it on top of an existing installation. 2.3 Directory Structure Automated backups are only performed with the built-in embedded FireBird database. If using Oracle or PostgreSQL, perform normal daily backup and maintenance as per Oracle or PostgreSQL documentation. By default, PaymentVault TM installs in: c:\program Files\AuricPaymentVault The two PaymentVault TM pv.exe Application version. pvctl.exe Service version. executable files are: The lib directory contains portions of the PaymentVault TM application. The backup directory is the destination of the nightly automated database backups. You should regularly move these backup files to a different server and delete old backups. the www directory contains a test web page for sending transactions to the PaymentVault TM. The log directory contains all logs generated by PaymentVault TM, including logging each HTTP request. New log files are created daily.

9 2.4. ORACLE 11GR2 DATABASE Oracle 11gR2 Database PaymentVault TM requires that the Oracle 11gR2 client libraries be installed. Although the 11gR2 client libraries are required, PaymentVault TM runs with both 10g and 11gR2 servers. It has not been tested against 11gR1, which is significantly different than 11gR2. On Windows, PaymentVault TM ships as a 32-bit application and requires the 32-bit Oracle 11gR2 drivers be installed. Download and install the Oracle client installer suitable for your platform. Log in as SYSDBA and create a new Oracle user for the PaymentVault TM service. In this document, we ll refer to them as auricpvuser that has password pvpassword and that the host is named auric host. Grant the following privileges to this user: create session create table unlimited tablespace Log on as the new user and run the online remotesql script for PaymentVault TM. SQL*Plus Example: SQL> create user auricpvuser identified by pvpassword; User created. SQL> grant create session to auricpvuser; Grant succeeded. SQL> grant create table to auricpvuser; Grant succeeded. SQL> grant unlimited tablespace to auricpvuser; Grant succeeded. SQL> quit

10 6 CHAPTER 2. WINDOWS INSTALLATION cd c:\program Files\AuricPaymentVault\data\remote\ 2.5 PostgreSQL Database PaymentVault TM has been tested with the 8.x versions of PostgreSQL. Please contact Auric Systems International if you need to use the new 9.x versions. If using the PostgreSQL database, Auric Systems International recommends downloading and installing the version suitable for your platform. If installing PostgreSQL on Windows, the One Click Installer available from is recommended. This installs the database itself as well as various useful tools such as pgadmin III, a graphical interface into PostgreSQL. Once PostgreSQL is installed, create a database and run the online remote.sql script. This script is found at: c:\program Files\AuricPaymentVault\data\remote\ Start pgadmin III and perform the following steps: Create a new connection to the database (localhost at port 5432 if you re running on the same machine. Log-on as the administrator/superuser. Typically postgres. Create a new login role. Call it auric pv user. Create a new database. Call it auric pv. Set the owner to auric pv user. Set the encoding to UTF8. You can use the default tablespace Create a new connection to the database using the auric pv user login name. Connect to PostgreSQL using auric pv user. Click on Database and then auric pv. From the menus, select Tools/Query Tool. From the new window s menu, select File/Open. online remote.sql file and open that. Navigate to the

11 2.6. UNINSTALLING 7 From the menu, select Query/Execute. The creation script runs and you will likely see a notice and a warning. This is expected. PostgreSQL is now ready for you. 2.6 Uninstalling To uninstall PaymentVault TM navigate to the directory where PaymentVault TM is installed and run the Uninstall.exe program. This removes both the application and the service. Before uninstalling, make sure PaymentVault TM is not running. Check to see both the application and Windows Service are stopped. If you are running the embedded Firebird Database version, then the uninstall process overwrites the following files six times with binary 0s. This is in accordance with PCI recommendations for secure deletion of any encrypted account information: pv.gdb primary database file pv.conf configuration file *.* all files in backup directory (database backups) If using Oracle or PostgreSQL, then the database files should be deleted using a secure methodology acceptable to your company. The PaymentVault TM service must be stopped, and the PaymentVault TM application must be exited before running the uninstaller.

12

13 3 Configuring All PaymentVault TM configuration is contained in two files, which are edited with any text editor. The pv.conf file contains general configuration information. The allowed hosts file defines which remote machines are allowed to communicate with the PaymentVault TM application. It is best practice to stagger the maintenance times on PaymentVault TM and Trevance R or CN!Express R so that they do not run simultaneously. PaymentVault TM maintenance is best run after the Trevance R or CN!Express R maintenance so that the PaymentVault TM backup contains the latest UTID information. 3.1 pv.conf file database type oracle: For Oracle 11gR2 clients (supports 10g) pgsql: For PostgreSQL fb embed: For Firebird embedded database name oracle: [blank] pgsql: Name of database. auricpv. fb embed: [blank] Typically database host database user database password min pool size oracle: Oracle connection identifier. If blank, the default Oracle instance. pgsql: Name (or IP address) of remote host. Defaults to localhost. fb embed: [blank] oracle: Typically auricpvuser. pgsql: Typically auricpvuser. fb embed: [blank] oracle: Use a strong password. pgsql: Use a strong password. fb embed: [blank] Minimum number of connections to maintain with the database. Default value of three (3) is typically sufficient. 9

14 10 CHAPTER 3. CONFIGURING max pool size Maximum number of connections to maintain with the database. Default value of five (5) is typically sufficient. Table 3.1: Values in DB section. host-ip IP address to which PaymentVault TM is bound. By default, it is bound to which means it listens only to communications on the machine where it is installed. Before accepting transactions from a remote machine, it must be bound to an external IP address on the machine where it is installed. Start a command prompt and run ipconfig. This utility shows the IP address of this machine. If the machine has more than one IP address, you need to pick one of them to be bound to, or you can enter as the host-ip and Auric Payment Vault listens to all network connections on that machine. port IP port on which PaymentVault TM listens. Needs to be open in your server s firewall. showtestpage log path debug Set to 0 (zero) when ready to go into production to ensure the test page is no longer shown. Path to the log directory. Can be relative or absolute. Set to 1 (one) to see additional debugging messages in the log files. Table 3.2: Values in the General section.

15 3.2. ALLOWED HOSTS FILE 11 PaymentVault TM runs various maintenance tasks on a daily basis. One of the tasks is the expiration of old UTIDs. PaymentVault TM only performs backup and optimization tasks when running with an embedded Firebird database. When using the PostgreSQL database you should perform normal daily maintenance as recommended by the PostgreSQL documentation. maintenance time HHMM when maintenance should start. expire days backup path Delete UTID entries after this many days have gone by. Defaults to 120 days. PaymentVault TM forces a minimum value of 7 days Path to where nightly backup files are written. Table 3.3: Values in the Maint section. 3.2 allowed hosts File PaymentVault TM restricts the hosts from which it accepts connections. The allowed hosts files initially has just which is localhost. Before transactions are accepted from a remote machine running Trevance R or CN!Express R, the IP address of the server must be entered into allowed hosts. Enter each IP address on a separate line. 3.3 Drive Space The following are estimates of disk space required by PaymentVault TM during typical operation. database The PaymentVault TM database file (pv.gdb) stores approximately 250 bytes for every stored key (UTID). 500,000 stored keys requires approx 125MBytes of disk space.

16 12 CHAPTER 3. CONFIGURING backup PaymentVault TM generates a nightly backup which, for size calculations, should be considered to be the same as the main database. In practice, the backup will be smaller than the active database. pv.log PaymentVault TM logs general actions such as start, stop, maintenance, etc. This log tends to be quite small. One log is generated per day. audit.log PaymentVault TM generates an audit log of each request. For sizing purposes, consider that each log entry is 250 bytes. Table 3.4: Drive space estimates. 3.4 Configure Trevance R for PaymentVault TM The Trevance R payment application supports direct connections to the PaymentVault TM long term server. All communication with the PaymentVault TM server must be over a PCI compliant network connection. 1. Start and Pause Trevance R. 2. Configure/Options/UTID. 3. Enter the PaymentVault TM URL and port: Configure CN!Express R for PaymentVault TM The CN!Express R payment application supports direct connections to the PaymentVault TM long term server. All communication with the PaymentVault TM server must be over a secured network connection.. 1. Start the CN!Express R Configuration Utility. 2. Click on the Advanced tab.

17 3.5. CONFIGURE CN!EXPRESS R FOR PAYMENTVAULT TM Set how long you want to retain UTID values locally in CN!Express R. This setting is independent of the length of time for which the PaymentVault TM long-term server stores UTIDs. 4. Enter the PaymentVault URL and port: 5. Click Apply. Note: Versions of CN!Express R older than required you to click the Generate PaymentVault TM UTIDs check box. This is no longer required. CN!Express R now always generates UTID values whenever the UTID field is returned.

18

19 4 Running Windows R PaymentVault TM PaymentVault TM runs as either a stand-alone application or as a Windows service. You can run one or the other. You cannot run both the service and the application at the same time. During configuration and testing, we recommend you run PaymentVault TM as an application. Afterwards, you can run PaymentVault TM as a service. 4.1 Running as an Application After installing and configuring, run PaymentVault TM as an application: Start PaymentVault TM as an executable from the Windows Start/All Programs/Auric PaymentVault/pv. This starts a command window. Start a web browser and enter the following url: A test page appears indicating PaymentVault TM is operational. Log entries appear on the command line showing PaymentVault TM being accessed. is 4.2 Switching Between Application and Service The automatically installed Windows Service is inactive by default. activate the service: To 1. Establish a log-on account for the service, if necessary. 2. Set the service up to run as a specific user. 3. Test the service Service is started and stopped just like any other Windows Ser- PaymentVault TM vice. 1. Open the Services window from your Control Panel. 15

20 16 CHAPTER 4. RUNNING WINDOWS R PAYMENTVAULT TM 2. Find pv (the PaymentVault service) in the list and double-click to display the Properties window. 3. Set the Startup Type to Automatic. 4. Click on the Log On tab. 5. Select a local account under which to run. Do not run under the Local System Account. 6. Click the Apply button to save your changes. 7. Switch back to the General tab, and Start Trevance. 8. Once started, click the F5 key to refresh the screen Application Suppose you ve been running PaymentVault TM to run it as an application: as a service and now want 1. Open the Services window from your Control Panel 2. Find pv in the list and double-click to display the properties window. 3. At Service Status, click on the Stop button. 4. Set the Startup Type to Manual. 5. Click on the OK button. 6. The service is no longer running. You may now run PaymentVault as an application. 4.3 Uninstalling the Service PaymentVault TM automatically installs as a service. You can use the following command line commands to remove and reinstall the Windows service. Note: the following commands use the pvctl.exe application, not pv.exe Action Remove the service Install the service Command Line pvctl -remove pvctl -install

21 5 Audit File Format The audit file tracks UTID retrieval requests to the PaymentVault TM longterm server. Audit files follow the NCSA XLF/ELF log format. The interesting fields are: 0 The requesting IP. 3 The timestamp. 4 The operation (which includes the UTID). 14 Success (1) or Failure (0). An example log entry looks as follows: [22/Jan/2008:15:27: ]"UTID-RETRIEVE4xV9JySYJaZPG8t3O-3DCIiS4qC3 -hrjiaggl4aaaps"

22

23 Index application, 15 audit format, 17 configuration, 9 installation, 4 IP address, 10 maintenance, 9 Oracle, 5 passwords, 2 PostgreSQL, 6 support, 2 system requirements, 3 uninstall, 7 Windows service, 4, 15 19

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

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

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide 2 Table Of Contents 1. CoCreate Manager Server 2008 4 1.1. Installation

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

AVG 8.5 Anti-Virus Network Edition

AVG 8.5 Anti-Virus Network Edition AVG 8.5 Anti-Virus Network Edition User Manual Document revision 85.2 (23. 4. 2009) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

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

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

OroTimesheet 7 Installation Guide

OroTimesheet 7 Installation Guide Installation Guide Copyright 1996-2011 OroLogic Inc. http://www.orologic.com Revision 7.00 Contents I Contents Installation Guide 2 Introduction 2 Installing OroTimesheet 2 Installing OroTimesheet in stand-alone

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

enicq 5 System Administrator s Guide

enicq 5 System Administrator s Guide Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s Guide

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Thank you for purchasing the Inmagic ODBC Driver for DB/Text. This document is for new and upgrade customers. Use the Inmagic ODBC Driver to develop

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2

How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2 How to Install Multiple Monitoring Agents on a Microsoft Operating System Version StoneGate Firewall/VPN 2.6 and SMC 3.2 INTRODUCTION This document provides detailed instructions for installing multiple

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

Diamond II v2.3 Service Pack 4 Installation Manual

Diamond II v2.3 Service Pack 4 Installation Manual Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance

More information

@ptitude Observer. Installation Manual. Part No. 32170700 Revision G

@ptitude Observer. Installation Manual. Part No. 32170700 Revision G Part No. 32170700 Revision G Installation Manual Copyright 2012 by SKF Reliability Systems All rights reserved. Aurorum 30, 977 75 Lulea Sweden Telephone: +46 (0) 31 337 10 00, Fax: +46 (0) 920 134 40

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Avira Update Manager User Manual

Avira Update Manager User Manual Avira Update Manager User Manual Table of contents Table of contents 1. Product information........................................... 4 1.1 Functionality................................................................

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Avalanche Remote Control User Guide. Version 4.1.3

Avalanche Remote Control User Guide. Version 4.1.3 Avalanche Remote Control User Guide Version 4.1.3 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

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

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

SysPatrol - Server Security Monitor

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

More information

Configuring Keystroke with KeyPay

Configuring Keystroke with KeyPay Configuring Keystroke with KeyPay Please read the PA-DSS Implementation Guide for Keystroke POS from our website before proceeding. It is also installed in the \KEYSTROK\DOC subdirectory on your computer.

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Browser Client 2.0 Admin Guide

Browser Client 2.0 Admin Guide Browser Client is a web-based application that allows users to point their browser at a URL and view live video from a set of Intellex units. Browser Client 2.0 is compatible with Intellex 3.2 software.

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information

Canto Integration Platform (CIP)

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

More information

Maintaining the Content Server

Maintaining the Content Server CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down

More information

JAMF Software Server Installation Guide for Windows. Version 8.6

JAMF Software Server Installation Guide for Windows. Version 8.6 JAMF Software Server Installation Guide for Windows 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

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Administrator Manual

Administrator Manual . Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual Mar 2006 [Version 3.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents

More information

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Volume SYSLOG JUNCTION. User s Guide. User s Guide Volume 1 SYSLOG JUNCTION User s Guide User s Guide SYSLOG JUNCTION USER S GUIDE Introduction I n simple terms, Syslog junction is a log viewer with graphing capabilities. It can receive syslog messages

More information

AXIOM 4 AXIOM SERVER GUIDE

AXIOM 4 AXIOM SERVER GUIDE AXIOM 4 AXIOM SERVER GUIDE iconcur Software Corporation 1266 West Paces Ferry Road Atlanta, GA 30327-2306 Axiom is a trademark of iconcur Software Corporation. All other product and company names are trademarks

More information

DC Agent Troubleshooting

DC Agent Troubleshooting DC Agent Troubleshooting Topic 50320 DC Agent Troubleshooting Web Security Solutions v7.7.x, 7.8.x 27-Mar-2013 This collection includes the following articles to help you troubleshoot DC Agent installation

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

1. Product Information

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

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

Online Backup Client User Manual Linux

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

More information

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc.

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc. User s Guide Software Version 3.1 Ipswitch, Inc. Ipswitch, Inc. Phone: 781-676-5700 81 Hartwell Ave Web: http://www.ipswitch.com Lexington, MA 02421-3127 The information in this document is subject to

More information

Matisse Installation Guide for MS Windows. 10th Edition

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

More information

McAfee SMC Installation Guide 5.7. Security Management Center

McAfee SMC Installation Guide 5.7. Security Management Center McAfee SMC Installation Guide 5.7 Security Management Center Legal Information The use of the products described in these materials is subject to the then current end-user license agreement, which can

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

DOCSVAULT Document Management System for everyone

DOCSVAULT Document Management System for everyone Installation Guide DOCSVAULT Document Management System for everyone 9 v Desktop and Web Client v On Premises Solution v Intelligent Data Capture v Email Automation v Workflow & Record Retention Installing

More information

Matisse Installation Guide for MS Windows

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

More information

EVault Software. Course 361 Protecting Linux and UNIX with EVault

EVault Software. Course 361 Protecting Linux and UNIX with EVault EVault Software Course 361 Protecting Linux and UNIX with EVault Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for This Lab... 3 Computers Used in

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

TECHNICAL TRAINING LAB INSTRUCTIONS

TECHNICAL TRAINING LAB INSTRUCTIONS In Lab 2-1 you will review the Kofax TotalAgility 7 software prerequisites. Although complete instructions for installing the prerequisites, including the necessary user accounts follows the review, it

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

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

ThinPoint Quick Start Guide

ThinPoint Quick Start Guide ThinPoint Quick Start Guide 2 ThinPoint Quick Start Guide Table of Contents Part 1 Introduction 3 Part 2 ThinPoint Windows Host Installation 3 1 Compatibility... list 3 2 Pre-requisites... 3 3 Installation...

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

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS The following instructions are required for installation of Best Access System s Keystone 600N5 (KS600N) network key control software for the server side. Please see the system requirements on the Keystone

More information

intertrax Suite resource MGR Web

intertrax Suite resource MGR Web intertrax Suite resource MGR Web Resource Management Installation Guide Version 4 2012 Copyright 2003-2012 by Salamander Technologies, Inc. Protected by US Patents 5,573,278; 5,596,652; 5,793,882; 6,761,312;

More information

Quick Start Guide for VMware and Windows 7

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

More information

Reconfiguring VMware vsphere Update Manager

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

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows Websense v7.6 Install or Upgrade Checklist Greetings from Websense Technical Support. Most Websense upgrades complete successfully, and from my years of troubleshooting, I have learned a number of steps

More information

TechComplete Test Productivity Pack (TPP) Backup Process and Data Restoration

TechComplete Test Productivity Pack (TPP) Backup Process and Data Restoration Introduction The TPP backup feature backs up all TPP data folders on to a storage device which can be used to recover data in case of problems with the TPP server. TPP data folders include TPP server data,

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Spector 360 Deployment Guide. Version 7.3 January 3, 2012

Spector 360 Deployment Guide. Version 7.3 January 3, 2012 Spector 360 Deployment Guide Version 7.3 January 3, 2012 Table of Contents Deploy to All Computers... 48 Step 1: Deploy the Servers... 5 Recorder Requirements... 52 Requirements... 5 Control Center Server

More information

IUCLID 5 Guidance and Support

IUCLID 5 Guidance and Support IUCLID 5 Guidance and Support Installation Guide for IUCLID 5.3 Client-Server Architecture Oracle and BEA Weblogic February 2013 Legal Notice Neither the European Chemicals Agency nor any person acting

More information

Version 3.8. Installation Guide

Version 3.8. Installation Guide Version 3.8 Installation Guide Copyright 2007 Jetro Platforms, Ltd. All rights reserved. This document is being furnished by Jetro Platforms for information purposes only to licensed users of the Jetro

More information

Spector 360 Deployment Guide. Version 7

Spector 360 Deployment Guide. Version 7 Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...

More information

MultiValue Dashboard. Installation Guide

MultiValue Dashboard. Installation Guide MultiValue Dashboard Installation Guide Introduction to MultiValue Dashboard MultiValue Dashboard is a dynamic Web-based development tool for the creation of desktop widgets utilizing your knowledge of

More information

ConcourseSuite 7.0. Installation, Setup, Maintenance, and Upgrade

ConcourseSuite 7.0. Installation, Setup, Maintenance, and Upgrade ConcourseSuite 7.0 Installation, Setup, Maintenance, and Upgrade Introduction 4 Welcome to ConcourseSuite Legal Notice Requirements 5 Pick your software requirements Pick your hardware requirements Workload

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

IUCLID 5 Guidance and support

IUCLID 5 Guidance and support IUCLID 5 Guidance and support Installation Guide for IUCLID 5.4 Client-Server Architecture Microsoft Windows October 2012 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information