SQuORE 2011-C Installation and Administration Guide

Size: px
Start display at page:

Download "SQuORE 2011-C Installation and Administration Guide"

Transcription

1 SQuORE 2011-C Installation and Administration Guide Reference : SIM_SQuORE Version : 2011-C SQuORING Technologies 76, allées Jean Jaurès / Toulouse - FRANCE / Tel APE 5829 C - SIREN RCS Toulouse

2 Copyright 2011 SQuORING Technologies Abstract This edition of the Installation and Administration Guide applies to SQuORE 2011-C and to all subsequent releases and modifications until otherwise indicated in new editions. Licence No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any human or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise, without the prior written permission of the copyright owner, SQuORING Technologies. SQuORING Technologies reserves the right to revise this publication and to make changes from time to time without obligation to notify authorized users of such changes. Consult SQuORING Technologies to determine whether any such changes have been made. The terms and conditions governing the licensing of SQuORING Technologies software consist solely of those set forth in the written contracts between SQuORING Technologies and its customers. All third-party products are trademarks or registered trademarks of their respective companies. Warranty SQuORING Technologies makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. SQuORING Technologies shall not be liable for errors contained herein nor for incidental or consequential damages in connection with the furnishing, performance or use of this material.

3 Table of Contents Typographical Conventions... iv Acronyms and Abbreviations... v 1. Introduction Foreword Overview Contacting SQuORING Technologies Product Support Responsibilities The SQuORE Architecture The SQuORE Ecosystem The SQuORE Database The SQuORE Application Server The SQuORE Client The SQuORE Command Line Interface The SQuORE Continuous Integration Plug-Ins The SQuORE Licence Server Installing SQuORE Installation Prerequisites Installing SQuORE on Windows Installing SQuORE on Linux Starting SQuORE Starting SQuORE on Windows Starting SQuORE on Linux SQuORE Administration Looking at the SQuORE Configuration Adjusting the SQuORE Configuration Using the SQuORE Database Administration Scripts Backing-Up the SQuORE Database On Windows On Linux Restoring a SQuORE Database On Windows On Linux Resetting the SQuORE Database On Windows On Linux Updating the SQuORE Licence File Connecting to a Remote Licence Server Running SQuORE as a Service Sizing the SQuORE Server and Database Disk Usage Project Size and Growth Performance Implications Available RAM Project Volume Index iii

4 Typographical Conventions The following conventions are used in this manual. Typeface or Symbol Meaning Bold Italic Courier New Courier Bold Book titles, important items, or items that can be selected including buttons and menu choices. For example: Click Next > to continue A name of a user defined textual element. For example: Username : admin Files and directories; file extensions, computer output. For example: Edit the config.xml file Commands, screen messages requiring user action. For example: Username : admin > Menu choices. For example: Select File > Open. This means select the File menu, then select the Open command from it. <...> Generic terms. For example: <InstallationDir> refers as the SQuORE installation directory. Notes : Screenshots displayed in this manual may differ slightly from the ones in the actual product. <InstallationDir> refers to the SQuORE installation directory. iv

5 Acronyms and Abbreviations The following acronyms and abbreviations are used in this manual. CI CLI COTS IDE IE GB JDK JEE KPI MB SQuORE Continuous Integration Command Line Interface Commercial Off-The-Shelf Integrated Development Environment Internet Explorer Gigabyte Java Development Kit Java Enterprise Edition Key Performance Indicator Megabyte Software Quality Objective Rating for Evaluation v

