perfsonar 2.0 Administration Guide Version 2.1

Size: px
Start display at page:

Download "perfsonar 2.0 Administration Guide Version 2.1"

Transcription

1 perfsonar 2.0 Administration Guide Version 2.1

2 Document History Product/Version Number: perfsonar 2.0 Date of Release: 23/07/07 Activity: JRA1 Dissemination Level PP

3 Table of Contents 1 Introduction How To Use This Guide Document Conventions Introducing perfsonar Points To Consider perfsonar 2.0 Prerequisites Manual Installation of pre-requisites Automatic Installation of pre-requisites Using the perfsonar 2.0 Bundle Installer Interactive Questions RRD Measurement Archive (Java) SQL Measurement Archive Lookup Service SSH/Telnet Measurement Point Command Line Measurement Point BWCTL Measurement Point Advanced Installation With the help of the bundle installer With the help of ant or perl scripts which are part of each service Re-configuration 40 3 Stitching What is Stitching? RRD MA Stitching SQL MA Stitching (utilisation and lightpath status) SSH Telnet MP Stitching 42 4 Backing up your configurations 43 perfsonar 2.1 i

4 Introduction 5 Upgrading your existing RRD MA and SQL MA metadata configurations 44 6 Upgrading existing (<2.0) perfsonar software 46 7 Uninstallation Uninstalling perfsonar 1.0 bundle Uninstalling older versions (<2.0 but >1.0) of perfsonar services Uninstalling services bundled in Uninstalling JAVA Services Uninstalling Perl Services Uninstalling perfsonar 2.0 bundle 49 perfsonar 2.1 ii

5 1 Introduction This guide describes the installation and configuration processes for perfsonar 2.0. It includes: A brief introduction to perfsonar 2.0. Prerequisites needed before installing perfsonar 2.0. Instructions for the installation and configuration process. Instructions for implementing Stitching. Uninstalling perfsonar How To Use This Guide This guide is aimed at the perfsonar System Administrator. As such it assumes detailed knowledge of operating system software (Windows, Linux and Unix) and of the software required for perfsonar to be installed and operate (see 2.2 perfsonar 2.0 Prerequisites on page 4). Note: It is crucial that you are familiar with the operating systems and software requirements before you attempt to install perfsonar Document Conventions This documentation uses the following typographic conventions for menus, commands, keyboard keys, and items in the program interface: Boldface Commands and names of interface items. For example option buttons, menu options, and so on. Italics Placeholders for information or parameters that you provide. For example, filename in a procedure means you type the actual name of a file. Italics are also used for new terms and the titles of books. > Used to indicate selecting an option in a hierarchical menu structure. For example: perfsonar 2.1 1

6 Introduction Select Insert > Picture > From File This instructs you to select the Insert option, followed by the Picture option, and finally the From File option. 1.2 Introducing perfsonar 2.0 perfsonar (Performance focused Service Oriented Network monitoring Architecture) is now released as the perfsonar 2.0 software bundle. The bundle has a number of enhancements to the original release: Each service is a separate product/project. The bundle contains only the bundle installer, which downloads tar balls of services that the user wishes to install Multiple Services can be installed on same tomcat New installer script: Menu based interactive installation, on-demand download of services Improved robustness with four steps for installation (pre-install, configure, deploy, test) Java and perl services compatibility Installer written in perl (requires perl), but requires Apache Ant to install Java services Includes four new services and two improved services: New Services:: Command Line MP (Java), SSH/Telnet MP (Java), BWCTL MP (Perl), SQL MA (Java) Improved Services RRD MA (Java), Lookup Service (Java) New features in all Services include: Result codes used extensively; converted most java exceptions returned to client into xml result codes Echo functionality on all java services; functions as a ping message to the service, and helps in determining status of deployments Automatic download and installation of Tomcat (all Java services) and exist XML database (RRD MA and SQL MA only) Lookup Service registrations and keep-alives across all six services perfsonar 2.0 also contains the building blocks for NRENs to provide a Multi-Domain Monitoring (MDM) service. This guide describes the installation process for personar 2.0. The sections that follow describe: The prerequisites for perfsonar 2.0 installation An overview of the personar 2.0 installation process Detailed instructions of the individual steps of the process perfsonar 2.1 2

7 2 To install perfsonar 2.0 you must: 1. Download the perfsonar 2.0 bundle into an appropriate location on your system. Check the requirements section for the service that you wish to install. See Only Java services can be installed in tomcat 2. perfsonar 2.0 Prerequisites on page 4. At a minimum, check the manual installation requirements section and install any necessary pre-requisites. See Manual Installation of pre-requisites on page Unzip and untar the bundle installer, perfsonar-2.0.tar.gz 4. Unset/remove your existing CLASSPATH variable before starting. Make sure that the variable $CLASSPATH is empty. You can do this by either removing from your.bash_profile file or executing export CLASSPATH= in the command prompt before continuing with the next step 5. Execute the bundle installer using the command perl install.pl: a. Make sure you are in the perfsonar-bundle directory (for example /home/perfsonar/perfsonar-2.0-bundle) b. If perl is not on your PATH, you will have to give the complete path to the perl binary - PERL_PATH/perl install.pl See 2.3 Using the perfsonar 2.0 Bundle Installer on page Follow the on-screen instructions. Before you start installing a service, be prepared for the questions that you will be asked. The on-screen dialogue will help you in the installation. We recommend that you familiarise yourself with the questions and answers that the installer will ask you when you install a service. See 2.4Interactive Questions on page At the end of the installation, the installer will perform tests on the installation. You must verify the results to check your installation was successful. 8. The Measurement Archives (RRD and SQL) require some stitching after installation. See 3 Stitching on page 41. perfsonar 2.1 3

8 Note: For RRD MA it is important that you set the LD_LIBRARY_PATH variable, ideally in the profile where the service is installed. This will make sure that whenever you restart tomcat or reboot the machine, the variable is applied before tomcat is restarted. If this is not done, the service will not be able to read the configured RRD Files 2.1 Points To Consider With perfsonar 2.0 you can install any number of services on the same tomcat instance. Apart from installations of different service types, these installations could also include new instances of the same service type (you can install two SQL MA services on the same tomcat along with any other service type). To make use of this feature, be aware that: If the service requires XML database (RRD MA, SQL MA and LS), please make sure that you configure each service to use a different username and password. Do not use exist XML Database USERNAMES AND COLLECTIONS across two installations. You must have a different document base for each service. To do this, choose a different service name than the one already in use. (ex: XML-LS-1.1 and XML-LS2-1.1 if they are on the same tomcat). Only Java services can be installed in tomcat 2.2 perfsonar 2.0 Prerequisites The perfsonar bundle contains six services (Web Services Applications). The prerequisites for installing each of these services are different. Some of these requirements have to be manually installed, while others can by automatically installed during the perfsonar installation process. However, you can manually install all the requirements (including the automatic ones) if required Manual Installation of pre-requisites Depending on the application/service you wish to deploy, you may be required to manually install some required software. The lists below define general prerequisites for all services, followed by specific prerequisites for the individual service. Note: Time durations given as rough estimates only, and are given only as an indication of the effort involved. They do not include stitching or installing operating systems. perfsonar 2.1 4

