...
- SDNRWT: devicemanager + internal WEB Server
- SDNRDM: devicemanager relateded bundles, but not web related
- SDNRDBURLSDNRINIT: URL for database accessOnly database initialization than terminating. See: SDN-R Data Migration Tool
Database configuration by SDNRDBURL, SDNRDBUSERNAME, SDNRDBPASSWORD.
SDNRWT | SDNRDM | SDNRINIT | Meaning | |
---|---|---|---|---|
false | false | false | (Default setting of flags). SDNR deactivated, but normal SDNC startup for other features, like oofpci. | |
true | x | x | devicemanager + internal WEB Server | false. SDNRDBURL, SDNRDBUSERNAME, SDNRDBPASSWORD |
x | true | x | devicemanager. SDNRDBURL, SDNRDBUSERNAME, SDNRDBPASSWORD | |
x | x | true | init container function. SDNRDBURL, SDNRDBUSERNAME, SDNRDBPASSWORD | |
all other combinations | SDNR error state. Container ends log contains error |
Enhancement/integration of oom/sdnc follows from left (low complexity) to right (highest complexity)
...
Environment Variables for Configuration
env var | config file | description |
---|---|---|
$SDNC_ESUSER | dataprovider.properties | elasticsearch basicAuth Username |
$SDNC_ESPASSWD | dataprovider.properties | elasticsearch basicAuth Password |
Database Initialization
ElasticSearch database needs to be initialized by a script.
...