# # XRD/CMS section # # XRD port xrd.port 1094 # Admin paths all.adminpath /pool/admin # # OpenFS section xrootd.fslib libXrdOfs.so if nanxrd07.in2p3.fr ofs.forward all fi # # Export /pool/data all.export /pool/data # # Clustering section #cms.allow host nan* if nanxrd07.in2p3.fr all.role manager else all.role server fi # Manager location (ignored by managers) all.manager nanxrd07.in2p3.fr 3121 # # PROOF part # (xrootd only: the 'xpd.' directives are ignored if the protocol is not loaded) ### Load the XrdProofd protocol: ### using absolute paths ( with the path to the ROOT distribution) if exec xrootd xrd.protocol xproofd:1093 /opt/root/lib/root/libXrdProofd.so fi ### ### Working directory for sessions [/proof] xpd.workdir /pool/proofbox ### ### Resource finder ### NB: 'if ' not supported for this directive. # "static", i.e. using a config file # path alternative config file # [$ROOTSYS/proof/etc/proof.conf] # if "yes": enable user private config files at # $HOME/.proof.conf or $HOME/., where # is the second argument to # TProof::Open("","") ["no"] # Maximum number of workers to be assigned to user # session [-1, i.e. all] # If != -1, specify the way workers # are chosen: # "roundrobin" round-robin selection in bunches # of n(=) workers. # Example: # N = 10 (available workers), n = 4: # 1st (session): 1-4, 2nd: 5-8, # 3rd: 9,10,1,2, 4th: 3-6, ... # "random" random choice (a worker is not # assigned twice) # xpd.resource static [] [ucfg:] [wmx:] [selopt:] #xpd.resource static /root/proof.conf ### ### Server role (master, submaster, worker) [default: any] ### Allows to control the cluster structure. ### The following example will set node00 as master, and all ### the others node* as workers if nanxrd07.in2p3.fr xpd.role master else xpd.role worker fi xpd.worker worker nanxrd06.in2p3.fr xpd.worker worker nanxrd06.in2p3.fr xpd.worker worker nanxrd05.in2p3.fr xpd.worker worker nanxrd05.in2p3.fr ### ### Master(s) allowed to connect. Directive active only for Worker or ### Submaster session requests. Multiple 'allow' directives can ### be specified. By default all connections are allowed. xpd.allow nanxrd07.in2p3.fr ### ### URL and namespace for the local storage if different from defaults. ### By the default it is assumed that the pool space on the cluster is ### accessed via a redirector running at the top master under the common ### namespace /proofpool. ### Any relevant protocol specification should be included here. xpd.poolurl root://nanxrd07 xpd.namespace /pool/data