9 General Requirements Required for all services: Operating System: Redhat Linux/Fedora Other versions of unix are supported for most services, but not all. See the requirements for the service that you want to install Installations on Windows not supported (some services, RRD MA for example, will not work) 'wget' command should be available on the OS. This is required by the installer to download dependency software. Perl - version or higher The Perl Module, LWP RRD Measurement Archive (Java) - (Effort: ~1.5 hr) JAVA (JDK 5 version 1.5) Apache Ant (Version 1.6.x) RRDTool to read your RRD files (version 1.2.x) Make sure you have the following files related to RRDTool on your workstation. rrd.h - Usually found in $RRDTOOL_HOME/include directory. Approximately 10 files starting with the name librrd. They are usually found in $RRDTOOL_HOME/lib directory. Note: During the installation and deployment process you will be required to setup LD_LIBRARY_PATH environment variable. It is extremely important that this environment variable is set before every restart of Tomcat We suggest that the LD_LIBRARY_PATH environment variable declaration be added to the profile information of the account where this service is installed. The installation process will suggest the value to be used for this variable SQL Measurement Archive - (Effort: ~2 hr) JAVA (JDK 5 - version 1.5) Apache Ant (version 1.6.x) MySQL or PostgreSQL Relational Database Mysql (version 5.0) PostgreSQL (version 8.x) perfsonar 2.1 5

10 Lookup Service - (Effort: ~1.5 hr) JAVA (JDK 5 - version 1.5 or later) Apache Ant (1.6.x) exist XML Database (version or 1.1.1) Note: You can re-use an already installed exist XML database. However, if you are installing a new database we recommend installing it in tomcat as a webapp (download war file). Some configuration may be required after installation (see wiki/index.php/exist_db_installation_guide_for_ls for a short tutorial) SSH/Telnet Measurement Point - (Effort: ~2.0 hr*) JAVA (JDK 5 - version 1.5 or later - available here) Apache Ant - version 1.6.x - available here You will also need to know the list of routers/devices and the commands on the routers that you wish to make available via this tool Command Line Measurement Point - (Effort: ~2.0 hr*) JAVA (JDK 5 - version 1.5 or later) Apache Ant (version 1.6.x) OWAMP tool (version xx) BWCTL tool (version xx) Ping tool Traceroute tool BWCTL Measurement Point (Perl) Operating System - Redhat Linux/Fedora BWCTL MP not tested/won't work on other flavors of unix OS Perl - version or higher BWCTL tool (version 1.1b or later) Iperf tool (version or later) Perl Modules that are required to be installed manually None (unless automatic installations of the required modules fail) Automatic Installation of pre-requisites The following requirements can be installed automatically. perfsonar 2.1 6

11 Note: Even if two services have common requirements, it is not necessary to install the same software twice on the same workstation. However, you may want to record the directory where the software has been automatically installed RRD Measurement Archive (Java) Tomcat Application Server - Jakarta Tomcat exist XML Database (Version 1.0 or later - available here) RRDJtool (as JNI) SQL Measurement Archive Tomcat Application Server - Jakarta Tomcat exist XML Database (Version 1.0 or later) Lookup Service Tomcat Application Server - Jakarta Tomcat exist XML Database (Version 1.0 or later) SSH/Telnet Measurement Point Tomcat Application Server - Jakarta Tomcat Command Line Measurement Point Tomcat Application Server - Jakarta Tomcat BWCTL Measurement Point Perl Modules that will be installed automatically Bit-Vector Carp-Clan Compress-Zlib Date-Calc Date-Manip HTML-Parser HTML-Tagset IO-Tty IPC-Run libwww-perl Log-Dispatch perfsonar 2.1 7

12 Module-Build Params-Validate SOAP-Lite (version 0.66) URI XML-LibXML XML-LibXML-Common XML-NamespaceSupport XML-SAX XML-Writer XML-Writer-String 2.3 Using the perfsonar 2.0 Bundle Installer After you have downloaded and unzipped the perfsonar 2.0 bundle, you can start the installer by: 9. Execute the bundle installer using the command perl install.pl: a. Make sure you are in the perfsonar-bundle directory (for example /home/perfsonar/perfsonar-2.0-bundle) b. If perl is not on your PATH, you will have to give the complete path to the perl binary - PERL_PATH/perl install.pl The installer starts. Note: You can exit the installer at any time using the Exit command form the main menu, or typing CTRL+C. 10. The installer beginning screen displays three options: 1. Install a new service: Choose this option if you want to install a new service. You can also use this option if you have already installed an instance of the same service (for example RRD MA) but would like to install another instance on the same machine. 2: Modify or test an existing installation: Choose this option to modify configuration details or test existing installations of perfsonar services. This option will not work if you have not already installed any of the services using the perfsonar 2.0 bundle. 3: Give feedback to the perfsonar team: Your feedback will be sent to us by the installer. If you re installing a new service (and therefore select Option 1): If you chose the first option, the bundle installer provides a list of six services that can be installed. Simply choose the service that you would like to install from this list. The bundle installer automatically downloads installation files for each service and executes the installation steps in sequence for the chosen service. Before downloading the installer files for a service, the bundle installer will search to see if it can find existing downloads of installation files. If you want to install two instances of the same service on the same workstation, you can re-use the already downloaded installation files. This will not affect the first instance. perfsonar 2.1 8

13 If the bundle installer cannot find installation files, it will give you the option to either ask it to download the files and install, or you can specify an alternate path where the files have been downloaded previously. If files have to be downloaded, the installer will automatically download and extract the required files. It will ask you if you want it to extract to location different from the default one. We suggest that you choose the default location. After downloading the required files (or accepting an existing installation files directory), the bundle installer will ask you if you want to do a basic installation or an advanced one. Choose the basic installation unless you are feeling adventurous. See 2.5 Advanced Installation on page 38. The steps below are for basic installation Depending on the service chosen, you will be asked several questions. If you make a mistake at any time, quit (CTRL+C) and you can start again (bundle installer will ask you). If you experience some problems or have some questions, try out the support pages (FAQs) or contact the mailing list 2.4 Interactive Questions The perfsonar installer prompts you for the information required to install the bundled software. Below are the prompts and questions you need to answer, subdivided by service. Note: Please review these questions and have all the required information ready to hand before installing the software. Explanations for each question are given below, and appropriate defaults are included whenever possible RRD Measurement Archive (Java) Pre-installation Enter the name of the service [perfsonar-rrd-ma-2.0]: Explanation: The script asks for symbolic name. This name will be present in the address URL of the service. Default: perfsonar-rrd-ma-2.0 Enter the path where you want to install the service [/root/webapps] Explanation: Location of the service files to be stored. Default: <current_directory>/webapps Do you want me to download and install the application server Tomcat (apache-tomcat-6.0.7) for you? (y,n) perfsonar 2.1 9

