Home > D3 Administration

D3 Administration

Configuration

Configuration from EBX.Manager

The declaration of delivery branches and delivery profiles is done in the branch "[D3] Configuration Branch", as follows:

Technical Configuration of the Master

In order to act as a master node, an EBX.Platform instance must declare the following property in ebx.properties file ebx.d3.mode=master.

Technical Configuration of a Slave

In order to act as a slave node, an EBX.Platform instance must declare the following properties in ebx.properties.

Slave subscription

Two services are defined on a slave to manage the subscription to the Master:

Those services can be found in the [D3] Configuration branch .

Supervision

Table supervision

The [D3] Configuration branch of the Master contains two supervision tables:

Service supervision

The Display slaves' state service is available in the [D3] Configuration branch of the Master. This service lists the slaves and their related information (slave state, associated profiles, delivered versions...)

Log supervision

The technical supervision can be done through the log category ebx.d3, to be declared in ebx.properties such as: ebx.log4j.category.log.d3= INFO, Console, ebxFile:d3

Home > D3 Administration