6 1. Introduction 1.1. Foreword This document (reference: SIM_SQuORE) has been released by SQuORING Technologies. It is part of the user documentation of the SQuORE software product edited and distributed by SQuORING Technologies Overview This document is the Installation Guide for the SQuORE software product. While we recommend that you read it in its entirety, we divided it up into chapters for an easier introduction to SQuORE: Jump to Chapter 2, The SQuORE Architecture to learn about the available SQuORE components. Jump to Chapter 3, Installing SQuORE to learn how to deploy SQuORE in your environment. Jump to Chapter 4, Starting SQuORE to learn how to to launch the SQuORE server. Jump to Chapter 5, SQuORE Administration to discover how to maintain a SQuORE installation. Jump to Chapter 6, Sizing the SQuORE Server and Database to evaluate the resources that SQuORE will require in your environment. If you want to install SQuORE Command Line Interface, refer to the online SQuORE open wiki: For information on how to use and configure SQuORE, the following manuals are also available: SQuORE Getting Started Guide, SQuORE Configuration Guide, SQuORE Reference Manual Contacting SQuORING Technologies Product Support If the information provided in this manual is erroneous or inaccurate, or if you encounter problems during your installation, contact SQuORING Technologies Product Support: You will need a valid SQuORE customer account to submit a support request. You can create an account on the support website if you do not have one already. For any communication: support@squoring.com SQuORING Technologies Product Support 76, allées Jean Jaurès / Toulouse - FRANCE 1

7 1.4. Responsibilities Approval of this version of the document and any further updates are the responsibility of SQuORING Technologies. 2

8 2. The SQuORE Architecture 2.1. The SQuORE Ecosystem SQuORE is based on a traditional 3-tier architecture consisting of: a database an application server a client front-end accessible through a Web Browser The SQuORE Architecture 2.2. The SQuORE Database The SQuORE database is a PostgreSQL database used for storing: a hierarchy of artefacts defined in a software projects (e.g. files, classes, functions) incremental sets of base measures (e.g. complexity measures provided by the SQuORE data providers) incremental sets of derived measures (i.e. all measures computed by the specified SQuORE analysis model) 2.3. The SQuORE Application Server The SQuORE application server is based on the JBoss/JEE framework. Its main functionalities are: Aggregating data coming from the various SQuORE data providers Applying an analysis model, producing high-level key performance indicators Exploring and analysing the results using efficient graphical representations and statistical features 3

9 2.4. The SQuORE Client SQuORE end-users access the server services through a Web interface that enables them to: create projects including all data collected on the software artefacts, explore the results i.e. the artefact levels of performance, using a user-specific, dynamic dashboard making use of filtering and sorting features, export information for reporting purposes. SQuORE is compatible with many browsers. The following is the list of officially supported browsers. The higher up the list a browser appears, the more compatible it is with SQuORE: Google Chrome version 5 or higher Mozilla Firefox, version 3.5 or higher Apple Safari Microsoft Internet Explorer 8 Microsoft Internet Explorer 7 Microsoft Internet Explorer 6 For more details on performance-related requirements when using SQuORE, please refer to Chapter 6, Sizing the SQuORE Server and Database The SQuORE Command Line Interface In order to provide compatibility with Continuous Integration systems (see Section 2.6, The SQuORE Continuous Integration Plug-Ins ), SQuORING Technologies also delivers the SQuORE Command Line Interface (CLI): a set of APIs used to remotely create and manage software projects. SQuORE CLI is a SQuORE add-in that allows a SQuORE client to locally analyse project source code files visible to the client machine and send the results to a remote SQuORE server. SQuORE CLI comes as a simple archive file that can be downloaded from SQuORING Technologies's support site: For more information about installing SQuORE CLI, refer to the online SQuORING Technologies open wiki: The SQuORE Continuous Integration Plug-Ins SQuORING Technologies also provides plug-ins for integrating SQuORE with Continuous Integration systems. Two SQuORE CI plug-ins are available: one for CruiseControl and one for Jenkins. Each plug-in is made of two builders and one publisher : The first builder activates SQuORE to collect base measures on the source code artefacts. 4

