Usrlocalnetdrms currentbasedrmsreplicationetciasrepclientcfg¶
# 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=<the name of the remote sites replication node> node=IASprod # Client-server communication #kRSServer=<replication server> #kRSTriggerDir=<directory that contains files used for server-client communication> #kRSUser=<linux user with access to replication subscription server> #kRSPort=<replication server port> #ingestion_path=<location of ingestion "die" file> kRSServer=jsocport.stanford.edu kRSTriggerDir=/data/pgsql/slon_logs/live/triggers kRSUser=jsocexp kRSPort=55000 ingestion_path=/home/production/netdrms_current/base/drms/replication # Client database information #pg_host=<hostname/IP address of the subscribers (clients) machine hosting the database> #pg_port=<port on the subscribers (clients) machine hosting the database> #pg_user=<postgreSQL user who accesses the replication objects on the subscribers (clients) database> #pg_dbname=<name of the database containing replication objects> #slony_cluster=<replication cluster name - this is defined at the site that is generating the slony logs. # All nodes that share the same set of data will have the same value for this field. If you are getting your logs from Stanford, then use "jsoc"> pg_host=localhost pg_port=5432 pg_user=slony pg_dbname=ias_sdo slony_cluster=jsoc # Apps #kRSPerl=<path to Perl binary to use when Perl scripts are executed> kRSPerl=/usr/bin/perl # URLs #kRSBaseURL=<base URL for all Slony services> kRSBaseURL=???????