14 Explanation: Application server Tomcat is a container for the service. It contains the implementation of HTTP protocol which is used by the service to send and receive messages (NMWG). If you already have it in your system you can answer 'n'. Recommendation: Tomcat version is suggested. IF answer is 'y': Enter the path for the Tomcat installation: [/root/apachetomcat-6.0.7]: Explanation: If you wanted to download Tomcat, then the script asks you where to put it. Default: <current_directory>/apache-tomcat IF answer is 'y' : Enter a URL of the Tomcat download (mirrors can be found on [1] Explanation: If you wanted to download Tomcat, then the script suggests mirror server to be used for downloading. Default: IF answer is 'n' : Enter the path for the Tomcat installation: [/usr/local/tomcat]: Explanation: If you already have Tomcat in your system, the script asks you where it is located. Default: /usr/local/tomcat Enter the port which will be used by your application server Tomcat [8080] Explanation: This is the port number that will be used by Tomcat and the service to send and receive messages (HTTP). Default: 8080 Recommendation: If you need another port number then you must also setup Tomcat to use this new number. To do this, open Tomcat's configuration file conf/server.xml and alter the port number in the Connector element :<Connector port="8080" protocol="http/1.1" maxthreads="150" connectiontimeout="20000"redirectport="8443" /> Do you want me to compile rrdjtool library for you (if not you will have to do it manually in /root/perfsonar-rrd-ma-2.0/perfsonar/contrib/rrdjtool after pre-install step)? (y,n) Explanation: The service needs the library of rrdjtool, which is an interface to RRD files. The script can build the library for you, if the answer is 'y'.. IF answer is 'y': Enter operating system type: (linux,linux- 64bit,freebsd,solaris,other) perfsonar

15 Explanation: If you wanted the script to build the library of rrdjtool, then you must provide the information what OS do you have on your machine. You can find a list of accepted operating systems in round brackets.. IF answer is 'y': Enter the directory path where header file of the rrdtool (rrd.h) can be found [/usr/local/rrdtool/include]: Explanation: If you wanted the script to build the library of rrdjtool then you must provide the information where the header file of rrdtool is located. Default: /usr/local/rrdtool/include Recommendation: The path in square brackets in only an example. IF answer is 'y': Enter the directory path where library files of the rrdtool (librrd*) can be found [/usr/local/rrdtool/lib]: Explanation: If you wanted the script to build the library of rrdjtool then you must provide the information where library files of rrdtool are located. Default: /usr/local/rrdtool/lib Recommendation: The path in square brackets in only an example. IF answer is 'y': Enter the home directory where the Java is installed (I need the home directory and not the directory where the executable binary is present) [/usr/local/jdk1.5.0]: Explanation: If you wanted the script to build the library of rrdjtool then you must provide the information where Java installation is located (rrdjtool is a java library so Java is required for building). Default: /usr/local/jdk1.5.0 Recommendation: The path in square brackets in only an example. Usage of exist xml database is recommended for the service. Installing/configuring this database as a web application in your Tomcat is also suggested. Do you want me to do this for you? (y,n) Explanation: The service contains the metadata configuration which is suggested to be stored in the xml database exist. If you want to have the metadata configuration as a plain text file you may expect that the service will be slower in generating responses. Using exist as a web application you can use your Tomcat to install the xml database. IF answer is 'y': Do you want me to download exist web application package (if not you have to do it manually)? (y,n) Explanation: The script can download xml database exist as a web application package automatically. It is possible that the time of downloading might be long. In such case download exist manually. perfsonar

16 IF answer is 'y': Enter a URL of exist web application package (exist war) [2]: Explanation: If you wanted the script to download exist, then you can see a suggested server to be used for downloading. Default: IF answer is 'y': Enter the path of directory where exist war file will be located [/root]: Explanation: If you wanted the script to download exist then you can see the suggested location where exist will be stored. Default: <current_directory> [echo] Please, insert now the following xml tag 'Context' [echo] into Tomcat configuration file server.xml [echo] (/root/apache-tomcat-6.0.7/conf/server.xml) [echo] inside existing xml tag 'Host': [echo] <Context path='/exist' [echo] docbase='/root/exist war'> [echo] </Context> Please do it now and press Enter when finished Explanation: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file. Here, we nest a Context element within a HOST element in <TOMCAT>/conf/server.xml. Do the change on the file as described, on another window, then press Enter so that the script can continue the installation. Enter the exist user name: Explanation: The script asks for xml database user name (it could be for example rrdmaservice). Enter the password for exist user name : Explanation: The script asks for the password for xml database user. Enter the password for admin exist user []: Explanation: The script asks for the password for xml database admin user. Default: If this is the first installation of exist then the password is empty. Recommendation: We suggest you change/set up the password for admin user of exist database after the service installation procedure. When the exist database password is not set (blank), perfsonar

17 everyone can alter the content of the database using exist client application (of course if a firewall does not block the access) Configuration: Enter the path of rrd metadata configuration file [/root/perfsonar-rrd-ma- 2.0/perfsonar/conf/rrd-database_TEST.xml]: Explanation: The script asks for the metadata configuration file. This file contains the description of measurement data in RRD files. If you wanted to use the xml database in the pre-install step then the metadata configuration file will be stored there later on during the Deployment. Default: The test file in square brackets is suggested only for test purposes (you can use it for the first test service installation). Do you want the service to accept messages with measurement data and store them? (y,n) Explanation: The service can receive messages with measurement data and store them in RRD files.. Enter location of new RRD files created when measurement data is sent to the service [/root/webapps]? Explanation: The service can receive messages with measurement data and store them in RRD files. Here the script asks for the location where the service will create new RRD files. Default: <current_directory>/webapps Turn on service registration to Lookup Service? (y,n) Explanation: The service can register itself to the Lookup Service. The Lookup Service stores the information about running perfsonar services in the network. IF answer is 'y': Enter the URL of LS []: Explanation: The service can register itself to a Lookup Service. The script asks for the url of the Lookup Service on which the service will register itself. Default: no url Deployment: Do you want me to start the application server Tomcat for you? (y,n) Explanation: The script can start Tomcat with the service inside, but there is also a possibility to do it manually. perfsonar

18 Recommendation: If your Tomcat is already running before Deployment, you should answer 'n'. [echo] Please, insert now the following xml tag 'Context' [echo] into Tomcat configuration file server.xml [echo] (/root/apache-tomcat-6.0.7/conf/server.xml) [echo] inside existing xml tag 'Host': [echo] <Context path='/perfsonar-rrd-ma-2.0' [echo] docbase='/root/webapps/perfsonar-rrd-ma-2.0'> [echo] </Context> Please do it now and press Enter when finished Explanation: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file. Here, we nest a Context element within a HOST element in <TOMCAT>/conf/server.xml. Do the change on the file as described, on another window, then press Enter so that the script can continue the installation. [echo] Please, make sure that Tomcat is running. [echo] You can do it using your web browser and connect the address [echo] or looking at Tomcat's log file (/root/apache-tomcat /logs/catalina.out). Press Enter when finished Explanation: The script will ask you to check if Tomcat has finished its startup phase. You can use web browser and connect to your Tomcat's web page or take a look at Tomcat's log file logs/catalina.out (after startup phase you should find there a line 'INFO: Server startup in xxx ms'), then press Enter so that the script can continue the installation. Do you want me to add new user (provided in the pre-install step) and initiate the xml database exist (If your exist is already configured and initialized for RRD MA answer 'n'. But probably it's your first run of this installation script so you have not added this user and initialized the database yet.)? (y,n) Explanation: In case of use of the xml database exist, it needs to be set up (this means it must have an account and the metadata configuration specified in the pre-install and configure steps of the installation procedure). Recommendation: If the xml database already has been set up the answer should be 'n'. perfsonar

19 2.4.2 SQL Measurement Archive Pre-install step: Enter the name of the service [perfsonar-sql-ma-1.0]: Explanation - The script asks for symbolic name. This name will be present in the address URL of the service. Default: perfsonar-sql-ma-1.0 Enter the path where you want to install the service [/root/webapps] Explanation: location of the service files to be stored. Default: <current_directory>/webapps Do you want me to download and install the application server Tomcat (apache-tomcat-6.0.7) for you? (y,n) Explanation: Application server Tomcat is a container for the service. It contains the implementation of HTTP protocol which is used by the service to send and receive messages (NMWG). If you already have it in your system you can answer 'n'. Recommendation: Tomcat version is suggested. IF answer is 'y': Enter the path for the Tomcat installation: [/root/apachetomcat-6.0.7]: Explanation: If you wanted to download Tomcat, then the script asks you where to put it. Default: <current_directory>/apache-tomcat IF answer is 'y' : Enter a URL of the Tomcat download (mirrors can be found on [3] Explanation: If you wanted to download Tomcat, then the script suggests mirror server to be used for downloading. Default: IF answer is 'n' : Enter the path for the Tomcat installation: [/usr/local/tomcat]: Explanation: If you already have Tomcat in your system, the script asks you where it is located. Default: /usr/local/tomcat Enter the port which will be used by your application server Tomcat [8080] Explanation: The script asks for port number which will be used by Tomcat and the service to send and receive messages (HTTP). perfsonar

20 Default: 8080 Recommendation: If you want to have other port number then you have to setup Tomcat to use this new one as well. To do it open Tomcat's configuration file conf/server.xml and alter the port number in the Connector element :<Connector port="8080" protocol="http/1.1" maxthreads="150" connectiontimeout="20000"redirectport="8443" /> Usage of exist xml database is recommended for the service. Installing/configuring this database as a web application in your Tomcat is also suggested. Do you want me to do this for you? (y,n) Explanation: The service contains the metadata configuration which is suggested to be stored in the xml database exist. If you want to have the metadata configuration as a plain text file you may expect that the service will be slower in generating responses. Using exist as a web application you can use your Tomcat to install the xml database. IF answer is 'y': Do you want me to download exist web application package (if not you have to do it manually)? (y,n) Explanation: The script can download xml database exist as a web application package automatically. It is possible that the time of downloading might be long. In such case download exist manually. IF answer is 'y': Enter a URL of exist web application package (exist war) [4]: Explanation: If you wanted the script to download exist, then you can see a suggested server to be used for downloading. Default: IF answer is 'y': Enter the path of directory where exist war file will be located [/root]: Explanation: If you wanted the script to download exist then you can see the suggested location where exist will be stored. Default: <current_directory> [echo] Please, insert now the following xml tag 'Context' [echo] into Tomcat configuration file server.xml [echo] (/root/apache-tomcat-6.0.7/conf/server.xml) [echo] inside existing xml tag 'Host': [echo] <Context path='/exist' [echo] docbase='/root/exist war'> [echo] </Context> Please do it now and press Enter when finished perfsonar

21 Explanation: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file. Here, we nest a Context element within a HOST element in <TOMCAT>/conf/server.xml. Do the change on the file as described, on another window, then press Enter so that the script can continue the installation. Enter the exist user name: Explanation: The script asks for xml database user name (it could be for example sqlmaservice). Enter the password for exist user name : Explanation: The script asks for the password for xml database user. Enter the password for admin exist user []: Explanation: The script asks for the password for xml database admin user. Default: If this is the first installation of exist then the password is empty. Recommendation: We suggest you change/set up the password for admin user of exist database after the service installation procedure. When the exist database password is not set (blank), everyone can alter the content of the database using exist client application (of course if a firewall does not block the access) Configuration: [echo] This service requires access to the relational database [echo] (mysql or postgesql but others can be used as well). [echo] Make sure that you have one or install it from scratch. Please do it now and press Enter when finished Explanation: The script wants to know if a relational database is installed on the system. If you already have one installed, just press Enter. If not, please install one at this point, and then press Enter so that the script can continue the installation of the service.. [echo] In order to maintain data of utilization metric and/or L2 path status metric, [echo] please, prepare your relational database. [echo] In case of mysql use simple script file mysql-sqlma-dbsetup.sql [echo] that you can find in conf directory (/root/perfsonar-sql-ma- 1.0/perfsonar/conf) [echo] of perfsonar SQL MA installation package. perfsonar

22 [echo] In case of postgresql use psql-sqlma-dbsetup.sql. [echo] (Warning: remember to change the password for perfsonar_ma user!) Please do it now and press Enter when finished Explanation: The script wants the relational database to be ready to receive the data of the metrics that work with the service. If the database is mysql, the user should use the script mysqlsqlma-dbsetup.sql. In case of a postgresql database, use psql-sqlma-dbsetup.sql. Then press Enter so that the script can continue the installation of the service.. Enter the path of sql metadata config file [/root/perfsonar-sql-ma- 1.0/perfsonar/conf/sql-database_TEST.xml]: Explanation: The script asks for the location of the metadata configuration file. This file contains the description of measurement data stored in relation database. Default: The test file in square brackets is suggested only for test purposes (you can use it for the first test service installation). Do you want to use data of L2 path status metric in domain scope which are or will be stored in your relational database? (y,n) [echo] Provide correct jdbc connection parameters [echo] for relational database where data of L2 path status metric - domain scope [echo] are stored. Explanation: The script asks if the user wants to use the L2 path status metric. Enter the name of database you are going to use? (mysql,postgresql) Explanation: The script wants to know the relational database that is going to be used. Enter database jdbc address URL [jdbc:mysql:// /perfsonar_ma]? Explanation: The script wants to know the jdbc address URL to the relational database. Default: jdbc:mysql:// /perfsonar_ma Enter database user name [perfsonar_ma]? Explanation: The script asks for relational database user name. Default: it could be for example perfsonar_ma Enter the password of user name perfsonar_ma [testpass]? Explanation: The script asks for relational database password for the username chosen in the previous step. perfsonar

23 Default: it could be for example testpass Do you want to use data of L2 path status metric in interdomain scope which are or will be stored in your relational database? (y,n) [echo] Provide correct jdbc connection parameters [echo] for relational database where data of L2 path status metric - interdomain scope [echo] are stored. Explanation: The script asks if the user wants to use the L2 path status metric in intradomain scope. Do you want to use data of utilization metric which are or will be stored in your relational database? (y,n) Explanation: The script asks if the user wants to use the utilization metric. [echo] If you want to change provided jdbc connection parameters manually, [echo] because of some reasons, [echo] you can do this in configuration files (ibatis-sqlmapconfig-*.xml) [echo] in /root/perfsonar-sql-ma-1.0-rc5/perfsonar/conf directory. [echo] After such change, when the service is already deployed, you must [echo] redeploy the service (undeploy and deploy again). Press Enter to continue Explanation: The script asks if the user wants to change jdbc parameters manually. Do you want the service to accept messages with measurement data and store them? (y,n) Explanation: The service can receive messages with measurement data and store them in relational database. Turn on service registration to Lookup Service? (y,n) Explanation: The service can register itself to the Lookup Service. The Lookup Service stores the information about running perfsonar services in the network. IF answer is 'y': Enter the URL of LS []: perfsonar

24 Explanation: The service can register itself to a Lookup Service. The script asks for the url of the Lookup Service on which the service will register itself. Default: no url. Enter the registration interval [30000]: Explanation: The service can register itself to a Lookup Service. The script asks for the registration interval that the service will use. Default: Enter IP or DNS address of the host you are using now to deploy the service []: Explanation: The service can register itself to a Lookup Service. The script asks for the IP address or name of the server where the SQL-MA installation is being done, and from where the service will register to the Lookup Service. Enter the description of service that will be send to the LS [perfsonar service]: Explanation: The description of the service that will be sent when registering to a Lookup Service. Default: perfsonar service Deployment: Do you want me to start the application server Tomcat for you? (y,n) Explanation: The script can start Tomcat with the service inside, but there is also a possibility to do it manually. Recommendation: If your Tomcat is already running before Deployment, you should answer 'n'. [echo] Please, insert now the following xml tag 'Context' [echo] into Tomcat configuration file server.xml [echo] (/root/apache-tomcat-6.0.7/conf/server.xml) [echo] inside existing xml tag 'Host': [echo] <Context path='/perfsonar-sql-ma-1.0' [echo] docbase='/root/webapps/perfsonar-sql-ma-1.0'> [echo] </Context> Please do it now and press Enter when finished Explanation: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file. Here, we nest a Context element within a HOST element in <TOMCAT>/conf/server.xml. Do the change on the perfsonar

25 file as described, on another window, then press Enter so that the script can continue the installation. [echo] (Re)Start the Tomcat. [echo] Please, make sure that Tomcat is running. Please do it now and press Enter when finished Explanation: The script will ask you to check if Tomcat has finished its startup phase. You can use web browser and connect to your Tomcat's web page or take a look at Tomcat's log file logs/catalina.out (after startup phase you should find there a line 'INFO: Server startup in xxx ms'), then press Enter so that the script can continue the installation Lookup Service Pre-installation [echo] Requirements: [echo] 1. Java 1.5.x [echo] 2. Ant 1.6.x (we're sure you've already got it installed as you run the installation process) [echo] 3. exist DB XML - see Exist DB Installation Guide for LS: [echo] wiki/index.php/exist_db_installation_guide_for_ls [echo] 4. JAVA_HOME environment variable set to your Java directory Do you want to proceed? Just press ENTER to continue. Otherwise CTRL-C stops the process immediately Explanation: The script will ask you to check if you have all the required software pre-installed in the host. If you don't, please install it and then press Enter. Recommendation: We suggest users to change/set up the password for admin user of exist database after the service installation procedure. When the exist has been installed, by default, the password is not set (blank). This way every one can alter the content of the database using exist client application (of course if the firewall does not block open access). Do you want to download Tomcat webserver automatically (say N if you've already got Tomcat)?(y,n) Explanation: Application server Tomcat is a container for the service. It contains the implementation of HTTP protocol which is used by the service to send and receive messages (NMWG). If you already have it in your system you can answer 'n'. Recommendation: Tomcat version is suggested. perfsonar

26 Enter webserver (Tomcat) home directory. If answered Y for previous question, this directory will be the target directory where to install Tomcat. If answered N, Tomcat will be installed there [/usr/local/tomcat_ls] Explanation: If you wanted to download Tomcat, then the script asks you where to put it. Default: /usr/local/tomcat_ls Enter webserver port [8080] Explanation: The script asks for port number which will be used by Tomcat and the service to send and receive messages (HTTP). Default: 8080 Recommendation: If you want to have other port number then you have to setup Tomcat to use this new one as well. To do it open Tomcat's configuration file conf/server.xml and alter the port number in the Connector element :<Connector port="8080" protocol="http/1.1" maxthreads="150" connectiontimeout="20000"redirectport="8443" /> Service directory is suffix is [XML-LS-1.1]. Enter service prefix directory (where target directory XML-LS-1.1 will be installed) Default is [/root/ps/webapps] Explanation: location of the service files to be stored. Default: <current_directory>/webapps [echo] [echo] Your settings: [echo] [echo] Tomcat home directory: [/usr/local/tomcat_ls] [echo] Tomcat address: [5] [echo] Service destination directory: [/root/ps/webapps/xml-ls-1.1-rc6] Proceed with these settings? (y,n) Explanation: The script will ask you to check the selected settings Configuration: [echo] 2. Lookup Information configuration [echo] ===================================== Enter hostname and domainname of your machine. Not localhost. [mycomputer.mydomain.com] Explanation: The script will ask you to enter the hostname and domain name of your machine for Lookup service information. Default: mycomputer.mydomain.com perfsonar

27 Recommendation: This should be your full host.domain, such as alfa.domain.com Lookup Information of service -- access point (URL) [6] Explanation: The script will ask you to enter the url for accessing the Lookup service. Default: Lookup Information of service -- service name [Test Lookup Service] Explanation: The script will ask you to enter the identification name for the Lookup service. Default: Test Lookup Service Lookup Information of service -- service type [LS] Explanation: The script will ask you to enter the service type. Default: LS Lookup Information of service -- service description [Test Lookup Service, perfsonar] Explanation: The script will ask you to enter the service description. Default: Test Lookup Service, perfsonar [echo] 3. LS Storage [echo] ===================================== LS Storage -- XML database type (preferred one is HTTP, because it's much faster)(http,xmlrpc) Explanation: The script will ask you to enter XLM database type that the service will use. LS Storage -- XML database collection [7] Explanation: The script will ask you to enter the location of the XLM database collection, which will be set automatically. Default: Recommendation: Be sure to choose right protocol:// for your previous choice ( for http, exist:xmldb:// for xmlrpc) LS Storage -- XML database username [lookupservice] Explanation: The script asks for xml database user name (it could be for example lookupservice). Default: lookupservice LS Storage -- XML database password [sonar] perfsonar

28 Explanation: The script asks for the password for xml database user (it could be for example sonar). Default: sonar [echo] 4. LS Cleanup [echo] ===================================== LS Cleanup -- enable LS Cleanup (removing old entries when TTL exceeded)?(y,n) Explanation: Choose y if you want to enable LSCleanup, that will remove old entries of services that register with the Lookup Service, if their TTL (time to live) is exceeded. LS Cleanup -- cleanup interval: how often to search old entries in DB [300] (seconds) Explanation: The script asks for how often, in seconds, the Lookup service will search for old entries among the registered services. Default: 300 seconds (5 minutes) LS Cleanup -- TTL of lookup information [3600] (seconds) Explanation: The script asks for the value of the TTL (time to live), that is the time interval in which registered services have to renew their registration information on the Lookup service. If they don't, they will be considered "old entries". Default: 3600 seconds (1 hour) Deployment: Do you want me to start the application server Tomcat for you? (y,n) Explanation: The script can start Tomcat with the service inside, but there is also a possibility to do it manually. Recommendation: If your Tomcat is already running before Deploy step, you should answer 'n'. [echo] Please, insert now the following xml tag 'Context' [echo] into Tomcat configuration file server.xml [echo] (/usr/local/tomcat_ls/conf/server.xml) [echo] inside existing xml tag 'Host': [echo] (You may copy XML part (without [echo]): [echo] <Context path='/xml-ls-1.1-rc6' docbase='/root/ps/webapps/xml-ls- 1.1-RC6'> </Context> [echo] Please, do it now. I will wait for you. Press Return key... perfsonar

29 Explanation: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file. Here, we nest a Context element within a HOST element in <TOMCAT>/conf/server.xml. Perform the change on the file in another window, as described, and then press Enter so that the script can continue the installation. [echo] Execute: sh /usr/local/tomcat_ls/bin/startup.sh [echo] Please, make sure that the Tomcat is running. Use the address Press Return key.. Explanation: The script will ask you to check if Tomcat has finished its startup phase. You can use web browser and connect to your Tomcat's web page or take a look at Tomcat's log file logs/catalina.out (after startup phase you should find there a line 'INFO: Server startup in xxx ms'), then press Enter so that the script can continue the installation SSH/Telnet Measurement Point Pre-installation: Enter the name of the service [JAVA-SSHTELNET-MP-1.0]: Explanation: The script asks for symbolic name. This name will be present in the address URL of the service. Default: JAVA-SSHTELNET-MP-1.0 Enter the path where you want to install the service [/root/webapps]: Explanation: Location of the service files to be stored Default: <current_directory>/webapps Do you want me to download and install the application server Tomcat (apache-tomcat-6.0.7) for you? (y,n) Explanation: Application server Tomcat is a container for the service. It contains the implementation of HTTP protocol which is used by the service to send and receive messages (NMWG). If you already have it in your system you can answer 'n'. Recommendation: Tomcat version is suggested. IF answer is 'y': Enter the path for the Tomcat installation: [/root/apachetomcat-6.0.7]: perfsonar

30 Explanation: If you wanted to download Tomcat, then the script asks you where to put it. Default: <current_directory>/apache-tomcat IF answer is 'y' : Enter a URL of the Tomcat download (mirrors can be found on [8] Explanation: If you wanted to download Tomcat, then the script suggests mirror server to be used for downloading. Default: IF answer is 'n' : Enter the path for the Tomcat installation: [/usr/local/tomcat]: Explanation: If you already have Tomcat in your system, the script asks you where it is located. Default: /usr/local/tomcat Enter the port which will be used by your application server Tomcat [8080] Explanation: The script asks for port number which will be used by Tomcat and the service to send and receive messages (HTTP). Default: 8080 Recommendation: If you want to have other port number then you have to setup Tomcat to use this new one as well. To do it open Tomcat's configuration file conf/server.xml and alter the port number in the Connector element :<Connector port="8080" protocol="http/1.1" maxthreads="150" connectiontimeout="20000"redirectport="8443" /> [echo] Make sure that your application server Tomcat has the same port [echo] for the http communication. If not then configure the Tomcat in order [echo] to use this port number. Please do it now and press Enter when finished Configuration: Do you already have a manually edited service.configuration files available? (yes/no) Explanation: The service asks for a previously available configuration file. If you answer yes, the service will ask for the path to the file, and use that one as configuration file. If the answer is negative, a new configuration file will be created based on the answers provided on the following questions. IF answer is 'yes': Please enter the path to this configuration file perfsonar

31 Explanation: One has to enter the path to the manually edited configuration file. The configuration now moves on to the register-functionality-question. IF answer is 'no': Enter the name of the devices one by one, end the list with "STOP"! Explanation: First the names of the devices that have to be supported will be asked. Here you can specify anything you like, but mostly this is the URL or the hostname of the machine. Choose one of the following types of equipment for every device specified previously... 1) Quagga - Password Login (Telnet) 2) Cisco - Password Login (Telnet) 3) Cisco - Password Login (SSH) 4) Cisco - Key-based Login (SSH) 5) Juniper - Password Login (Telnet) 6) Juniper - Password Login (SSH) 7) Juniper - Key-based Login (SSH) Explanation: For every device previously specified, you have to choose one of the provided types of equipment. According to the chosen type of device and access method, some more questions will be asked to configure the URL, port, username, password or key, prompt and access-rate. IF device is of type '1': Please give the url for device: Explanation: Enter the URL for the device specified. Please give the port for device: Explanation: Enter the port for the device specified. Please give the prompt for device: Explanation: Enter the prompt for the device specified. Please give the access rate for device: perfsonar

Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services

Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services Connect. Communicate. Collaborate Click to edit Master title style Installing and Configuring the perfsonar Services COURSE OBJECTIVES By the end of this course you will be able to: Describe key perfsonar

