In this section we will have a look at the configuration and log files of dCache.
The dCache software is installed in one directory, normally
/opt/d-cache/
. All
configuration files can be found here.
Log files of domains are by default stored in
/var/log/<domainName>.log
.
More details about domains and cells can be found in Chapter 5, The Cell Package.
The most central component of a dCache instance is the
PoolManager
cell. It reads additional configuration
information from the file
/opt/d-cache/config/PoolManager.conf
at
start-up. However, it is not necessary to restart the domain
when changing the file. We will see an example of this below.