Skip to Content.
Sympa Menu

perfsonar-user - perfSONAR 1.0 install

Subject: perfSONAR User Q&A and Other Discussion

List archive

perfSONAR 1.0 install


Chronological Thread 
  • From: Yee-Ting Li <>
  • To:
  • Subject: perfSONAR 1.0 install
  • Date: Thu, 10 Aug 2006 11:04:53 -0700

Hi,

i think i've just installed perfSONAR 1.0. however, there appears to be a lack of test scripts :( i did an install from the commandline install (after an unsuccessful GUI install - it complained of the inability to chmod log.sh).

i have my exist server running as a tomcat deployed service (from the a war file). and i also have the tomcat server running on port 80 (due to local security regulations).

all installation path prompts were set to the correct values.

i can view the wsdl's for both the MA and LS services under axis.

And now... Some Services

AdminService (wsdl)
AdminService
Version (wsdl)
getVersion
LookupService (wsdl)
acceptCall
MeasurementArchiveService (wsdl)
acceptCall

however, i can't test the service without writing my own client! did my install go bad? or does the 1.0 install not include any testing scripts?


thanks,

Yee.

my final perfSONAR install directory looks like this (under /opt/ perfSONAR/perfSONAR-1.0/):

|-- CHANGES
|-- Readme.txt
|-- conf
| |-- LSStore-control.xml
| |-- LSStore.xml
| |-- components.properties.ls
| |-- components.properties.ma
| |-- log4j.properties
| |-- rrd-database_TEST.xml
| |-- service.properties.ls
| `-- service.properties.ma
|-- contrib
| |-- mapi-jni
| | |-- java
| | | |-- ant
| | | | `-- build.xml
| | | `-- src
| | | `-- si
| | | `-- arnes
| | | `-- jra1
| | | `-- perfsonar
| | | `-- jni
| | | `-- mapijni
| | | |-- MAPIBucketData.java
| | | |-- MAPIException.java
| | | |-- MAPIMonitorRequest.java
| | | |-- MAPIPacket.java
| | | |-- MAPISample.java
| | | `-- MonitorRequest.java
| | `-- native
| | `-- src
| | |-- Makefile
| | `-- mapijni.c
| `-- rrdjtool
| |-- INFO
| | |-- COPYING
| | |-- COPYRIGHT
| | |-- README
| | `-- doc
| | |-- allclasses-frame.html
| | |-- allclasses-noframe.html
| | |-- constant-values.html
| | |-- deprecated-list.html
| | |-- help-doc.html
| | |-- index-all.html
| | |-- index.html
| | |-- overview-tree.html
| | |-- package-list
| | |-- packages.html
| | |-- rrd
| | | |-- Rrd.FetchData.html
| | | |-- Rrd.html
| | | |-- RrdDemo.html
| | | |-- RrdException.html
| | | |-- package-frame.html
| | | |-- package-summary.html
| | | |-- package-tree.html
| | | |-- rrd.png
| | | `-- test.rrd.png
| | |-- serialized-form.html
| | `-- stylesheet.css
| |-- README-FIRST
| |-- build
| | |-- libjrrd.so
| | `-- rrdjtool.jar
| |-- java
| | |-- rrd
| | | |-- Rrd$1.class
| | | |-- Rrd$FetchData.class
| | | |-- Rrd.class
| | | |-- RrdDemo.class
| | | `-- RrdException.class
| | `-- src
| | |-- Rrd.java
| | |-- RrdDemo.java
| | `-- RrdException.java
| |-- make-jar
| `-- native
| |-- INSTALL
| |-- Makefile
| |-- Makefile.linux
| |-- Makefile.osx
| |-- Makefile.solaris
| |-- README.osx
| |-- Rrd.c
| `-- Rrd.h
|-- data
| `-- rrd
| `-- test
| `-- test.rrd
|-- lib
|-- log
| |-- cleanup.log
| |-- exist..install
| |-- libjrrd.install
| |-- rrdjtool-jar.install
| `-- rrdjtool-javac.install
|-- scripts
| |-- LSAxisDeploy.sh
| |-- LSAxisUndeploy.sh
| |-- MAAxisDeploy.sh
| |-- MAAxisUndeploy.sh
| |-- cleanup.sh
| |-- restore-.sh
| |-- test-ls.sh
| `-- test-ma.sh
|-- src
| `-- objects.config
|-- wsdd
| |-- ls-service-deploy.wsdd
| |-- ls-service-undeploy.wsdd
| |-- ma-service-deploy.wsdd
| `-- ma-service-undeploy.wsdd
`-- xml
|-- LSDeregisterRequest.xml
|-- LSKeepaliveRequest.xml
|-- LSQueryRequest.xml
|-- LSRegisterRequest.xml
|-- MAQueryKeyRequest.xml
|-- MAQueryRequest.xml
|-- MAStoreKeyRequest.xml
`-- MAStoreRequest.xml

31 directories, 91 files



Archive powered by MHonArc 2.6.16.

Top of Page