Installation & Configuration - Enterprise, Group and Community Server

Size: px
Start display at page:

Download "Installation & Configuration - Enterprise, Group and Community Server"

Transcription

1 Installation & Configuration - Enterprise, Group and Community Server System Requirements System Requirements for the Server: System Memory: 2 GBytes (3 GB recommended for Windows Vista/7/Server Operation Systems) Hard Drive Space: About 100 MBytes (Onepoint Project base distribution + Application Server) Operating System: Linux, Windows XP/Vista/7, Windows Server 2003 or later, MacOS 10.5 or later Java SE Runtime Environment 5.0 or 6.0 by Oracle/Sun Microsystems (latest JRE or JDK 6.0 recommended) Tomcat 5.5 Application Server or later (latest stable release of Tomcat 6 highly recommended) Databases that can be used for our "Community Server": PostgreSQL 8.3 or 8.4 (Unicode/UTF-8 character set) Databases supported to be used with our "Group-" or "Enterprise Server": PostgreSQL 8.3 or 8.4 (Unicode/UTF-8 character set) Microsoft SQL 2005 or later Oracle 10g or 11g (Unicode/UTF-8 character set) Note: For good performance, please make sure to install the database and the application-server on the same machine System Requirements for Clients: System Memory: 1 GByte Operating System: Linux, Windows XP/Vista/7, Windows Server 2003 or later, MacOS 10.5 or later Windows Browsers: Internet Explorer 7 or later, Firefox, Google Chrome Linux Browsers: Firefox MacOS Browsers: Safari Java SE Runtime Environment 5.0 or 6.0 by Oracle/Sun Microsystems (latest version 6.0 Java Plug-in recommended) Note: Starting with this release, the support for the database MySQL was dropped for our "Community Server". Users of MySQL databases should please move their existing data to a PostgreSQL 8.3 or 8.4 database before starting an upgrade process. For instructions on how to transfer data between different database types, please continue reading at chapter 5.3, "Database Migration" If you system still meets the system requirements and you need to upgrade a previous release of Onepoint Project, then please continue reading at chapter 5.2, "Upgrading Onepoint Project Server".

2 Installing Java If you are not sure which version is installed, please execute the following command in your terminal or command line: java -version This should show something like "Java(TM) SE Runtime Environment" along with the version number. If the command does not work at all, then most likely no Java is installed yet. If this is the case or the version is lower than 5.0 then please install a newer version: Windows users: You can download the newest releases from (JDK and JRE) or (JRE) MacOS users: Java is already installed and comes with the operating system - Please use the Software Update feature in the Apple Menu to install the latest version (Instructions can be found here Linux users: You can download the newest releases from (JDK and JRE) or (JRE only, rpm or binary installer) or use the package manager of your distribution to install a new version. Instructions on how to install Java and the Java Plug-in can be found on the download page. Note: Many Linux distributions come with OpenJDK which cannot be used for Onepoint Project Installing the "Tomcat" Application Server An application server is needed to start Onepoint Project itself - This section describes how to install the 'Apache Tomcat' server. At least version 5.5 is needed but the latest releases of version 6 are known to perform better and are recommended. The examples in this manual, if not other specified, will always refer to Tomcat 6. Please download the "Core" Binary Distribution from Windows users should choose the "Windows Service Installer" distribution while MacOS and Linux users will need the tar.gz archive. Note: MacOS server and most Linux server distributions come with preinstalled versions of Tomcat or allow to install Tomcat by using a package manager. These are in most cases not the newest releases or preconfigured with additional libraries which may lead to problems when trying to start your Onepoint server. Please always install Tomcat using the original binary distributions. Installing Tomcat on Windows: To install, make sure you are logged in as a user with administrator privileges and simply doubleclick the installer (On newer Windows versions, you may need to start the installer by right-clicking it and choosing "Run as Administrator") During installation you will be asked for an optional administrator username and password. Please make sure to create that account to be able to verify Tomcat's settings after configuration. To start or stop Tomcat, please open the "Apache Tomcat 6 Properties" dialog and use the corresponding buttons (If you cannot find it, execute "Monitor Tomcat" from the new Program Group which was created during install and doubleclick the new icon in your taskbar) Installing Tomcat on MacOS There are several ways of installing Tomcat on MacOS, this is the maybe simplest way: Doubleclick the downloaded tar.gz archive to unzip it Move the unzipped folder to where you want to it install Tomcat to (For example usr/local or into your Applications folder for test-installations) Installing Tomcat on Linux You will find lots of tutorials on installing Tomcat using the tar.gz distribution in the forums of your Linux distributions. To start or stop Tomcat on MacOS or Linux, you will find the corresponding scripting files in Tomcat's "bin" folder. They are called "startup.sh" or "shutdown.sh". To execute them, open a Terminal and navigate to Tomcat's "bin" folder. Then type "./startup.sh" or "./shutdown.sh" to start or stop the server. To verify if Tomcat was installed properly, start Tomcat and connect to " with your browser (or replace "localhost" with your server's IP). After that, a welcome page should be shown in your browser.

3 1 Tomcat Configuration To be able to use Tomcat for Onepoint Project, you will need to increase it's memory/javaheap settings: Windows Users: Open the "Apache Tomcat Properties" dialog (Is actually tomcat5w.exe or tomcat6w.exe in your Tomcat installation's "bin" folder) Select the "Java" tab Enter "512" for Initial memory pool and "1024" for Maximum memory pool In the "Java Options" field, add the lines "-XX:PermSize=128m" and "-XX:MaxPermSize=384m" Note: If you have chosen the zip distribution instead of the installer, please open or create the file "setenv.bat" in Tomcat's "bin" folder and add the line: set JAVA_OPTS=-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=384m The settings in this file will be automatically applied with the next server restart. To verify your changes, please connect to the Tomcat welcome-page with your browser, for example " and click "Status". After singning on, the section "JVM" should show the increased settings. MacOS or Linux users: Please create a file "setenv.sh" in Tomcat's "bin" folder and add the lines #!/bin/sh # export JAVA_OPTS='-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=384m' The settings in this file will be automatically applied with the next server restart. To verify your changes, please open a command line or terminal and execute the following command: ps aux grep catalina In the result which will be displayed after executing the command, you should now find something like "-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=384m" To enable SSL for Tomcat, please read the following guide: Onepoint Project itself does not need additional configuration for SSL/https.

4 The Database Onepoint Project stores all it's data in a separate database. Our Community Server needs the database PostgreSQL, version 8.3 or 8.4 to be installed (Compatible JDBC driver is already included in Onepoint Project) while our Group or Enterprise Server allows to choose one of the following supported databases: PostgreSQL 8.3 or 8.4 Microsoft SQL 2005 or later Oracle 10g or 11g For communications between Onepoint Project and the database we use a JDBC driver file, which is different for each database and can usually be downloaded from the database manufacturer's homepage. For PostgreSQL 8.3/8.4 and Microsoft SQL these drivers are already included. Users of Oracle databases will have to download the correct "JDBC Thin" driver according to your database- and Java-version and copy it into Tomcat's "/common/lib" (Tomcat 5.5) or "/lib" (Tomcat 6) folders (Can be found in Oracle's download-area). To finally be able to connect to the database, you will need to create an empty space for our tables and a user-account/login which allows to write data to it. He are examples for these preparations, with an example for each database type: 1 PostgreSQL Before installing Onepoint Project please make sure that the database's default timezone was set to "GMT". The needed steps are described in the chapter "APPENDIX" at section 7.2 near the end of this document. To be able to connect to a PostgreSQL database we will need an empty database and a database user to connect to it. These are the basic steps for the PostgreSQL console, assuming your database's default user is called "postgres": Open a command line or terminal window and type psql -Upostgres Enter the password which you specified when installing PostgreSQL and proceed with the following commands to create a database called "opproject", belonging to the user "opproject" and with password "opproject" postgres=# create user opproject password 'opproject'; postgres=# create database opproject owner opproject encoding 'utf-8'; postgres=#\q 2 Microsoft SQL To be able to connect to a MS SQL database we will need a "login", an empty database and a database user to connect to it. Please make sure that you are logged into the database with permissions to create the needed elements, for example as a local administrator user (Windows Authentication) or as the user "sa" (SQL Authentication). This is an example for the necessary queries for the command line (For example use Management Studio to enter them): CREATE DATABASE opproject; Creates the database "opproject" CREATE LOGIN opproject WITH PASSWORD = 'opproject_secret', DEFAULT_DATABASE = opproject; Creates the login "opproject" USE opproject; CREATE USER op_user FOR LOGIN opproject; Selects the database and creates the database user "op_user", linked to the login "opproject"

