![]() ![]() |
![]() |
File: [Development] / JSOC / proj / replication / etc / repclient.shoom.cfg
(download)
Revision: 1.9, Wed Sep 4 17:12:44 2013 UTC (9 years, 5 months ago) by arta Branch: MAIN CVS Tags: Ver_8-8, Ver_8-7, Ver_8-6, Ver_8-5, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-10, Ver_8-1 Changes since 1.8: +1 -0 lines Add the parameter for selecting the Perl binary to use. |
# This template file contains configurable parameters used by replication client code. The client # code includes subscribe_series, run_get_slony_logs.sh, and get_slony_logs.pl. # # Each NetDRMS site using the replication code should copy this file to a writeable location # and edit it as appropriate. Each of the client-side replication scripts sources this configuration # file to set environment variables needed by that script. ####################################################### # client-side-wide configurable parameters ####################################################### node=artatest # Client-server communication kRSServer=solarport.stanford.edu kRSTriggerDir=/data/pgsql/slon_logs/live/triggers/ kRSUser=jsocexp kRSPort=55000 # Client database information pg_host=localhost pg_port=5432 pg_user=slony pg_dbname=mydb slony_cluster=jsoc kRSPerl=/usr/local/bin/activeperl ####################################################### # subscribe_series configurable parameters ####################################################### # file paths kLocalLogDir=/home/production/devtest/arta kLocalWorkingDir=/home/production/devtest/arta kSQLIngestionProgram=/home/production/drms/base/drms/replication/get_slony_logs.pl kDeleteSeriesProgram=/home/production/drms/bin/linux_x86_64/delete_series attempts=50 archive=0 retention=21 tapegroup=1 ####################################################### # get_slony_logs.pl configurable parameters ####################################################### ingestion_path=/home/production/devtest/arta/ scp_cmd=/usr/bin/scp ssh_cmd=/usr/bin/ssh rmt_slony_dir=/data/pgsql/slon_logs/live/site_logs slony_logs=/home/production/subscribe_series/slon_logs PSQL='/usr/bin/psql' email_list='arta@sun.stanford.edu'
Karen Tian |
Powered by ViewCVS 0.9.4 |