10 The second builder runs after all other code analysis tools and sends data to the SQuORE server. The publisher is used to show the SQuORE rating for the current project, for deeper result analysis, the user is redirected to the SQuORE server. The SQuORE CI plug-ins use the SQuORE Command Line Interface. Contact SQuORING Technologies product support to get the SQuORE CI plug-ins or enquire about the installation procedure The SQuORE Licence Server The SQuORE Server requires a valid licence in order to start and run. The licence information is served by the SQuORE Licence Server, which reads the licence file squoreserver.p7s located in <INSTALLATIONDIR>/Server/server/default/conf/licenses. The licence file is delivered by SQuORING Technologies and can be copied on the licence server at installation time or post-installation. In all cases, the SQuORE Licence Server must be restarted to read the new licence information. If you run multiple SQuORE Servers, you can choose to connect each one to its own licence server, or you can connect them all to the same SQuORE Licence Server, in which case they will share the available resources. SQuORE licences restrict SQuORE usage according to the following parameters: A licence has a start date, meaning that it becomes active at a date decided by SQuORING Technologies when the licence is issued. A licence has an end date, meaning that it becomes invalid at a date decided by SQuORING Technologies when the licence is issued. A licence is tied to a particular server host-id, a fingerprint of some of the hardware components of a server, making it impossible to share a licence between servers. A licence defines a number of users per installation. This number is the maximum amount of accounts that can be created in the SQuORE database. A licence imposes that each SQuORE user should log into SQuORE using their own personal account. 5

11 3. Installing SQuORE 3.1. Installation Prerequisites For a successful installation of SQuORE, you will need: the latest version of the SQuORE installer, which can be download from the SQuORING Technologies support website (see Section 1.3, Contacting SQuORING Technologies Product Support ) a user account with system administrator privileges the SUN Java Development Kit version 1.6 or higher at least 550 MB of space available on the disk for a full installation at least 2 GB of RAM on the server (4 GB recommended) optionally, a valid license file. Note: Depending on the type of licence agreement, the licence information may have been delivered by . The licence file can be added after installation with no need to re-install the product (see Section 5.7, Updating the SQuORE Licence File ). Note that on Windows platforms, some third-party libraries require the presence of Visual C++ Libraries runtime components. If they are not installed on your server, you can download them from the Microsoft website: details.aspx?displaylang=en&id=5638 On Linux platforms: Perl version 5.10 or greater; Tcl version 8.3 or greater, PostgreSQL version 8.4 or greater. For more details about required packages, see Section 3.3, Installing SQuORE on Linux 3.2. Installing SQuORE on Windows 1. Log on with an account that has administrator privileges. 2. Launch the SQuORE installer. A Welcome screen appears. 6

12 The SQuORE installer Welcome screen 3. Click on the Next button to start the installation: The SQuORE Licence Agreement screen displays. 7

13 The SQuORE Licence Agreement screen 4. Click I Agree to accept the terms of the agreement and continue with the installation. 5. The next screen allows you to choose which components of SQuORE will be installed. The SQuORE Choose Components screen Three types of installations are available: Full: all components will be installed Minimal: only the SQuORE Server will be installed. Use this mode if a PostgreSQL server and a distribution of the Perl scripting environment are already available on the server Custom: only the selected components will be installed The optional components to be installed can also be selected by checking the corresponding boxes. If you are unsure which option is the best for you, you can safely use the Full installation, so that all SQuORE components are installed locally. Select the appropriate installation profile. Then, click on the Next button. 6. The next screen allows selecting the SQuORE installation folder, where the application server will be installed. 8

14 The SQuORE Server installation folder screen Check that the location suggested by the SQuORE installer is appropriate. If not, use the Browse... button to select another location. <InstallationDir> will now refer to the SQuORE installation directory specified in the Destination Folder text box. After specifying the Destination Folder, click on the Next button. 7. The next screen offers more installation parameters: 9

