|
|
The Planetary Data System (PDS) Data Distribution System
(PDS-D) uses the
OODT Data Grid
Framework
's profile and product servers for the location,
discovery, and retrieval of planetary science data. This
component provides the software necessary for the single point
of entry servers, including the various profile servers, RMI
registry, configuration files, and so forth. It should be
installed on all (load-balancing) servers supporting the PDS-D
web interface and server processes.
-
Run the command
killall java
followed by
killall -9 java
to stop and utterly destroy all
Java processes on the system.
-
Delete any directory in
/usr/local
that
starts with
pds
(or in other words,
rm -rf
/usr/local/pds*
.
-
Run the following commands to delete any existing RC scripts:
chkconfig --del pds
rm -f /etc/rc.d/init.d/pds /etc/rc.d/rc?.d/*pds
-
Install
Tomcat
5.5.9
. Note that you will need to
extract
both
the
jakarta-tomcat-5.5.9.tar.gz
and
the
jakarta-tomcat-5.5.9-compat.tar.gz
tarballs into the same directory. Rename or symlink the
directory as
/usr/local/tomcat5
.
-
Edit the
/etc/rc.d/init.d/tomcat5
script and
ensure that the
CATALINA_OPTS
environment
variable contains the following options:
-
-Djpl.oodt.servlets.ProductServlet.preferredNamespace=urn:eda:rmi:
-
-Xms256m
-
-Xmx512m
-
-Daliases=/usr/local/pds/etc/aliases.properties
Simply separate each setting with a space when setting
the environment variable.
-
Download the
release tarball
.
-
Extract the tarball into your
/usr/local
directory.
-
Copy the file
/usr/local/pds/rc/pds
to
/etc/rc.d/init.d
.
-
Run
chkconfig --add pds
.
-
Install the
PDS profile servers
.
-
Install any web applications.
-
Run
/etc/rc.d/init.d/pds start
to start the servers.
You should see output similar to the following:
Enterprise Data Management Server Manager
Copyright 1998-2002, California Institute of Technology. ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Server Manager ready
web (PDS Single Point of Entry Operations Web Server) started
rmiregistry (RMI Registry)
PDS.MarsDB.Profile (PDS Mars Profile Server) started
PDS.ProfProf.Profile (PDS Profile of Profile Server) started
JPL.PDS.Profile (Operations profile server for PDS) started
PDS.LunarDB.Profile (PDS Lunar Profile Server) started
JPL.PDS.MasterProd (Operations master product profile server for PDS) started
JPL.PDS.Instrument (Operations instrument profile server for PDS) started
JPL.PDS.Host (Operations host profile server for PDS) started
JPL.PDS.Target (Operations target profile server for PDS) started
PDS.System.Profile (PDS System Profile Server for Operations) started
JPL.PDS.Mission (Operations mission profile server for PDS) started
The current version is
2.1.0.
It
consists of the following components:
|