DBReplicator User Manual


subscriber.conf

subscriber.conf

Name

subscriber.conf -- configuration file for a subscriber

Synopsis

Any line beginning with a '#' is considered a comment. Options are of the format:

	VARIABLE=value

With no spaces around the '=' and no quotes at all.

Description

This file gets parsed when dbreplicator gets called with any of the subscriber-specific operations.

General Options

DRIVER

This is the database driver used to connect to the SQL backend

URL

This is the specific jdbc connect string of the format: <jdbc>:<database>://<hostname>:<db port>/<database name>

USER

User to connect to the database as

PASSWORD

Password for above user

PUB_NAME

Name of publication to subscribe to. This is specified on the publisher to begin with, so it must exist as a publication on the publisher.

SUB_NAME

Name to give to the subscription, or name of subscription to connect to. This sould be unique across the publication. i.e., no two subscribers connecting to a single publication should have the same subscription name.

SYS_NAME

Name of subscribing system. Usually local host name.

PORT_NUMBER

Port number to listen on for connections from publisher.

REMOTER_SERVER_NAME

HostName of publisher to connect to.

REMOTER_PORT_NO

Port to connect to on publisher

F_INTERVAL

Minimum interval in ms to wait between replication attempts. Only applies to continuous synchronization process.

S_INTERVAL

Additional time to wait in ms after a successful syncronization. Only applies to continuous synchronization process.

Samples

Notes

Author

Brian Tilma, Regiscope Digital Imaging ( btilma@users.sourceforge.net )

See Also

dbreplicator(8), publisher.conf(5)


Powered by Drupal - Theme by Danger4k