More information

perfsonar MDM 3.2 Administrator's Guide

perfsonar MDM 3.2 Administrator's Guide Last updated: 19-08-2009 Manual version 1.0 Activity: SA2 Dissemination level: PU Document code: GN3-09-098 Authors: Antoine Delvaux (DANTE), Gina Kramer (DANTE), Piotr Pikusa (PSNC), Mario Reale (GARR),Szymon

More information

If you re the administrator on any network,

If you re the administrator on any network, Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide For Release 2.0.3 Alliance R07 Patch 2 Hotfix 1 Compatible Original Publication: June, 2010 KC Install - 1 Table of Contents Table of Contents...2 Kewill Customs Installation

More information

Updating Hosted Customer Instances on the OnPoint Production Server By Peter Westphal

Updating Hosted Customer Instances on the OnPoint Production Server By Peter Westphal Updating Hosted Customer Instances on the OnPoint Production Server By Peter Westphal Note: The following instructions use version 1.5.2.x of OnPoint Course Manager ( OPCM ) and v1.5.2 of OnPoint Convent

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide For Release 2.0 Alliance R07 Compatible Original Publication: September, 2009 Table of Contents Table of Contents...2 Kewill Customs Installation Guide...4 Installation

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

vsphere SDK for Perl Installation Guide ESXi 5.0 Update 1 vcenter Server 5.0 Update 1

