Changes
Page history
Update Installation instructions - add xcache log dir
authored
Aug 11, 2025
by
Nikolai.Hartmann
Show whitespace changes
Inline
Side-by-side
Installation-instructions.md
View page @
451481a5
...
...
@@ -74,8 +74,8 @@ Create directories for bind mounts and make them owned by xrootd where nescessar
Note: Assuming the data directories are under
`/srv/xache`
and are as configured in
`/etc/xrootd/xcache.cfg`
```
bash
mkdir
-p
/var/spool/xrootd /var/run/xrootd /srv/xcache/namespace /srv/xcache/xrdcinfos
chown
-R
xrootd:xrootd /var/spool/xrootd /var/run/xrootd /srv/xcache
mkdir
-p
/var/spool/xrootd /var/run/xrootd /srv/xcache/namespace /srv/xcache/xrdcinfos
/var/log/xcache
chown
-R
xrootd:xrootd /var/spool/xrootd /var/run/xrootd /srv/xcache
/var/log/xcache
# if not existing
mkdir
-p
/etc/grid-security
...
...
...
...