You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Steps for installing Lookup Service

  1. download packege from http://wiki.perfsonar.net/images/files/perfSONAR-XML-LS-1.1-RC3.tar.gz
mak@aegir $ tar -xzf perfSONAR-XML-LS-1.1-RC4.tar.gzmak@aegir $ ln -s perfSONAR-XML-LS-1.1-RC4 lookupmak@aegir $ cd lookup/perfsonar/ant/mak@aegir $ ant -f build-xmlls.xml pre-install
Buildfile: build-xmlls.xml
Overriding previous definition of reference to classpath

show-info:
     [echo] Pre-install

     [echo] ---- Welcome in perfSONAR LookupService installation script ----

     [echo] You're about to install LookupService that may be also called LS during the installation process. The installation guide is accessible on http://wiki.perfsonar.net/jra1-wiki/index.php/Installation_LS_1.1#Lookup_service_installation web page

     [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]      http://wiki.perfsonar.net/jra1-wiki/index.php/Exist_DB_Installation_Guide_for_LS
     [echo]  4. JAVA_HOME environment variable set to your Java directory

    [input] Do you want to proceed? Just press ENTER to continue. Otherwise CTRL-C stops the process immediately

     [echo] Preparing the installation of XML Lookup Service...

     [echo] Answer to all questions. If you go wrong, cancel (ctrl-c) and start again.


get-inputs:
    [input] Do you want to install Tomcat webserver?(y,n)
y
    [input] Enter webserver home directory [/usr/local/tomcat_ls]
/opt/tomcat_ls
    [input] Temporary directory [/tmp]?

    [input] Enter webserver hostname (please type your host and domain name - not localhost)
aegir
    [input] Enter webserver port [8080]
88
    [input] Enter service directory (where to be installed) [/opt/perfSONAR-XML-LS-1.1-RC4/perfsonar]

    [input] Enter service deployment name [LookupService]

confirm-inputs:
     [echo] ---------------------------------------------------------------
     [echo] Your settings:
     [echo] ---------------------------------------------------------------
     [echo] Tomcat home directory [/opt/tomcat_ls]
     [echo] Service address [http://aegir:88/LookupService]
    [input] Proceed with these settings? (y,n)
y

get-tomcat:
     [echo] Download Tomcat
      [get] Getting: http://monstera.man.poznan.pl/private/bak/apache-tomcat-5.5.20.tar.gz
      [get] To: /tmp/apache-tomcat-5.5.20.tar.gz
      [get] ....................................................
      [get] ..
      [get] last modified = Thu Sep 28 07:01:58 PDT 2006
     [echo] Unpacking Tomcat
    [untar] Expanding: /tmp/apache-tomcat-5.5.20.tar.gz into /tmp
   [delete] Deleting: /tmp/apache-tomcat-5.5.20.tar.gz
     [move] Moving 832 files to /opt
     [move] Moved 174 empty directories to 9 empty directories under /opt
    [chmod] Applied chmod to 7 files and 0 directories.

copy-const-properties:
     [echo] Create ANT configuration file [/opt/perfSONAR-XML-LS-1.1-RC4/perfsonar/ant/const.properties]
     [copy] Copying 1 file to /opt/perfSONAR-XML-LS-1.1-RC4/perfsonar/ant

pre-install:

BUILD SUCCESSFUL
Total time: 1 minute 26 seconds
 
  • No labels