15 The SQuORE installation parameters screen JDK 1.6 directory: the directory where the SUN JDK 1.6 is installed. Remember that SUN JDK version 6 or higher is requested (see Section 3.1, Installation Prerequisites ). 8. Check if the default location suggested by the SQuORE Installation Wizard is appropriate. If not, use the button... to select a new one. Advanced PostgreSQL configuration: checking this box allow you to change the default configuration of PostgreSQL database server (see hereafter). Advanced JBoss AS configuration: checking this box allows you to change the default configuration of the SQuORE JBoss application server. For security reasons, the default JBoss AS is only bound to localhost. If you are planning to access the server from other computers on your network, please use the Advanced JBoss AS configuration. Licensing key: the location of the SQuORE licence file you wish to use for your installation. Note that you can leave this field empty at this time and provide the licence information only after the installation procedure has finished. This is explained in further details in Section 5.7, Updating the SQuORE Licence File ). 9. Use the... button to select the licence file. The file (named SQuORE-server.p7s) should have been previously provided by SQuORING Technologies according to the applicable SQuORE licencing agreement. After validating the file location, click on the Next button. 10.In you selected the Advanced PostgreSQL configuration, the following three screens will be displayed, allowing changing all or part of the default configuration of the SQuORE PostgreSQL database server. 10

16 The PostgreSQL cluster configuration screen It is strongly recommended to use the different physical disk for the cluster and the backup directories. The PostgreSQL server configuration screen The SQuORE database configuration screen After adjusting the settings in the screens above, click on the Next button. 11.If you selected the Advanced JBoss AS configuration, the following screen will be displayed, allowing you to change all or part of the default configuration of the SQuORE JBoss application server. If you want your SQuORE server to be accessible from anywhere on your network, please use for the bind address. Otherwise you will only be able to access 11

17 SQuORE from the SQuORE server itself. Available service binding set are ports-default, ports-01, ports-02 and ports-03. The JBoss AS networking configuration screen After adjusting the settings, click on the Next button. 12.The following screen is a summary of the parameters you specified for the installation and allows you to confirm that they correspond to your expectations before launching the installation: The SQuORE configuration summary screen Check the installation parameters are appropriate and click on the Install button to start installing SQuORE. Note: The installation may take a few minutes 13.After all of the SQuORE components have been installed, click the Next button. 12

18 when the installation process completes, the following screen is displayed. The SQuORE installation completed screen 13

19 14.Click the Finish button to clsoe the SQuORE Installation Wizard. SQuORE is now ready for use. Refer to the next section to learn how to launch SQuORE and, if applicable, change the default configuration Installing SQuORE on Linux Before installing SQuORE on a Linux platform, verify that the following items are already installed: the SUN JDK version 6 or greater Perl version 5.10 or greater including the libraries Algorithm::Diff and DBD::Pg Tcl version 8.3 or greater PostgreSQL version 8.4 including at least the postgresql-server and pgadmin3 packages (they can be installed using the package-manager delivered with your Linux distribution) 1. Unzip the SQuORE_Linux_2011-C.<buildNumber>.tar.bz2 archive file and then extract the content of the tar file in <InstallationDir>: i.e. the selected SQuORE installation directory. tar -xf SQuORE_Linux_2011-C.<buildNumber>.tar.bz2 <InstallationDir> now contains a new folder called SQuORE. As an example: / home/user/squoring/squore/. 2. Run the SQuORE installation script in a command shell: <InstallationDir>/SQuORE/Bin/install.sh b D <SQuOREDBRepository> where <SQuOREDBRepository> is the path of the new directory where the SQuORE database will be stored. 3. Set up the SQuORE licensing key by copying the file named SQuORE-server.p7s in the following folder: <InstallationDir>/Server/server/default/conf/licenses The file SQuORE-server.p7s should have been previously provided by SQuORING Technologies according to the applicable SQuORE licensing agreement. SQuORE is now ready for use. Refer to the next section to see how to launch SQuORE and, if applicable, change the default configuration. 14