5 EXEC sp_addrolemember 'db_owner', 'op_user'; Grants the necessary role "db_owner" to the user "op_user" Note: If you want to use Windows Authentication to connect to your database, you will have to add an additional "ntlmauth.dll" driver in your "WINDOWS\SYSTEM32" folder: This driver file is always included in the jtds binary distribution which can be downloaded from (Please make sure to choose the "dist" archive which includes the binaries and follow the installation instructions like described in the file "README.SSO"). 3 Oracle To be able to connect to an Oracle database server we will need "connect" and "resource" roles for the database user account: CONNECT RESOURCE (Only Standard, not Admin) These are the exact permissions which will be granted by these roles: CONNECT role has only CREATE SESSION RESOURCE has CREATE CLUSTER, CREATE INDEXTYPE, CREATE OPERATOR, CREATE PROCEDURE, CREATE SEQUENCE, CREATE TABLE, CREATE TRIGGER and CREATE TYPE Here is a small example on how to create a database user from the Oracle command line, for this small example we will not specify a tablespace and use the default one (You will have to be logged in as sysdba): create user opproject identified by opproject_secret; Will create a database user 'opproject' with the password 'opproject_secret'. grant connect, resource to opproject; Will grant connect and resource roles to the user 'opproject'. If you receive a 'ORA-28000: the account is locked' error message, you will have to unlock the account like in the following example and repeat the 'grant' statement above: alter user opproject account unlock;

6 5. Installing or Upgrading Onepoint Project Server 5.1 Installing Onepoint Project Server Linux users: Before starting the install procedure, please make sure that the user starting Tomcat is allowed to write in it's home folder (will be most likely '~tomcat', our 'Onepoint Project Home' folder will be created in this directory). Shutdown the Tomcat application server if it's started Copy the file "opproject.war" from the zipped Onepoint distribution into Tomcat's "webapps" folder Start Tomcat Next, open a browser window and enter the following URL to connect to your Onepoint Project installation: or for ssl enabled installations: If your connecting from a different computer to the server, then please replace "localhost" with the correct IP or domain name. If a different port was configured for Tomcat, please replace "8080" or "8443" with that one (ore you could remove ":8080" from the URL if you configured port "80" for the http connector). If everything works fine, the applet should be loaded and now be shown in your browser for the first time. Note: If you are installing a Group or Enterprise Server, you will now be asked to choose your license file (it's called "license.oxl.xml" - you should have received it either attached to the delivery, from a download link inside that mail or downloaded from the Onepoint Store) The last step needed is the configuration of the connection to the database: Choose the database type from the chooser Alter the "Connect String" according to your database's parameters (You can find examples for connection strings in the APPENDIX, chapter 7.1 at the end of this document) For "Database Login", enter the database user's login/name For "Database Password", enter the database user's password To load the included demonstration dataset, you can mark the checkbox "Import demodata" Click "Connect" After some time the login screen will appear - Please login as "administrator" (leave the password field empty) If the login does not appear or the database configuration is not being accepted, please search the logfiles in either Tomcat's "logs" folder (they are called "catalina" or "stdout") or the file "Onepoint Project Home/opproject/logs/opproject.log" for error messages. Note: During the installation, the folder "Onepoint Project Home", containing the directory "opproject" will be created in the home folder of the user who started Tomcat. Windows users will usually start Tomcat as a system service which will create these folders in c:\ ("c:\onepoint Project Home\opproject"). This folder stores the license file, the configuration file, the logfiles and all your backups 5.2 Upgrading Onepoint Project Server Before upgrading your server, please make sure to create a backup in the "Repository" tool (And creating an additional database dump/backup is highly recommended, too) since downgrading the data afterwards will not be possible. 5.1 Upgrading an existing Onepoint Project Server 10.0 or later: If you have already installed Onepoint Project Server 10.0 or later, Please make sure to backup your data first (create a database dump/backup and a backup in the tool ADMINISTRATE/Repository) and follow these few steps: Note: Users of Oracle databases: Please make sure that a compatible JDBC driver for your database can be found in Tomcat's own "/lib" or "/common/lib" folder - If not yet, please copy it from "...webapps/opproject/web-inf/lib" to this folder Shutdown Tomcat Move the files "opproject.war" and the folder "opproject" out of Tomcat's "webapps" directory or delete them Copy the file "opproject.war" from the new distribution into Tomcat's "webapps" folder Start Tomcat and connect to your Onepoint installation with your webbrowser Users of Group or Enterprise Server: If your existing license file is not valid anymore for the new installation, you will be asked for a new one (license.oxl.xml) - If this is the case, please choose the correct file with the dialog. After the last step it can take some minutes until the login appears (especially when upgrading to a new major release). At this point, the database schema will be updated and if needed, the plannings will be recalculated. The progress can be best monitored by opening the

