Some features of dCache are switched off by default after an installation. The following describes how to put them to use:
The billing information which is normally written to /opt/d-cache/billing/ on the
admin node will also be written to a database if
config/dCacheSetup contains
billingToDb=yes
A PostgreSQL server is expected to run on the admin node with
a database user “srmdcache”
and a database “billing” with
[root] #createuser -U postgres --no-superuser --no-createrole --createdb --pwprompt srmdcache[root] #createdb -U srmdcache billing
The space reservation feature between the SRM and the
GridFTP door may be switched on with
spaceReservation=true
| Copyright dCache.org © 2003 - 2010 |