vsphere SDK for Perl Installation Guide ESXi 5.0 Update 1 vcenter Server 5.0 Update 1 ESXi 5.0 Update 1 vcenter Server 5.0 Update 1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

Installation Guide Installing AuraPlayer Components on Tomcat in a Linux Environment

Installation Guide Installing AuraPlayer Components on Tomcat in a Linux Environment Installation Guide Installing AuraPlayer Components on Tomcat in a Linux Environment AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated

More information

Nesstar Server Configuration Tool User Guide

Nesstar Server Configuration Tool User Guide Nesstar Server Configuration Tool User Guide Version 3.50 The Configuration Tool allows the server Administrator to edit most of the server configuration properties and to perform basic administrative

More information

VERALAB TM. VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition

VERALAB TM. VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition VeraLab TM Server Computer Lab Management Suite Installation and Upgrade Guide 8.3 for Microsoft Windows Standard and Enterprise Edition August 2018 VERALAB TM VeraLab Server Installation Guide, 8.3 for

More information

Installing Oreka TR in Windows

Installing Oreka TR in Windows Installing Oreka TR in Windows Contents What is Oreka TR? 1 Architecture 1 Prerequisites (provided by customer): 2 Prerequisites (provided by Orecx): 2 Orkaudio Installation 3 Upgrading OrkAudio (Optional)

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide for Release 1.0.3 Original Publication: June, 2008 Last Revision: September, 2008 Table of Contents Table of Contents...2 Kewill Customs Installation Guide...3 Installation

More information

American Dynamics RAID Storage System iscsi Software User s Manual

American Dynamics RAID Storage System iscsi Software User s Manual American Dynamics RAID Storage System iscsi Software User s Manual Release v2.0 April 2006 # /tmp/hello Hello, World! 3 + 4 = 7 How to Contact American Dynamics American Dynamics (800) 507-6268 or (561)

More information

Kewill Customs Installations Guide

Kewill Customs Installations Guide Kewill Customs Installations Guide for Release 1.1.3 Original Publication: June, 2008 Last Revision: March, 2009 Table of Contents Table of Contents...2 Kewill Customs Installation Guide...4 Installation

More information

Installation Oreka TR on Linux CentOS 7-1

Installation Oreka TR on Linux CentOS 7-1 Installation Oreka TR on Linux CentOS 7 Contents What is Oreka TR? 1 Architecture 1 Prerequisites (provided by customer): 2 Prerequisites (provided by Orecx): 2 OrkAudio Installation 3 Upgrading OrkAudio

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

FUEGO 5.5 WORK PORTAL. (Using Tomcat 5) Fernando Dobladez

