3.Configuration - SentinelDataHub/dhus-distribution GitHub Wiki

Once the installation procedure is finished, the DHuS system setting configuration files can be accessed and updated if needed.

dhus.xml
a) Open the dhus.xml file contained in the etc folder:

# vim /<DHUS_INST_FOLDER>/etc/dhus.xml

b) Comment or delete the content of the following sections section, leaving the tags present:

  • <dataStores></dataStores>
  • <synchronizers></synchronizers>
  • <evictions></evictions>
  • <sources></sources>
<dataStores>
# commented sections
</dataStores>
<synchronizers> 
# commented sections
</synchronizers>
<evictions> 
# commented sections
</evictions>
<sources> 
# commented sections
</sources>

Dedicated DataStores (HFS or OpenStack) can be created at runtime via OData API to set the interface with the archive selected to store products. Please refer to Administration Manual for details.

⚠️ **GitHub.com Fallback** ⚠️