Print

Print


The configuration files was changed by the xrootd installation, as I have written on this post:
https://github.com/xrootd/xrootd/issues/152

Basically my xrootd-clusterd.cfg was
<i>all.export /data/xrootdfs
set xrdr=lipnode01
all.manager $(xrdr):1213
cms.allow host *
if $(xrdr)
all.role manager
xrd.port 1094
else
all.role server
oss.localroot /data/files</i>

Now, it is:
<i>all.role manager
all.manager lipnode01 3121
frm.xfr.copycmd /bin/cp /dev/null $PFN
all.adminpath /var/spool/xrootd
all.pidpath /var/run/xrootd</i>

As this example:
https://github.com/xrootd/xrootd/blob/stable-4.0.x/packaging/common/xrootd-clustered.cfg

And, my /etc/sysconfig/xrootd was
CMSD_DEFAULT_OPTIONS="-l /var/log/xrootd/cmsd.log -c /etc/xrootd/xrootd-clustered.cfg -k <b>7</b>"

And was changed to:
CMSD_DEFAULT_OPTIONS="-l /var/log/xrootd/cmsd.log -c /etc/xrootd/xrootd-clustered.cfg -k <b>fifo</b>"

---
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/154#issuecomment-60832324

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1