FUEGO 5.5 WORK PORTAL. (Using Tomcat 5) Fernando Dobladez FUEGO 5.5 WORK PORTAL SINGLE-SIGN-ON WITH A WINDOWS DOMAIN (Using Tomcat 5) Fernando Dobladez ferd@fuego.com December 30, 2005 3 IIS CONFIGURATION Abstract This document describes a way of configuring

More information

Setup of HELIO Components Definition of Required Capabilities V0.8

Setup of HELIO Components Definition of Required Capabilities V0.8 Heliophysics Integrated Observatory Project No.: 238969 Call: FP7-INFRA-2008-2 Setup of HELIO Components Definition of Required Capabilities V0.8 Title: Setup of HELIO Components Document HELIO-UCL-S2-003-RQ

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Tomcat

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Tomcat IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on Tomcat Note Before using this information and the product it supports, read the information in Notices on

More information

Effacts 4 Installation Guide

Effacts 4 Installation Guide Effacts 4 Installation Guide Contents 1. Introduction... 2 2. Prerequisites... 3 Server... 3 Database... 3 Document Location... 3 Data files... 3 Sending emails... 3 Downloading the software... 3 3. Upgrading

More information

Convio Data Sync Connector 3 Installation Guide

Convio Data Sync Connector 3 Installation Guide Convio Data Sync Connector 3 Installation Guide Convio Connector Installation Instructions.doc 1 INSTALLATION Installation Prerequisites... 3 Technical Requirements... 3 Installing the Pervasive Data Integrator...

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

PKI Cert Creation via Good Control: Reference Implementation

PKI Cert Creation via Good Control: Reference Implementation PKI Cert Creation via Good Control: Reference Implementation Legal Notice Copyright 2016 BlackBerry Limited. All rights reserved. All use is subject to license terms posted at http://us.blackberry.com/legal/legal.html.

More information

Apache Tomcat Installation guide step by step on windows

Apache Tomcat Installation guide step by step on windows 2012 Apache Tomcat Installation guide step by step on windows Apache tomcat installation guide step by step on windows. OraPedia Apache 12/14/2012 1 Tomcat installation guide Tomcat 6 installation guide

More information

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

More information

ARCHER Data Services Service Layer

ARCHER Data Services Service Layer ARCHER 1.0 ARCHER Data Services Service Layer System Administrator s Guide ICAT & MCAText Installation Configuration Maintenance ARCHER Data Services Service Layer... 1 About ARCHER Data Services Service

More information

MyLEAD Release V1.3 Installation Guide

MyLEAD Release V1.3 Installation Guide LINKED ENVIRONMENTS FOR ATMOSPHERIC DISCOVERY MyLEAD Release V1.3 Installation Guide Project Title: MyLead Document Title: mylead Release V1.3 Installation Guide Organization: Indiana University, Distributed

More information

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections:

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections: This chapter contains the following sections: Backing up the Monitoring Database in a Multi-Node Setup, page 1 Pinging the Hostname and IP Address, page 2 Viewing Tail Inframgr Logs, page 2 Collecting

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual... 10 Target Audience and Prerequisites... 10 Structure... 10 Documentation Conventions... 11 Further Reading... 11 Administration

More information

Cisco CVP VoiceXML 3.1. Installation Guide

Cisco CVP VoiceXML 3.1. Installation Guide Cisco CVP VoiceXML 3.1 CISCO CVP VOICEXML 3.1 Publication date: October 2005 Copyright (C) 2001-2005 Audium Corporation. All rights reserved. Distributed by Cisco Systems, Inc. under license from Audium

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

CodeCharge Studio Java Deployment Guide Table of contents

CodeCharge Studio Java Deployment Guide Table of contents CodeCharge Studio Java Deployment Guide Table of contents CodeCharge Studio requirements for Java deployment... 2 Class Path requirements (compilation-time and run-time)... 3 Tomcat 4.0 deployment... 4

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Postgres Enterprise Manager Installation Guide

Postgres Enterprise Manager Installation Guide Postgres Enterprise Manager Installation Guide November 3, 2013 Postgres Enterprise Manager Installation Guide, Version 4.0.0 by EnterpriseDB Corporation Copyright 2013 EnterpriseDB Corporation. All rights

More information

1Integrate for ArcGIS Installation Guide. Server Edition

1Integrate for ArcGIS Installation Guide. Server Edition 1Integrate for ArcGIS Installation Guide Server Edition Product version: v 2.1 Document version: v 1.9 Document date: 03/08/2018 Copyright 2018 1Spatial plc and its affiliates. All rights reserved. Other

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Installation and Setup Guide 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1

More information

How To Guide Using and Developing Custom Phases in IKAN ALM

How To Guide Using and Developing Custom Phases in IKAN ALM How To Guide Using and Developing Custom Phases in IKAN ALM Release 5.6 January 2015 N.V. Schaliënhoevedreef 20A 2800 Mechelen BELGIUM 2006-2015 N.V. No part of this document may be reproduced or transmitted

More information

Tanium Comply User Guide. Version 1.7.3

Tanium Comply User Guide. Version 1.7.3 Tanium Comply User Guide Version 1.7.3 August 21, 2018 The information in this document is subject to change without notice. Further, the information provided in this document is provided as is and is

More information

Quick Installation Guide for Layman: DSpace 4.x on Linux (CentOS 6.x)

Quick Installation Guide for Layman: DSpace 4.x on Linux (CentOS 6.x) Quick Installation Guide for Layman: DSpace 4.x on Linux (CentOS 6.x) December 19, 2013 Yatrik Patel yatrik@inflibnet.ac.in Disclaimer: This Guide has been adapted from http://www.dspace.org with an intension

More information

Bedework Calendar Deployment Manual

Bedework Calendar Deployment Manual Bedework Calendar Deployment Manual Bedework version 3.1 Last modified: July 30, 2006 Bedework Deployment Manual The Bedework Deployment Manual contains instructions for customizing and installing a production

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

OpenL Tablets OpenL Tablets BRMS

OpenL Tablets OpenL Tablets BRMS OpenL Tablets BRMS Document number: OpenL_Inst_G_5.x_1.0 Revised: 07-12-2012 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United States License. 2004-2012 OpenL Tablets.

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Infoblox Authenticated DHCP

Infoblox Authenticated DHCP Infoblox Authenticated DHCP Unified Visitor Management amigopod Technical Note Revision 1.1 5 July 2010 United States of America +1 (888) 590-0882 Europe, Middle East & Asia +34 91 766 57 22 Australia

More information

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Attunity Connect and BEA WebLogic (Version 8.1)

Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) 2006 by Attunity Ltd. Due to a policy of continuous development, Attunity Ltd. reserves the right to alter,

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

More information

Technosoft HR Recruitment Workflow Developers Manual

Technosoft HR Recruitment Workflow Developers Manual Technosoft HR Recruitment Workflow Developers Manual Abstract This document outlines the technical aspects, deployment and customization of Technosoft HR BPM application. Technosoft Technical Team Table

More information

CNR and DHCP FAQs for Cable Environment

CNR and DHCP FAQs for Cable Environment CNR and DHCP FAQs for Cable Environment Document ID: 6184 Contents Introduction How do I access CNR remotely? How do I access CNR remotely if the CNR server is behind a firewall? What is a policy in CNR

More information

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l.

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l. McGill University School of Computer Science Sable Research Group *J Installation Bruno Dufour July 5, 2004 w w w. s a b l e. m c g i l l. c a *J is a toolkit which allows to dynamically create event traces