20 4. Starting SQuORE 4.1. Starting SQuORE on Windows The SQuORING program group created during the installation process contains all commands to start SQuORE on Windows. 1. Launch the SQuORE Database Server: Start > SQuORING > SQuORE > Launch > StartDatabase 2. Launch the SQuORE Application Server: Start > SQuORING > SQuORE > Launch > StartServer 3. Launch the SQuORE Client: Start > SQuORING > SQuORE > Launch > StartClient Alternatively, you can type the following address in a web browser: localhost:8180/squore_server/ 4. Log into SQuORE using the default user account: Username: admin Password: admin SQuORE is now started. Please refer to the SQuORE Getting Started Guide for more details on how to use SQuORE for assessing software products and processes Starting SQuORE on Linux 1. Move into the SQuORE bin directory cd <InstallationDir>/SQuORE/Server/bin/ 2. Launch the SQuORE database (if not yet started):./startdatabase.sh 3. Launch the SQuORE Application Server:./StartServer.sh 4. Launch the SQuORE Client by typing the following address in a Web browser: localhost:8180/squore_server/ 5. Log into SQuORE using the default user account: Username: admin Password: admin SQuORE is now started. Please refer to the SQuORE Getting Started Guide for more details on how to use SQuORE for assessing software products and processes. 15

21 5. SQuORE Administration 5.1. Looking at the SQuORE Configuration During the installation process, the SQuORE Installation Wizard creates several folders and files in the SQuORE installation directory <InstallationDir>: The Bin folder contains the main commands available to administer SQuORE. Most of these commands are also available from the Start menu in the SQuORING/SQuORE program group. For more details, please refer to the SQuORE Getting Started Guide. The Configuration folder contains folders and files that end users may modify to configure and customise SQuORE: The analysis and decisions models used for assessing the software products and processes The dashboards and reports provided to the users The data providers : i.e. the scripts allowing to import base measurement data from COTS tools to SQuORE The project creation wizards For more details on how to use these configuration files, refer to the SQuORE Configuration Guide. The Database folder contains PostgreSQL tools to administer the database. The Samples folder contains some sample source code in various programming languages that can be used as examples when getting to know SQuORE. The Server folder contains the SQuORE application server. See Section 2.3, The SQuORE Application Server The Share folder contains the SQuORE user documentation and some third-party libraries (e.g. Perl). The Tmp folder contains a temporary data structure managed by SQuORE. 16

22 The file config.xml is used to specify the location of some configuration folders. See Section 5.2, Adjusting the SQuORE Configuration for more information. SQuORE_Uninst is a utility that launches the uninstallation of SQuORE. WebClient is a shortcut to directly access the homepage of the SQuORE client. Support is a shortcut to the SQuORING Technologies product support website: Adjusting the SQuORE Configuration The default configuration of SQuORE may be modified by specifying: the SQuORE temporary folder: i.e. the directory containing internal temporary SQuORE user data; By default, the SQuORE temporary folder is <InstallationDir>/SQuORE/Tmp. the SQuORE configuration folder: i.e. the directory containing folders and files accessible to the end users for configuring SQuORE, consisting of: models: the analysis and decision models used for assessing the software products and processes; default example models are available tools: the default configurations allowing to import data from data providers wizards: the default configuration associated to the project creation wizards For more information on how to use these configuration files, refer to the SQuORE Configuration Guide. By default, the SQuORE configuration is located under <InstallationDir>/SQuORE/ Configuration. There are two ways you can modify the default locations of the SQuORE temporary and configuration folders: By setting up the two environment variables SQuORE_TMP and SQuORE_CONF, to define the paths used for the SQuORE Temporary and Configuration folders respectively. Alternativaly, by updating the config.xml file located in the SQuORE installation directory so that the variables cfg and tmp point to the desired location of the SQuORE temporary and configuration folders. On Windows, the initial contents of config.xml are as follows: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <SQuORE> <cfg directory="c:\program Files\SQuORING\SQuORE\Configuration" /> <tmp directory="c:\program Files\SQuORING\SQuORE\Tmp" /> <src directory="c:\program Files\SQuORING\SQuORE\Sources" /> </SQuORE> On Linux, the initial contents of config.xmlare as follows: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <SQuORE> 17

23 <cfg directory= /SQuORING/SQuORE/Configuration" /> <tmp directory="/squoring/squore/tmp" /> <src directory="/squoring/squore/sources" /> </SQuORE> The following is an example of what config.xml may look like after your modifications: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <SQuORE> <cfg directory= /home/user/squoring/squore/configuration"/> <tmp directory= "/home/user/squoring/squore/tmp"/> <src directory= "/home/user/squoring/squore/sources" /> </SQuORE> Note that the SQuORE Sources folder is not yet in use in this version of the SQuORE product Using the SQuORE Database Administration Scripts Your installation of SQuORE includes some scripts designed to help administering the SQuORE PostgreSQL database. These scripts will let you to: save the current SQuORE Database (See Section 5.4, Backing-Up the SQuORE Database ); restore a previously saved SQuORE Database (See Section 5.5, Restoring a SQuORE Database ); reset the SQuORE Database to its initial state (See Section 5.6, Resetting the SQuORE Database ); The scripts are located in the Bin folder of the SQuORE installation directory: BackupDatabase.sh RestoreDatabase_EMPTY.sh RestoreDatabase_SAVED.sh Note: On Linux, depending on the configuration of your PostgreSQL Database installation directory, these scripts may need to be modified to operate properly. For instance, the initial content of the script RestoreDatabase_SAVED.sh is as follow: #!/bin/bash PORT=4561 HOST= USER=SQuOREAdmin DATABASE=SQuOREDB SQuOREDIR=${0%/*} FILE=$SQuOREDIR/../Database/archive/SQuOREDB_SAVED.backup echo "*** Delete database $DATABASE ***" dropdb -h $HOST -p $PORT -U $USER $DATABASE echo "*** Create database $DATABASE ***" 18

24 createdb -h $HOST -p $PORT -U $USER $DATABASE echo "*** Initialize database $DATABASE ***" psql -h $HOST -p $PORT -U $USER -f "$FILE" $DATABASE The value of the following variables can be modified to match the actual installation specified in Section 3.3, Installing SQuORE on Linux : PORT: database server port HOST: database server host-id USER: database server administration user DATABASE: database name FILE: pathname of the file to be created / used when running the scripts Backing-Up the SQuORE Database The contents of the SQuORE Database can be saved using the BackupDatabase script located in the Bin folder of the SQuORE installation directory. Executing this script creates a SQuOREDB_SAVED.backup file in the archive folder in the SQuORE Database installation directory. This backup file can later be used by a script that restores database snapshots, which we will cover in the next section On Windows 1. Launch Start > SQuORING > SQuORE > Admin > BackUp current DB On Linux Prior to running the script, check that it has been set up correctly as specified in Section 5.3, Using the SQuORE Database Administration Scripts 1. Run the SQuORE Database backup script in a command shell: <InstallationDir>/ SQuORE/Bin/BackupDatabase.sh 5.5. Restoring a SQuORE Database A previously backed-up SQuORE Database can be restored using the RestoreDatabase_SAVED script located in the Bin of the SQuORE installation directory. The script uses the backup file SQuOREDB_SAVED.backup in the archive folder in the SQuORE Database installation directory On Windows 1. Shutdown the SQuORE server: Start > SQuORING > SQuORE > Launch > ShutdownServer 2. Launch Start > SQuORING > SQuORE > Admin > Restore saved DB 3. Start the SQuORE Application server again after the script finishes via Start > SQuORING > SQuORE > Launch > StartServer 19