7 logfiles in either Tomcat's "logs" folder (they are called "catalina" or "stdout") or using the file "Onepoint Project Home/opproject/logs/opproject.log" 5.2 Upgrading from 9.x or earlier to 10.0 or later: Linux users: Before starting the upgrade procedure, please make sure that the user starting Tomcat is allowed to write in it's home folder (will be most likely '~tomcat', our 'Onepoint Project Home' folder will be created in this directory). Please make sure to backup your data first (create a database dump/backup and a backup in the tool ADMINISTRATE/Repository) and follow these few steps: Shutdown Tomcat Copy or move the files "configuration.oxc.xml" and your "backup" folder out of Tomcat's "...webapps/opproject" directory Move the files "opproject.war" and the folder "opproject" out of Tomcat's "webapps" directory or delete them Copy the file "opproject.war" from the new distribution into Tomcat's "webapps" folder Start Tomcat After the new "...webapps/opproject" folder was deployed, connect with a browser to your Onepoint installation (For example Note: Now the folder "Onepoint Project Home", containing the directory "opproject" will be created in the home folder of the user who started Tomcat. Windows users will usually start Tomcat as a system service which will create these folders in c:\ ("c:\onepoint Project Home\opproject") Move everything you copied out of the old installation at step number 2 back into the new "Onepoint Project Home/opproject" folder If you are using an Oracle database, please add a compatible JDBC driver in the folder "...webapps/opproject/web-inf/lib" or even better - place it in Tomcat's own "/lib" or "/common/lib" folder to make it available for other applications or for future installations or upgrades, too Restart Tomcat and connect to your Onepoint installation with your webbrowser You will be asked for you new license file (license.oxl.xml) - please choose the correct file with the file dialog After the last step it can take some minutes until the login appears (especially when upgrading to a new major release). At this point, the database schema will be updated and if needed, the plannings will be recalculated. The progress can be best monitored by opening the logfiles in either Tomcat's "logs" folder (they are called "catalina" or "stdout") or using the file "Onepoint Project Home/opproject/logs/opproject.log" 5.3 Database Migration Note: These instructions assume that your installation was already upgraded to Onepoint Project 10.0 or later and that the destination database was already installed and prepared like described in chapter Make sure to backup your data first (create a database dump/backup and a backup in the tool ADMINISTRATE/Repository) Sign off and stop Tomcat Delete the file "Onepoint Project Files/opproject/configuration.oxc.xml" Start Tomcat Connect to your installation with the web-browser as usual (Since the file "configuration.oxc.xml" is missing now, the database-configuration form will be shown) Enter the connection settings for your new (destination-)database (After the connection-parameters have been confirmed, the new database-schema gets created - This process can take a few seconds) After the login-form is shown, sign on as "administrator" Open the system-settings toolset (by clicking the tool-shaped button in the upper right corner) Select the tool "Repository" and restore the backup you created on the source database Note: If the restore-process fails, please check the logfile "opproject.log" in the folder "Onepoint Project Home/opproject/logs/" for error-messages

