Skip to content
Snippets Groups Projects
Commit b31a8723 authored by Christoph Heidecker's avatar Christoph Heidecker Committed by Christoph Heidecker
Browse files

Changed library paths to repo installation

parent 5840c036
Branches
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
# #
set redirector = ekpsm01
set cachedir = /storage/sg/xrootd/cache
set cachedir = /opt/XRootD/cache
set XRDADMINPATH = /xrootd/tmp/proxy-manager
set XRDADMINPATH = /opt/XRootD/tmp/proxy-manager
# Set pid and tmp files to above defined path
#
......
......@@ -3,9 +3,9 @@
# #
set redirector = localhost
set cachedir = /xrootd/cache
set cachedir = /opt/XRootD/cache
set XRDADMINPATH = /xrootd/tmp/proxy-server
set XRDADMINPATH = /opt/XRootD/tmp/proxy-server
# Set pid and tmp files to above defined path
#
......@@ -73,8 +73,10 @@ all.role server
# For xrootd, load the proxy plugin and the disk caching plugin.
#
ofs.osslib /xrootd/xrootd/lib64/libXrdPss.so
pss.cachelib /xrootd/xrootd/lib64/libXrdFileCache-4.so
ofs.osslib /usr/lib64/libXrdPss-4.so
#ofs.osslib /xrootd/xrootd/lib64/libXrdPss.so
pss.cachelib /usr/lib64/libXrdFileCache-4.so
#pss.cachelib /xrootd/xrootd/lib64/libXrdFileCache-4.so
# The server needs to write to disk, stage not relevant
#
......
......@@ -20,7 +20,7 @@ PIDFILE=/var/run/xrootd.pid
#export PATH=$XRD_PATH/xrd-install/bin:$PATH
# Starting command for XRootD services
COMMAND='xrootd -c $XRD_PATH/configs/proxy-manager.cf -l $LOGDIR/proxy-manager/xrootd.log -k 100m & ; cmsd -c $XRD_PATH/configs/proxy-manager.cf -l /logs/proxy-manager/cmsd.log -k 100m &'
COMMAND='xrootd -c '$XRD_PATH'/configs/proxy-server.cf -l '$LOGDIR'/proxy-server-xrootd.log -k 100m & ; cmsd -c '$XRD_PATH'/configs/proxy-server.cf -l '$LOGDIR'/proxy-server-cmsd.log -k 100m &'
# Check for running service processes
if [ -f $PIDFILE ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment