Hello,
In a 1+1 failover system, we have configured elastic in DBConfiguration.xml file as per
However, we have not configured elastic in db.xml. As far as I understand, the db.xml should always contain a reference to the elastic node of that DMA (if it exists).
Is my statement correct ? Or is it possible to not have an elastic reference in db.xml and make it work ? Thank you.
Hi Arunkrishna,
As per my understanding, DataMiner software will at startup check for a valid DBConfiguration.xml file. If it encounters one, it will automatically disable (comment out this portion of the db.xml definition) the elasticsearch configuration part done in the db.xml file. Therefore completely removing this portion from the db.xml file shouldn't be an issue at that point.
So the elasticsearch configuration portion completely moves or migrates from the db.xml file towards the DBConfiguration.xml file when configuring a elasticsearch multi cluster offload (EMCO).
Link to section in DataMiner Docs
Hope this was helpfull