perfsonar-dev - [GEANT/SA2/ps-java-services] r5494 - branches/new-structure-with-base2/ps-mdm-rrd-ma/doc
Subject: perfsonar development work
List archive
[GEANT/SA2/ps-java-services] r5494 - branches/new-structure-with-base2/ps-mdm-rrd-ma/doc
Chronological Thread
- From:
- To:
- Subject: [GEANT/SA2/ps-java-services] r5494 - branches/new-structure-with-base2/ps-mdm-rrd-ma/doc
- Date: Thu, 18 Feb 2010 15:30:15 GMT
Author: psnc.pikusa
Date: 2010-02-18 15:30:14 +0000 (Thu, 18 Feb 2010)
New Revision: 5494
Removed:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/Collaboration.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.centos5.2.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian4.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian5.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.fedora10.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.txt
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.ubuntu8.10.txt
Log:
Removed useless files due to install guide policy - No guide in doc files.
Up-to-date admin guide is available on svn and can be downloaded by user
himself.
Deleted: branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/Collaboration.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/Collaboration.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/Collaboration.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,27 +0,0 @@
-
-This software is the result of join efforts of the following perfSONAR
project participants:
-
-- Arnes
-- CARnet
-- Cesnet
-- Dante
-- Belnet
-- Das Deutsche Forschungsnetz (DFN)
-- Energy Sciences Network (ESnet)
-- FCCN
-- GARR
-- GRnet
-- Internet2
-- IST
-- Poznan Supercomputing and Networking Center (PSNC)
-- Rede Nacional de Ensino e Pesquisa (RNP)
-- RedIRIS
-- Renater
-- SURFnet
-- SWITCH
-- Uninett
-- University of Delaware
-
-
-
- -- Roman Lapacz
<>
Mon, 05 Jan 2009 12:00:00 +0200
Deleted:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.centos5.2.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.centos5.2.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.centos5.2.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,103 +0,0 @@
-
-Installation of ps-mdm-rrd-ma v.4.0 in CentOS 5.2
-----------------------------------------------------------------------------------------------------
-
-
-1. Install Sun JDK 1.6.0_06
-
- - download JDK (jdk-6u6-linux-i586-rpm.bin) from Java web page
(http://java.sun.com/products/archive/)
- - set the execute right (chmod u+x jdk-6u6-linux-i586-rpm.bin) and run it
- - set Sun Java 1.6.0_06 as default in the system
-
- /usr/sbin/alternatives --install /usr/bin/java java
/usr/java/jdk1.6.0_06/bin/java 2
- /usr/sbin/alternatives --config java
-
- /usr/sbin/alternatives --install /usr/bin/javac javac
/usr/java/jdk1.6.0_06/bin/javac 2
- /usr/sbin/alternatives --config javac
-
- - create a symlink java in /usr/lib/jvm directory
-
- cd /usr/lib/jvm/
- ln -s /usr/java/jdk1.6.0_06 java
-
-
-2. Install ps-mdm-rrd-ma package. It can be done following one of the 2
procedures:
-
- pr.1) use of package repository
-
- yum install ps-mdm-rrd-ma
-
- (WARNING: not available yet !!!)
-
-
- pr.2) manual installation of each dependency package and the main one
-
- - add RPMforge package repository (see instructions:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge)
-
- - install rrdtool-devel v.1.2.30
-
- yum install rrdtool-devel
-
- - install rrdjtool v.1.0
-
- rpm -i rrdjtool-1.0-1.i386.rpm
-
- - install tomcat v.5
-
- yum install tomcat5
-
- - update tomcat configuration file /etc/tomcat/tomcat5.conf
-
- JAVA_HOME="/usr/java/jdk1.6.0_06"
- JRE_HOME="/usr/java/jdk1.6.0_06/jre"
-
- - install eXist v.1.2.3
-
- rpm -i tomcat5-exist-1.2.3-1.noarch.rpm
-
- - copy eXist xml library file into tomcat endorsed library directory:
-
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/resolver-1.2.jar
/var/lib/tomcat5/common/endorsed/
- cp
/var/lib/tomcat5/webapps/exist/WEB-INF/lib/serializer-2.9.1.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xalan-2.7.1.jar
/var/lib/tomcat5/common/endorsed/
- cp
/var/lib/tomcat5/webapps/exist/WEB-INF/lib/xercesImpl-2.9.1.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xml-apis.jar
/var/lib/tomcat5/common/endorsed/
-
- - install ps-mdm-rrd-ma v.4.0
-
- rpm - i ps-mdm-rrd-ma-4.0-1.noarch.rpm
-
-
-3. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8080/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice' (group: guest; home collection:
rrdmaconfig)
- - if the collection 'rrdmaconfig' does not exist (it should be
automatically created while creating the user)
- then create it and make it home collection for the user 'rrdmaservice'
-
-
-4. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-
-5. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address and port number (8080) in 'uri' option is
correct (by default 'localhost' is used)
-
-
-6. Restart the Tomcat
-
- /etc/init.d/tomcat5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-When started the service is available with the address
http://localhost:8080/ps-mdm-rrd-ma/services/MeasurementArchiveService
-
Deleted:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian4.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian4.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian4.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,95 +0,0 @@
-
-Installation of ps-mdm-rrd-ma v.4.0 in Debian 4.0
-----------------------------------------------------------------------------------------------------
-
-
-1. Install JDK 1.5
-
- - Follow the instructions presented on the wiki
-
http://wiki.perfsonar.net/jra1-wiki/index.php/Packaging/Java_Installation#Debian_4.0
-
-
-2. Install ps-mdm-rrd-ma package. It can be done following one of the 2
procedures:
-
- pr.1) use of package repository
-
- apt-get install ps-mdm-rrd-ma
-
- (WARNING: not available yet !!!)
-
-
- pr.2) manual installation of each dependency package and the main one
-
- - install rrdtool v.1.2.15
-
- apt-get install rrdtool
-
- - install rrdjtool v.1.1
-
- dpkg -i rrdjtool_1.1-1_i386.deb
-
- - install tomcat v.5.5
-
- apt-get install tomcat5.5
-
- - install eXist v.1.2.3
-
- dpkg -i tomcat5.5-exist_1.2.3-1_all.deb
-
- - copy eXist xml library file into tomcat endorsed library directory:
-
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/resolver-1.2.jar
/usr/share/tomcat5.5/common/endorsed/
- cp
/var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/serializer-2.9.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xalan-2.7.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp
/var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xercesImpl-2.9.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xml-apis.jar
/usr/share/tomcat5.5/common/endorsed/
-
- - install ps-mdm-rrd-ma v.4.0
-
- dpkg - i ps-mdm-rrd-ma_4.0-1_all.deb
-
-
-3. Update tomcat configuration file /etc/default/tomcat5.5
-
- - uncomment and switch off TOMCAT5_SECURITY
-
- TOMCAT5_SECURITY=no
-
- - uncomment and update CATALINA_OPTS (in order to provide the path of
rrdjtool native library)
-
- CATALINA_OPTS="-Djava.awt.headless=true -Xmx128M -server
-Djava.library.path=/usr/lib"
-
-
-4. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8180/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice' (group: guest; home collection:
rrdmaconfig)
- - if the collection 'rrdmaconfig' does not exist (it should be
automatically created while creating the user)
- then create it and make it home collection for the user 'rrdmaservice'
-
-
-5. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-
-6. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address in 'uri' option is correct (by default
'localhost' is used)
-
-
-7. Restart the Tomcat
-
- /etc/init.d/tomcat5.5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-When started the service is available with the address
http://localhost:8180/ps-mdm-rrd-ma/services/MeasurementArchiveService
-
Deleted:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian5.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian5.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.debian5.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,94 +0,0 @@
-
-Installation of ps-mdm-rrd-ma v.4.0 in Debian 5.0
-----------------------------------------------------------------------------------------------------
-
-
-1. Install JDK
-
- apt-get install openjdk-6-jdk
-
- (If you want you can install Sun JDK 1.5 or 1.6 but this package is not
available
- on debian public repository and can not be installed automatically
using apt-get
- tool)
-
-
-2. Install ps-mdm-rrd-ma package. It can be done following one of the 2
procedures:
-
- pr.1) use of package repository
-
- apt-get install ps-mdm-rrd-ma
-
- (WARNING: not available yet !!!)
-
-
- pr.2) manual installation of each dependency package and the main one
-
- - install librrd4 v.1.3.1
-
- apt-get install librrd4
-
- - install rrdtool v.1.3.1
-
- apt-get install rrdtool
-
- - install rrdjtool v.1.1
-
- dpkg -i rrdjtool_1.1-1_i386.deb
-
- - install tomcat v.5.5
-
- apt-get install tomcat5.5
-
- - install eXist v.1.2.3
-
- dpkg -i tomcat5.5-exist_1.2.3-1_all.deb
-
- - install ps-mdm-rrd-ma v.4.0
-
- dpkg - i ps-mdm-rrd-ma_4.0-1_all.deb
-
-
-3. Update tomcat configuration file /etc/default/tomcat5.5
-
- - uncomment and switch off TOMCAT5_SECURITY
-
- TOMCAT5_SECURITY=no
-
- - uncomment and update CATALINA_OPTS (in order to provide the path of
rrdjtool native library)
-
- CATALINA_OPTS="-Djava.awt.headless=true -Xmx128M -server
-Djava.library.path=/usr/lib"
-
-
-4. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8180/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice' (group: guest; home collection:
rrdmaconfig)
- - if the collection 'rrdmaconfig' does not exist (it should be
automatically created while creating the user)
- then create it and make it home collection for the user 'rrdmaservice'
-
-
-5. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-
-6. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address in 'uri' option is correct (by default
'localhost' is used)
-
-
-7. Restart the Tomcat
-
- /etc/init.d/tomcat5.5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-When started the service is available with the address
http://localhost:8180/ps-mdm-rrd-ma/services/MeasurementArchiveService
-
Deleted:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.fedora10.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.fedora10.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.fedora10.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,105 +0,0 @@
-
-Installation of ps-mdm-rrd-ma v.4.0 in Fedora 10
-----------------------------------------------------------------------------------------------------
-
-
-1. Install JDK
-
- yum install java-1.6.0-openjdk
-
- (If you want you can install Sun JDK 1.6.0_06; see the note at the end
of this document)
-
-
-2. Install ps-mdm-rrd-ma package. It can be done following one of the 2
procedures:
-
- pr.1) use of package repository
-
- yum install ps-mdm-rrd-ma
-
- (WARNING: not available yet !!!)
-
-
- pr.2) manual installation of each dependency package and the main one
-
- - install rrdtool-devel v.1.3.4
-
- yum install rrdtool-devel
-
- - install rrdtool v.1.3.4
-
- yum install rrdtool
-
- - install rrdjtool v.1.0
-
- wget
http://monstera.man.poznan.pl/jra1-wiki/images/files/rpm/rrdjtool-1.0-1.fc10.i386.rpm
- rpm -i rrdjtool-1.0-1.fc10.i386.rpm
-
- - install tomcat v.5
-
- yum install tomcat5
-
- - install eXist v.1.2.3
-
- rpm -i tomcat5-exist-1.2.3-1.noarch.rpm
-
- - install ps-mdm-rrd-ma v.4.0
-
- rpm - i ps-mdm-rrd-ma-4.0-1.noarch.rpm
-
-
-3. Copy eXist xml library file into tomcat endorsed library directory:
-
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/resolver-1.2.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/serializer-2.9.1.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xalan-2.7.1.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xercesImpl-2.9.1.jar
/var/lib/tomcat5/common/endorsed/
- cp /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xml-apis.jar
/var/lib/tomcat5/common/endorsed/
-
-
-4. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8080/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice' (group: guest; home collection:
rrdmaconfig)
- - if the collection 'rrdmaconfig' does not exist (it should be
automatically created while creating the user)
- then create it and make it home collection for the user 'rrdmaservice'
-
-
-5. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-
-6. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address and port number (8080) in 'uri' option is
correct (by default 'localhost' is used)
-
-
-7. Restart the Tomcat
-
- /etc/init.d/tomcat5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-Installation of Sun JDK 1.6.0_06
-
-- download JDK (jdk-6u6-linux-i586-rpm.bin) from Java web page
(http://java.sun.com/products/archive/)
-- set the execute right (chmod u+x jdk-6u6-linux-i586-rpm.bin) and run it
-- set Sun Java 1.6.0_06 as default in the system
-
- /usr/sbin/alternatives --install /usr/bin/java java
/usr/java/jdk1.6.0_06/bin/java 2
- /usr/sbin/alternatives --config java
-
- /usr/sbin/alternatives --install /usr/bin/javac javac
/usr/java/jdk1.6.0_06/bin/javac 2
- /usr/sbin/alternatives --config javac
-
-
-
-When started the service is available with the address
http://localhost:8080/ps-mdm-rrd-ma/services/MeasurementArchiveService
-
Deleted: branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.txt
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,54 +0,0 @@
-
-Installation of ps-mdm-rrd-ma (general)
-----------------------------------------------------------------------------------------------------
-
-
-1. Install ps-mdm-rrd-ma package
-
- - deb package
-
- apt-get install ps-mdm-rrd-ma
- (or dpkg -i ps-mdm-rrd-ma_X_all.deb)
-
- - rpm package
-
- yum install ps-mdm-rrd-ma
- (or rpm -i ps-mdm-rrd-ma-X.noarch.rpm)
-
-2. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8180/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice'
- - create new collection 'rrdmaconfig' and make it home collection for
the user 'rrdmaservice'
-
-3. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-4. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address in 'uri' option is correct (by default
'localhost' is used)
-
-5. Set up LD_LIBRARY_PATH env variable to point the directory containing
rrdtool and rrdjtool native libraries
- (for example in Ubuntu they are located in /usr/lib)
-
-6. Restart the Tomcat
-
- - deb based linux distro
-
- /etc/init.d/tomcat5.5 restart
-
- - rpm based linux distro
-
- /etc/init.d/tomcat5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-When started the service is available with the address
http://localhost:8180/ps-mdm-rrd-ma/services/MeasurementArchiveService
Deleted:
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.ubuntu8.10.txt
===================================================================
---
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.ubuntu8.10.txt
2010-02-18 15:27:33 UTC (rev 5493)
+++
branches/new-structure-with-base2/ps-mdm-rrd-ma/doc/install.ubuntu8.10.txt
2010-02-18 15:30:14 UTC (rev 5494)
@@ -1,100 +0,0 @@
-
-Installation of ps-mdm-rrd-ma v.4.0 in Ubutu 8.10
-----------------------------------------------------------------------------------------------------
-
-
-1. Install JDK
-
- apt-get install openjdk-6-jdk
-
- (If you want you can install Sun JDK 1.5 or 1.6: 'apt-get install
sun-java5-jdk')
-
-
-2. Install ps-mdm-rrd-ma package. It can be done following one of the 2
procedures:
-
- pr.1) use of package repository
-
- apt-get install ps-mdm-rrd-ma
-
- (WARNING: not available yet !!!)
-
-
- pr.2) manual installation of each dependency package and the main one
-
- - install librrd2 v.1.2.27
-
- apt-get install librrd2
-
- - install rrdtool v.1.2.27
-
- apt-get install rrdtool
-
- - install rrdjtool v.1.1
-
- dpkg -i rrdjtool_1.1-1_i386.deb
-
- - install tomcat v.5.5
-
- apt-get install tomcat5.5
-
- - install eXist v.1.2.3
-
- dpkg -i tomcat5.5-exist_1.2.3-1_all.deb
-
- - copy eXist xml library file into tomcat endorsed library directory:
-
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/resolver-1.2.jar
/usr/share/tomcat5.5/common/endorsed/
- cp
/var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/serializer-2.9.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xalan-2.7.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp
/var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xercesImpl-2.9.1.jar
/usr/share/tomcat5.5/common/endorsed/
- cp /var/lib/tomcat5.5/webapps/exist/WEB-INF/lib/xml-apis.jar
/usr/share/tomcat5.5/common/endorsed/
-
- - install ps-mdm-rrd-ma v.4.0
-
- dpkg - i ps-mdm-rrd-ma_4.0-1_all.deb
-
-
-3. Update tomcat configuration file /etc/default/tomcat5.5
-
- - uncomment and switch off TOMCAT5_SECURITY
-
- TOMCAT5_SECURITY=no
-
- - uncomment and update CATALINA_OPTS (in order to provide the path of
rrdjtool native library)
-
- CATALINA_OPTS="-Djava.awt.headless=true -Xmx128M -server
-Djava.library.path=/usr/lib"
-
-
-4. Create 'rrdmaconfig' collection in eXist xml database (eXist is installed
as a dependency of rrd ma package).
-
- - go to http://localhost:8180/exist/admin/admin.xql in your web browser
- - log in as 'admin' user (after eXist installation process the password
of admin user is blank)
- - create new user 'rrdmaservice' (group: guest; home collection:
rrdmaconfig)
- - if the collection 'rrdmaconfig' does not exist (it should be
automatically created while creating the user)
- then create it and make it home collection for the user 'rrdmaservice'
-
-
-5. Upload metadata configuration file into 'rrdmaconfig' collection
-
- - you can use
/usr/lib/perfsonar/services/ps-mdm-rrd-ma/WEB-INF/samples/metadata_configuration_files/rrd_database_test.xml
- for testing
-
-
-6. Go to the configuration file /etc/ps-mdm-rrd-ma/configuration.xml
-
- - update 'accessPoint' element in 'lookupInformation' section
- - update 'password' option in 'exist' auxiliary component (use the one
set up in the configuration step 1; see above)
- - make sure host address in 'uri' option is correct (by default
'localhost' is used)
-
-
-7. Restart the Tomcat
-
- /etc/init.d/tomcat5.5 restart
-
-
-
-NOTES
-----------------------------------------------------------------------------------------------------
-
-When started the service is available with the address
http://localhost:8180/ps-mdm-rrd-ma/services/MeasurementArchiveService
-
- [GEANT/SA2/ps-java-services] r5494 - branches/new-structure-with-base2/ps-mdm-rrd-ma/doc, svn-noreply, 02/18/2010
Archive powered by MHonArc 2.6.16.