8 6. Onepoint Project Configuration When starting the software for the first time, all database connection parameters are stored in a file called "configuration.oxc.xml". It can be found in your "Onepoint Project Home/opproject" folder. This chapter sums up how to configure or add other configuration options in this file. If you make changes to this file which are not allowed or will not work, then the file will be renamed to "configuration.oxl.xml.bak". If this is the case, then the "opproject.log" logfile will give a hint on what went wrong. This is an example how your configuration file could look like after you installed Onepoint Project the first time: <?xml version= "0" encoding= "UTF-8"?> <configuration> <database name= "Default" > <database-type> PostgreSQL</database-type> <database-driver> org.postgresql.driver</database-driver> <database-url> jdbc:postgresql://localhost:5432/opproject</database-url> <database-login> opproject</database-login> <database-password encrypted= "true" >dgnlam9ychbvzxjlbmltzwvhcna= </database-password> </database> </configuration> Everything between <database name="default"> and </database> describes your working database connection and should remain unchanged. To add other configuration options to this file which are not automatically written to it, please open it with a texteditor or xml editor and insert the additional settings between the closing </database> and </configuration> entries. For example: </database> <smtp-server> </smtp-server> <max-attachment-size> 40</max-attachment-size> </configuration> 6.1 Enabling the Notification System (Group and Enterprise Server) <smtp-server>localhost</smtp-server> If the SMTP-Server is running on a different computer, please replace "localhost" with the domain name or IP of your SMTP Server and save the file. After restarting Tomcat, the notification system will be enabled (Of course, you will need to enter -adresses for all your users in the "Users" tool - and enable the needed notifications in the "Notifications" tool) 6.2 Configuring the Notification Trigger (Group and Enterprise Server) Some notifications like for example "Scheduled work was not yet started" are sent at the same time every day at 8:00 AM GMT. This can be overridden by the following setting (Here an example to send the notifications at 12'clock, every day): <notification-trigger> * *?</notification-trigger> The full documentation on the the format of the "Cron-Expression" string inbetween <notification-trigger> and </notification-trigger> can be found here: Maximum File Size for Attachments and Documents <max-attachment-size>10</max-attachment-size> The value stands for the size in MBytes - The example above would set the maximum attachment size to 10 MBytes. The reason for setting a default limit for the attachment size was that some JDBC drivers work more efficient than others and 5 Mbytes is safe for all databases. If you want to use higher settings like 50 MBytes for example, please make sure to set high -Xmx for Tomcat (1 GByte minimum) and use either PostrgeSQL, MS SQL or Oracle databases. For attachment sizes 100 MBytes and above, Oracle is recommended.

9 6.4 Remote Javaheap Setting for Clients <client-jvm-options>-xmx256m</client-jvm-options> This setting was introduced with version 9.1 update 1 and makes it possible to remotely increase the applet/clientside javaheap (works exactly like increasing server-side javaheap, in the example above increases the setting to 256 MBytes). Please note that your browsers' plugin versions must be Java 6.0_10 or later in order to be able to handle this setting. Older Java versions will ignore this setting. 6.5 Backup Folder Location <backup-path>path</backup-path> Please replace "PATH" with the full path to your backup folder - For example <backup-path>d:\2009\backup</backup-path> 6.6 LDAP/Active Directory Configuration (Group and Enterprise Server) Our Group and Enterprise Servers can connect to OpenLDAP or Active Directory to retrieve user accounts and groups. Please contact our support-hotline for the full documentation on this subject, along with example configuration files. 6.6 JIRA Connector (Group and Enterprise Server) Release 10.1 and later optionally allow to connect to the issue and project tracking tool JIRA by Atlassian. Please note that this new option has to be activated in your license file (If you want to try that new option please contact our sales or support-team). Detailed information on how to install the plugin and how to configure the connection itself can be found in the file "install_jira_configuration.pdf" in the folder "jira_plugin" of the downloaded Group- or Enterprise Server zip-distribution. 6.7 Configuring the JIRA Trigger (Group and Enterprise Server) All requirements, work records or tasks which have been imported from JIRA get by default synchonized with the JIRA-server at the same time every day at 8:00 AM GMT. This can be overridden by the following setting (Here an example for 12'clock, every day - the configuration works the same way like the "Notification Trigger" described in 6.2): <jira-trigger> * *?</jira-trigger> The full documentation on the the format of the "Cron-Expression" string inbetween <jira-trigger> and </jira-trigger> can be found here:

10 7. APPENDIX 7.1 Example JDBC Connection Strings A complete discussion about JDBC connect strings is way beyond the scope of this document, but we would like to provide you with example connect strings for the most simple case. PostgreSQL Connection String: This is an example connection string for a PostgreSQL instance installed with default values on "localhost" using port 5432 and database name "opproject": jdbc:postgresql://localhost:5432/opproject MS SQL Server Connection String: This is an example connection string for a MS SQL instance installed with default values on "localhost" using port 1433 and database name "opproject": jdbc:jtds:sqlserver://localhost:1433/opproject Note: If Windows server authenzication was used, please make sure to specify the domain like in the following example: "jdbc:jtds:sqlserver://localhost:1433/opproject;domain=domainname" Oracle Connection Strings: This is a connection string for a single Oracle instance installed with default values on "localhost" with SID "orcl" using port 1521: jdbc:oracle:thin:@localhost:1521/orcl or if you prefer an alternative connection string - jdbc:oracle:thin:@(description=(address=(protocol=tcp) (HOST=hostname)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) An example for an Oracle RAC connection string: jdbc:oracle:thin:@(description=(load_balance=on) (ADDRESS=(PROTOCOL=TCP)(HOST=host1) (PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=host2) (PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=service))) 7.2 Setting the GMT timezone for PostgreSQL In order to set the timezone for the database instance shutdown your PostgreSQL database instance, then: Locate the postgresql.conf file in your PostgreSQL "data" directory Open the file using any text editor (e.g. notepad) and locate the following line: #timezone = unknown # actually, defaults to TZ Change this line in the following way: timezone = GMT # actually, defaults to TZ Note: Make sure to remove the leading '#' Restart your PostgreSQL database instance (Just in case, if your PostgreSQL server fails to start after the change, please make sure that the permissions on the file 'postgresql.conf' are correct)

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

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

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013 Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Scoreboard 2.5/2.7 Installation Guide. For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit

Scoreboard 2.5/2.7 Installation Guide. For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit Scoreboard 2.5/2.7 Installation Guide For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit Updated September 3, 2013 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The following

More information

Installation Guide for contineo

Installation Guide for contineo Installation Guide for contineo Sebastian Stein Michael Scholz 2007-02-07, contineo version 2.5 Contents 1 Overview 2 2 Installation 2 2.1 Server and Database....................... 2 2.2 Deployment............................

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

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

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

JASPERREPORTS SERVER INSTALLATION GUIDE

JASPERREPORTS SERVER INSTALLATION GUIDE JASPERREPORTS SERVER INSTALLATION GUIDE RELEASE 5.6 http://www.jaspersoft.com Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft

More information

3. Installation and Configuration. 3.1 Java Development Kit (JDK)

3. Installation and Configuration. 3.1 Java Development Kit (JDK) 3. Installation and Configuration 3.1 Java Development Kit (JDK) The Java Development Kit (JDK) which includes the Java Run-time Environment (JRE) is necessary in order for Apache Tomcat to operate properly

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS

AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS AVALANCHE MC 5.3 AND DATABASE MANAGEMENT SYSTEMS Avalanche Mobility Center (MC) offers support for other database management systems (DBMS) as alternatives to the built-in PostgreSQL DBMS. This was prompted

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

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