More information

EMC Voyence Integration Adaptor

EMC Voyence Integration Adaptor EMC Voyence Integration Adaptor Version 2.0.0 EMC SMARTS P/N 300-007-379 REV A03 EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com COPYRIGHT Copyright 2008 EMC

More information

Use a class C setting for maximum security. The class C setting is Click RoomWizard Setup.

Use a class C setting for maximum security. The class C setting is Click RoomWizard Setup. Use a class C setting for maximum security. The class C setting is 255.255.255.0. 2 Click RoomWizard Setup. The Default Gateway is the IP address of the router or gateway that provides internet access.

More information

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user.

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user. Installing Tomcat 7 on CentOS 7 David J. Walling, March 8 th, 2017 Email: david@davidjwalling.com This how to describes a process to download and install Apache Tomcat 7 on a CentOS 7 virtual machine using

More information

JASPERREPORTS SERVER UPGRADE GUIDE

JASPERREPORTS SERVER UPGRADE GUIDE JASPERREPORTS SERVER UPGRADE GUIDE RELEASE 6.4 http://www.jaspersoft.com Copyright 2005-2017 TIBCO Software Inc. All Rights Reserved. TIBCO Software Inc. This is version 0217-JSP64-08 of the TIBCO JasperReports

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

Before installing tmsintranet, the following requirements must be met:

Before installing tmsintranet, the following requirements must be met: tmsintranet 3.6 MU3 Windows 9X/Windows NT/Windows 2000 (Amazon) Installation Instructions ============================================================== CONTENTS 1. REQUIREMENTS 2. INSTALLATION 3. STARTING

More information

Firmware Upgrade Procedures: Belkin F5D v4 fw

Firmware Upgrade Procedures: Belkin F5D v4 fw Firmware Upgrade Procedures: Belkin F5D8231-4 v4 fw 4.00.16 1. General Information Make: Belkin Model: F5D8231-4 Hardware Version: 4 (labeled on the bottom of the device as Ver. 4011 ) Firmware Version:

More information

Installing Connector on Linux

Installing Connector on Linux CHAPTER 3 Revised: July 15, 2010 Overview This chapter provides a step-by-step guide to installing the Linux Connector on x86 and x86-64 servers running either Red Hat Enterprise Linux version 5 or Cent

More information

Application Servers Sun Java Systems Application Server (SJSAS) Installation

Application Servers Sun Java Systems Application Server (SJSAS) Installation Proven Practice Application Servers Sun Java Systems Application Server (SJSAS) Installation Product(s): IBM Cognos 8.4, SJSAS Area of Interest: Infrastructure DOC ID: AS07 Version 8.4.0.0 Sun Java Systems

More information

Bitnami JRuby for Huawei Enterprise Cloud

Bitnami JRuby for Huawei Enterprise Cloud Bitnami JRuby for Huawei Enterprise Cloud Description JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core built-in classes

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

More information

AutoVue Integration SDK & Sample Integration for Filesys DMS

AutoVue Integration SDK & Sample Integration for Filesys DMS AutoVue Integration SDK & Sample Integration for Filesys DMS Installation Guide AutoVue Integration SDK Contents INTRODUCTION...1 SYSTEM REQUIREMENTS...2 INSTALLATION PREREQUISITES...3 Download the Eclipse

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Yellowfin Custom Installer Guide

Yellowfin Custom Installer Guide Yellowfin Custom Installer Guide Release 5.1 January 2011 2 Yellowfin Release 5.1 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied,

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 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Viewtier Parabuild 4.3. Installation Guide

Viewtier Parabuild 4.3. Installation Guide Viewtier Parabuild 4.3 Installation Guide Viewtier Parabuild 4.3: Installation Guide Copyright 2004-2016 Viewtier Systems Table of Contents Preface... vi About This Manual... vi Audience... vi Technical

More information

CELLTRAQ Battery Monitoring Software

CELLTRAQ Battery Monitoring Software CELLTRAQ Battery Monitoring Software Instructions April 2009 167-000128A INNOVATION TECHNOLOGY QUALITY WORLDWIDE Page 2 CELLTRAQ Overview CELLTRAQ CELLTRAQ is a web application that is used to monitor

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Troubleshooting Single Sign-On

Troubleshooting Single Sign-On Security Trust Error Message, page 1 "Invalid Profile Credentials" Message, page 2 "Module Name Is Invalid" Message, page 2 "Invalid OpenAM Access Manager (Openam) Server URL" Message, page 2 Web Browser

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Galigeo for Cognos Analytics Installation Guide - G experience

Galigeo for Cognos Analytics Installation Guide - G experience Galigeo for Cognos Analytics Installation Guide - G18.0 - experience Copyright 2018 by Galigeo. All Rights Reserved. Table des matières Introduction... 3 About this document... 4 Chapter 1: Pre-requisites...

More information

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p.

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. Preface p. xiii Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. 11 Creating the Deployment Descriptor p. 14 Deploying Servlets

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

More information

Troubleshooting Single Sign-On

Troubleshooting Single Sign-On Security Trust Error Message, on page 1 "Invalid Profile Credentials" Message, on page 2 "Module Name Is Invalid" Message, on page 2 "Invalid OpenAM Access Manager (Openam) Server URL" Message, on page

More information

Installation. Alessandro Taurelli 2010/06/15 13:39

Installation. Alessandro Taurelli 2010/06/15 13:39 Installation Alessandro Taurelli 2010/06/15 13:39 Table of Contents 1 Installation... 3 1.1 Install JDK... 3 1.2 Install Tomcat... 3 1.3 Install SpagoBI Metadata DB... 3 1.4 Deploy SpagoBI WebApplication

More information

Plesk 7.5 for Windows Migration Manager

Plesk 7.5 for Windows Migration Manager SWsoft, Inc. Plesk 7.5 for Windows Migration Manager Administrator's Guide Revision 1.4.1 (June 29, 2006) (c) 2005-2006 ISBN: N/A SWsoft, Inc. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA

More information

Copyright Yellowfin International pty ltd

Copyright Yellowfin International pty ltd Yellowfin Release 5.2 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated or reduced to any electronic medium

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide for Kony Fabric Containers Solution On-Premises

Installation Guide for Kony Fabric Containers Solution On-Premises Kony Fabric Installation Guide for Kony Fabric Containers Solution On-Premises Release V8.3.0.0 GA Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Web Collaborative Reviewer Installation Guide. Small Business Edition

Web Collaborative Reviewer Installation Guide. Small Business Edition Web Collaborative Reviewer Installation Guide Small Business Edition WWW.IXIASOFT.COM / DITACMS v. 4.2 / Copyright 2016 IXIASOFT Technologies. All rights reserved. Last revised: March 22, 2016 Table of

More information

Perform Backup and Restore

Perform Backup and Restore , page 1 You can schedule periodic backups using the Cisco Prime Collaboration Assurance user interface, or run backup commands manually by logging in to the system as an admin user (CLI user). However,

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual...12 Target Audience and Prerequisites...12 Structure...12 Documentation Conventions...14 Further Reading...14 Administration Tools...15

More information

Getting Started with vsphere Command-Line Interfaces ESXi 5.1 vcenter Server 5.1

Getting Started with vsphere Command-Line Interfaces ESXi 5.1 vcenter Server 5.1 Getting Started with vsphere Command-Line Interfaces ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information