(file) Return to new_dcs2x_hmi_aia.txt CVS log (file) (dir) Up to [Development] / JSOC / doc

File: [Development] / JSOC / doc / new_dcs2x_hmi_aia.txt (download)
Revision: 1.2, Tue Jun 25 16:53:28 2013 UTC (9 years, 11 months ago) by prodtest
Branch: MAIN
CVS Tags: Ver_DRMSLATEST, Ver_8-3, Ver_8-2, Ver_8-1, NetDRMS_Ver_8-3, NetDRMS_Ver_8-2, NetDRMS_Ver_8-1
Changes since 1.1: +4 -1 lines
*** empty log message ***

		/home/prodtest/cvs/JSOC/doc/new_dcs2x_hmi_aia.txt

The dcs2x is configured with a hmidb and a aiadb.
Thie can be used if a dcs0x (aia) or dcs1x (hmi) goes down.

To run dcs2x with hmidb, log on as normal. The info in
new_dcsx_run.txt applies.

To run dcs2x with for aia, you must stop any hmi postgres
instances:

pg_ctl -D /var/lib/pgsql/data_drms stop
pg_ctl -D /var/lib/pgsql/data_sums stop [-m fast]

and start the aia instances:

pg_ctl -D /var/lib/pgsql/data_sums_aia -l /tmp/postgres.sums.aia.log start
pg_ctl -D /var/lib/pgsql/data_drms_aia -l /tmp/postgres.drms.aia.log start

Make sure you have this env:

JSOC_DBHOST=dcs2x
JSOC_DBNAME=aiadb

Run with 
/home/prodtest/cvs/JSOC/proj/datacapture/scripts/socdc.dcs2x.aia

Ths sums dir is /SUM12.

Use e.g.:
dcs2x:/home/prodtest> psql -p 5434 aiadb_sums


Karen Tian
Powered by
ViewCVS 0.9.4