More information

How To Use The Listerv Maestro With A Different Database On A Different System (Oracle) On A New Computer (Orora)

How To Use The Listerv Maestro With A Different Database On A Different System (Oracle) On A New Computer (Orora) LISTSERV Maestro Admin Tech Doc 3 Database Configuration January 15, 2015 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet of

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

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

Install BA Server with Your Own BA Repository

Install BA Server with Your Own BA Repository Install BA Server with Your Own BA Repository This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014

More information

Installation Guide. Release 3.1

Installation Guide. Release 3.1 Installation Guide Release 3.1 Publication number: 613P10303; September 2003 Copyright 2002-2003 Xerox Corporation. All Rights Reserverved. Xerox, The Document Company, the digital X and DocuShare are

More information

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation TIBCO ActiveMatrix BusinessWorks Process Monitor Server Installation Software Release 2.1.2 Published: May 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

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

OnCommand Performance Manager 1.1

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

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.2 Installation Guide Release Date May 10, 2011 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2010 Adeptia, Inc. All rights reserved. Trademarks

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

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

Installation, Configuration and Administration Guide

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

More information

RemoteTM Web Server User Guide. Copyright 2008-2014 Maxprograms

RemoteTM Web Server User Guide. Copyright 2008-2014 Maxprograms RemoteTM Web Server User Guide Copyright 2008-2014 Maxprograms Contents 3 Contents Introduction...5 Requirements...5 Installation...7 Email Server Configuration...7 Users Management...8 Create User...8

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

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

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

MS SQL Server Database Management

MS SQL Server Database Management MS SQL Server Database Management Contents Creating a New MS SQL Database... 2 Connecting to an Existing MS SQL Database... 3 Migrating a GoPrint MS SQL Database... 5 Troubleshooting... 11 Published April

More information

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

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

More information

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

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

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 2 (11.1.2.1.0) E17075-02 September 2011 This document provides information on: Section 1, "Oracle Team

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Installation and Upgrade Guide. PowerSchool Student Information System

Installation and Upgrade Guide. PowerSchool Student Information System PowerSchool Student Information System Released August 2011 Document Owner: Engineering This edition applies to Release 7.x of the PowerSchool software and to all subsequent releases and modifications

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

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

More information

Oracle Endeca Information Discovery Integrator

Oracle Endeca Information Discovery Integrator Oracle Endeca Information Discovery Integrator Integrator ETL Version 3.1.1 Rev. A December 2013 Copyright and disclaimer Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved. Oracle

More information

Secure Messaging Server Console... 2

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

More information

Tcat Server User s Guide. Version 6 R2 December 2009

Tcat Server User s Guide. Version 6 R2 December 2009 Tcat Server User s Guide Version 6 R2 December 2009 Confidential The ideas contained in this publication are subject to use and disclosure restrictions as set forth in the license agreement. Copyright

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

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

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

More information

SyncThru Database Migration

SyncThru Database Migration SyncThru Database Migration Overview Database Migration for SyncThru application is an intuitive tool that enables the data stored in the database of an older version of SyncThru, to be moved to the database

More information

Application Servers - BEA WebLogic. Installing the Application Server

Application Servers - BEA WebLogic. Installing the Application Server Proven Practice Application Servers - BEA WebLogic. Installing the Application Server Product(s): IBM Cognos 8.4, BEA WebLogic Server Area of Interest: Infrastructure DOC ID: AS01 Version 8.4.0.0 Application

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

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

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

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

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

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

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

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

More information

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

Scala InfoChannel Content Manager 5 Backup and Restore Instructions

Scala InfoChannel Content Manager 5 Backup and Restore Instructions 4 Scala InfoChannel Content Manager 5 Backup and Restore Instructions This document describes how to backup and restore Scala InfoChannel Content Manager 5. Databases currently supported are: PostgreSQL

More information

Set Up BA Server and Tools

Set Up BA Server and Tools Set Up BA Server and Tools This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

Configuring an Alternative Database for SAS Web Infrastructure Platform Services