25 On Linux Prior to running the script, check that it has been set up correctly as specified in Section 5.3, Using the SQuORE Database Administration Scripts. 1. Shutdown the SQuORE server: <InstallationDir>/SQuORE/Server/bin/ shutdown.sh --shutdown 2. Run the SQuORE Database restore script in a command shell: <InstallationDir>/ SQuORE/Bin/RestoreDatabase_SAVED.sh 3. Start the SQuORE server again after the script finishes via <InstallationDir>/ SQuORE/Server/bin/startserver.sh 5.6. Resetting the SQuORE Database You can reset the SQuORE Database to its initial state, and therefore delete all your projects using the RestoreDatabase_EMPTY script located in the Bin folder of the SQuORE installation directory. The script uses the file SQuOREDB_EMPTY.sql in the archive folder in the SQuORE Database installation directory to import a clean database On Windows 1. Shutdown the SQuORE server: Start > SQuORING > SQuORE > Launch > ShutdownServer 2. Launch Start > SQuORING > SQuORE > Admin > Clear DB 3. Start the SQuORE server after the script finishes, via Start > SQuORING > SQuORE > Launch > StartServer On Linux Prior to running the script, check that it has been set up correctly as specified in Section 5.3, Using the SQuORE Database Administration Scripts. 1. Shutdown the SQuORE server: <InstallationDir>/SQuORE/Server/bin/ shutdown.sh --shutdown 2. Run the SQuORE Database reset script in a command shell: <InstallationDir>/ SQuORE/Bin/RestoreDatabase_EMPTY.sh 3. Start the SQuORE server after the script completes via <InstallationDir>/SQuORE/ Server/bin/startserver.sh 5.7. Updating the SQuORE Licence File A SQuORE licence key file named SQuORE-server.p7s should have been provided to you by SQuORING Technologies under the applicable SQuORE licencing agreement. Follow these steps to deploy the SQuORE licence file: 1. Shutdown the SQuORE server 2. Copy the file SQuORE-server.p7s in the following folder: <InstallationDir>/ Server/server/default/conf/licenses 20

26 3. Start the SQuORE Application server to apply the changes Connecting to a Remote Licence Server In this section, you will learn to configure SQuORE to rely on a remote licence server instead of using the default server embedded into each installation. This is useful when you run a production server and a development server, and you want the licence to be shared between both installations. Note: Before you follow these steps, ensure that the two SQuORE servers are installed and start up correcly as described in Chapter 3, Installing SQuORE and Chapter 4, Starting SQuORE. In order to point a local SQuORE server to a licence served by a remote SQuORE installation, carry out the following steps: 1. Shut down the local SQuORE server 2. Browse to <INSTALL_DIR>/server/default/conf/props and open squoreserver.properties in a text editor. 3. Uncomment the line #license.jnp = jnp://host:port/ 4. Replace host with the IP or name of the remote SQuORE server 5. Replace port with the JNP port of the remote JBOSS server (default: 1199) 6. Restart the local SQuORE server to apply the new licence configuration. The local SQuORE server is now using a remote licence server Running SQuORE as a Service It is possible to configure SQuORE to run as a service on Windows, using a tool that generates separate services for JBOSS and postgresql to start automatically. Note: Before converting your installation, make sure that the SQuORE server starts up properly by following the steps described in Section 4.1, Starting SQuORE on Windows. Follow the steps below to convert your SQuORE installation so it runs as a service: 1. Shutdown the SQuORE server 2. Execute the script <InstallationDir>/Bin/InstallService.bat as administrator. The following image is the output of the console after the services were successfully installed: 21

IGEL Universal Management. Installation Guide

IGEL Universal Management. Installation Guide IGEL Universal Management Installation Guide Important Information Copyright This publication is protected under international copyright laws, with all rights reserved. No part of this manual, including

More information

TIBCO Hawk SNMP Adapter Installation

TIBCO Hawk SNMP Adapter Installation TIBCO Hawk SNMP Adapter Installation Software Release 4.9.0 November 2012 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6 Disaster Recovery Websense Web Security Web Security Gateway v7.6 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2011 The products and/or methods

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

TIBCO Fulfillment Provisioning Session Layer for FTP Installation

TIBCO Fulfillment Provisioning Session Layer for FTP Installation TIBCO Fulfillment Provisioning Session Layer for FTP Installation Software Release 3.8.1 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

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

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

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

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

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

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

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

More information

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

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

insync Installation Guide

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

More information

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

Symantec LiveUpdate Administrator. Getting Started Guide

Symantec LiveUpdate Administrator. Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide The software described in this book is furnished under a license agreement and may be used

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

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

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Rally Installation Guide

