Data Shaper Domain Master Configuration reference
During the installation phase, new entries will be added to the existing DMCFG located on the Data One DOIM Control Node in<DOIM_HOME>/config/dmcfg.yaml
(see also Domain Master Configuration Reference).
The table below contains reference information about the newly added entries.
ds_db_url
jdbc connection string used by STENG to connect to the DB.
Note:
The only supported format for Oracle JDBC URL is:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=<protocol>) (HOST=<dbhost>) (PORT=<dbport>)) (CONNECT_DATA=(SERVICE_NAME=<service-name>)) )
ds_db_usr
Data Shaper DB connection user
ds_db_password
Data Shaper DB connection password
ds_db_schema
Data Shaper DB
ds_worker_base_port
10500
Data Shaper port range base port
ds_jgroups_port
7901
Data Shaper JGroups listening port (asked only in case of Data Shaper cluster installation)
Last updated