Configuring an Alternative Database for SAS Web Infrastructure Platform Services Configuration Guide Configuring an Alternative Database for SAS Web Infrastructure Platform Services By default, SAS Web Infrastructure Platform Services is configured to use SAS Framework Data Server.

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Polarion Application Lifecycle Management Platform. Installation Guide for Microsoft Windows

Polarion Application Lifecycle Management Platform. Installation Guide for Microsoft Windows Polarion Application Lifecycle Management Platform Installation Guide for Microsoft Windows Version: 2015 SR1 Polarion Application Lifecycle Management Platform Installation Guide for Microsoft Windows

More information

APIS CARM NG Quick Start Guide for MS Windows

APIS CARM NG Quick Start Guide for MS Windows APIS CARM NG Quick Start Guide for MS Windows The information contained in this document may be changed without advance notice and represents no obligation on the part of the manufacturer. The software

More information

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

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

PUBLIC Installation: SAP Mobile Platform Server for Linux

PUBLIC Installation: SAP Mobile Platform Server for Linux SAP Mobile Platform 3.0 SP11 Document Version: 1.0 2016-06-09 PUBLIC Content 1.... 4 2 Planning the Landscape....5 2.1 Installation Worksheets....6 3 Installing SAP Mobile Platform Server....9 3.1 Acquiring

More information

What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting

What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting Version 1.6 1 1 1 2 2 8 8 9 9 9 What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting your Installation Managing

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

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

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

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

More information

Table of Contents. Requirements and Options 1. Checklist for Server Installation 5. Checklist for Importing from CyberAudit 2.0 13

Table of Contents. Requirements and Options 1. Checklist for Server Installation 5. Checklist for Importing from CyberAudit 2.0 13 Cy be r Audi t We b Table of Contents C H A P T E R 1 Requirements and Options 1 System and Hardware Requirements...1 Computer... 1 Operating System... 1 Browser... 2 CyberLock Hardware... 2 Installation

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Prerequisites and Configuration Guide

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

More information

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org Lucid Key Server v2 Installation Documentation Contents System Requirements...2 Web Server...3 Database Server...3 Java...3 Tomcat...3 Installation files...3 Creating the Database...3 Step 1: Create the

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

Quark Publishing Platform 10.2 ReadMe

Quark Publishing Platform 10.2 ReadMe Quark Publishing Platform 10.2 ReadMe CONTENTS Contents Quark Publishing Platform 10.2 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...9 Other optional

More information

SMART Vantage. Installation guide

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

More information

DeskNow. Ventia Pty. Ltd. Advanced setup. Version : 3.2 Date : 4 January 2007

DeskNow. Ventia Pty. Ltd. Advanced setup. Version : 3.2 Date : 4 January 2007 Ventia Pty. Ltd. DeskNow Advanced setup Version : 3.2 Date : 4 January 2007 Ventia Pty Limited A.C.N. 090 873 662 Web : http://www.desknow.com Email : info@desknow.com Overview DeskNow is a computing platform

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

SurfCop for Microsoft ISA Server. System Administrator s Guide

SurfCop for Microsoft ISA Server. System Administrator s Guide SurfCop for Microsoft ISA Server System Administrator s Guide Contents INTRODUCTION 5 PROGRAM FEATURES 7 SYSTEM REQUIREMENTS 7 DEPLOYMENT PLANNING 8 AGENTS 10 How It Works 10 What is Important to Know

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

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

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

IUCLID 5 Guidance and Support

IUCLID 5 Guidance and Support IUCLID 5 Guidance and Support Installation Guide for IUCLID 5.4 Stand-alone Application Custom Installation on Microsoft Windows October 2012 Legal Notice Neither the European Chemicals Agency nor any

More information

Oracle Product Data Quality

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

More information

Important Release Information and Technical and Deployment Support Notes

Important Release Information and Technical and Deployment Support Notes PrinterOn On-Premise Server Release Technical Support Notes Important Release Information and Technical and Deployment Support Notes During the course of product development and support, configurations

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information