Rally Installation Guide Rally Installation Guide Rally On-Premises release 2015.1 rallysupport@rallydev.com www.rallydev.com Version 2015.1 Table of Contents Overview... 3 Server requirements... 3 Browser requirements... 3 Access

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

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

Studio 5.0 User s Guide

Studio 5.0 User s Guide Studio 5.0 User s Guide wls-ug-administrator-20060728-05 Revised 8/8/06 ii Copyright 2006 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

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

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

TIBCO Spotfire Server Migration. Migration Manual

TIBCO Spotfire Server Migration. Migration Manual TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

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

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

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

RecoveryVault Express Client User Manual

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

More information

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

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

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

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA1826 Designing Cloud Computing Solutions Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Online Backup Linux Client User Manual

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

More information

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

Online Backup Client User Manual

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

More information

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

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

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Installation & Activation Guide. Lepide Active Directory Self Service

Installation & Activation Guide. Lepide Active Directory Self Service Installation & Activation Guide Lepide Active Directory Self Service , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under

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

Symantec Backup Exec 2010 R2. Quick Installation Guide

Symantec Backup Exec 2010 R2. Quick Installation Guide Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

More information

Novell Access Manager

Novell Access Manager J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations

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

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

UNICORN 7.0. Administration and Technical Manual

UNICORN 7.0. Administration and Technical Manual UNICORN 7.0 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

DameWare Server. Administrator Guide

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

More information

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB

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

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

DocuShare Installation Guide

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

More information

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

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

DocuShare Installation Guide

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

More information

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

Oracle Endeca Information Discovery

Oracle Endeca Information Discovery Oracle Endeca Information Discovery Quick Start Guide Copyright and disclaimer Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Upgrade Guide June 11, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen

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

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Nasuni Filer Virtualization Getting Started Guide Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Document Information Nasuni Filer Virtualization Getting

More information

NetIQ Identity Manager Setup Guide

NetIQ Identity Manager Setup Guide NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.5 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

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

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

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

IUCLID 5 Guidance and Support

IUCLID 5 Guidance and Support IUCLID 5 Guidance and Support Installation Guide for IUCLID 5.3 Client-Server Architecture Linux February 2013 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the

More information

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL IUCLID 5 Guidance and support Installation Guide Distributed Version Linux - Apache Tomcat - PostgreSQL June 2009 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the

More information

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide Dell One Identity Cloud Access Manager 7.0.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

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

Partek Flow Installation Guide

Partek Flow Installation Guide Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Upgrading to Document Manager 2.7

Upgrading to Document Manager 2.7 Upgrading to Document Manager 2.7 22 July 2013 Trademarks Document Manager and Document Manager Administration are trademarks of Document Logistix Ltd. TokOpen, TokAdmin, TokImport and TokExRef are registered

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Symantec AntiVirus Corporate Edition Patch Update

Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Patch Update Symantec AntiVirus Corporate Edition Update Documentation version 10.0.1.1007 Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec

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

UNICORN 6.4. Administration and Technical Manual

UNICORN 6.4. Administration and Technical Manual UNICORN 6.4 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Symantec Database Security and Audit 3100 Series Appliance. Getting Started Guide

Symantec Database Security and Audit 3100 Series Appliance. Getting Started Guide Symantec Database Security and Audit 3100 Series Appliance Getting Started Guide Symantec Database Security and Audit 3100 Series Getting Started Guide The software described in this book is furnished

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

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

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS FileMaker Server 7 Administrator s Guide For Windows and Mac OS 1994-2004, FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

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

safend a w a v e s y s t e m s c o m p a n y

safend a w a v e s y s t e m s c o m p a n y safend a w a v e s y s t e m s c o m p a n y SAFEND Data Protection Suite Installation Guide Version 3.4.5 Important Notice This guide is delivered subject to the following conditions and restrictions:

More information

CA Spectrum and CA Service Desk

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

More information

Imaging License Server User Guide

Imaging License Server User Guide IMAGING LICENSE SERVER USER GUIDE Imaging License Server User Guide PerkinElmer Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44

More information