| Database site | IP Address | Sequence number range |
|---|---|---|
| NearDet | ? | 100000000 - 199999999 |
| FarDet | minos-offline.minos-soudan.org | 200000000 - 299999999 |
| CalDet | pcminos01.cern.ch | 400000000 - 499999999 |
If other databases act as database sources they can be allocated bands as required.
Processes that use the DBI, and in particular the DbiWriter to write data, will comply as this interface allocates SEQNOs and records the last allocated sequence number in a special table called GlobalSeqNo. Any process that does not use the DBI must ensure they comply. One way to do this would be to use the same DBI method as is used by DbiWriter:-
The UGLI tables have their own conflict avoidance scheme
Dd00SSppp
where
Dd : 10=Near, 20=Far-normal, 21=Far-shield, 4=CalDet
SS : "series"
ppp: plane #
The "series" is the count of how many times alignment (or
other complete set of entries) has been done.