Print

Print


Yes. 192.168.0.1 is lipnode01, the redirector.
And, all my data servers have "all.export /data/xrootdfs" in their xrootd-clustered.cfg file.

The output of "xrd lipnode01:1094 locateall /data/xrootdfs" is:
InfoType: kXrdcLocDataServer
CanWrite: true
Location: '192.168.0.1:1094

Marcel Kuriyama


This is our xrootd-clustered.cfg of all nodes:

all.export /data/xrootdfs
set xrdr=lipnode01
all.manager $(xrdr):1213
cms.allow host *

if $(xrdr) && named cns
      all.export /data/inventory
      xrd.port 1094
else if $(xrdr)
      all.role manager
      xrd.port 1095
else
      all.role server
      oss.localroot /data/files
      ofs.notify closew create mkdir mv rm rmdir trunc | /usr/bin/XrdCnsd -d -D 2 -i 90 -b $(xrdr):1094:/data/inventory
      cms.space min 20g 50g
fi

#Proof configuration
if exec xrootd
        xrd.protocol xproofd:1093 /usr/local/Root/lib/root/libXrdProofd.so
fi

### ROOTSYS
xpd.rootsys /usr/local/Root
xpd.workdir /tmp/proofbox
xpd.resource static /usr/local/Root/etc/proof/proof.conf

xpd.role worker
if lipnode01
  xpd.role master
fi

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

########################################################################
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