pg_ctl start -D $PGDATA -o "-i" - be sure to enable TCP / IP connections with -i
in pg_hba.conf, add line to allow esdo_drms_dsa access to jsoc with MD5 permission using specific IP address pair
driver org.postgresql.Driver in $TOMCAT_HOME/common/lib/postgresql-8.1-408.jdbc3.jar
direct connection (see default.properties step)
Customize your configuration (config default.properties) using postgres variables
Note: installation self-tests and SQL tests may fail (poss. with "failed to write query results to specified destination") until metadoc file has been generated in next step, specified in default.properties, and tomcat restarted.
Generate metadoc file
delete pg tables other than drms_series
Test your customized configuration
Rerun all self-tests. 2 SQL tasks may fail since "tapeunit" and "archive" columns may cause division by zero error. This is fine.