Ah, I thought that was in the report...

[root@xrootd ~]# cat /etc/xrootd/xrootd-clustered.cfg 
#
# Managed by CFE
#

# Port specifications; only the redirector needs to use a well-known port
# "any" will cause rooted to bind to any available port.  Change as needed for firewalls.
xrd.port 1213 if exec cmsd
xrd.port 1094 if exec xrootd

# Configure node-specific stuff

if se1.accre.vanderbilt.edu
    # Old Site Redirector
    all.sitename T2_US_Vanderbilt
    all.manager se1.accre.vanderbilt.edu:1214
    all.manager meta all cmsxrootd.fnal.gov+ 1213
    cms.delay servers 1 lookup 10
    all.role manager
else if xrootd.vampire or vm-cms-xrootd.vampire
    # Test site redirector
    all.role manager
    xrd.network nodnr
    cms.trace all
    cms.dfs limit 0 lookup central redirect verify retries 5
#    cms.dfs limit 0 lookup distrib mdhold 0 redirect immed retries 5
    all.sitename T2_US_Vanderbilt_TEST
    all.manager xrootd.accre.vanderbilt.edu:1213
    all.manager meta all cms-xrd-transit.cern.ch+ 1213
    cms.delay servers 1 lookup 10
else if sea.vampire or seb.vampire or se20.vampire
    # Test data node
    all.sitename T2_US_Vanderbilt_TEST
    all.manager xrootd.accre.vanderbilt.edu:1213
    all.role server
else
    # Remaining data nodes
    all.sitename T2_US_Vanderbilt
    all.manager se1.accre.vanderbilt.edu:1214
    all.role server
fi

# Hosts allowed to use this xrootd cluster
cms.allow host *

# Export all of /store
all.export /store

# Enable throttling to keep the mount from getting pounded to death
# throttle.throttle [concurrency CONCUR] [data RATE]
#   see https://github.com/xrootd/xrootd/tree/master/src/XrdThrottl
xrootd.fslib throttle default
throttle.throttle concurrency 128

###Standard directives
# Simple sites probably don't need to touch these.
# Logging verbosity
xrootd.trace emsg login stall redirect
ofs.trace conn

# Security configuration
#if sea.vampire or seb.vampire
#    sec.protocol /usr/lib64 gsi -certdir:/etc/grid-security/certificates -cert:/etc/grid-security/hostcert-xrootd.pem -key:/etc/grid-security/hostkey-xrootd.pem -crl:3 -authzfun:libXrdLcmaps.so -authzfunparms:--lcmapscfg,/etc/xrootd/lcmaps.cfg,--loglevel,0 -gmapopt:10 -gmapto:0
#
#else
sec.protocol /usr/lib64 gsi -certdir:/etc/grid-security/certificates -cert:/etc/grid-security/hostcert-xrootd.pem -key:/etc/grid-security/hostkey-xrootd.pem -crl:1 -moninfo
#fi

# HTTPS support. remove nesting once tested
if sea.vampire or seb.vampire or se20.vampire xrootd.vampire or vm-cms-xrootd.vampire exec xrootd
      xrd.protocol http:1094 /usr/lib64/libXrdHttp-4.so
      http.cadir /etc/grid-security/certificates
      http.cert /etc/grid-security/hostcert-xrootd.pem
      http.key /etc/grid-security/hostkey-xrootd.pem
      http.secxtractor /usr/lib64/libXrdLcmaps.so
      http.listingdeny yes
      http.staticpreload http://static/robots.txt /etc/xrootd/robots.txt
      http.desthttps yes
fi
# Turn on authorization
ofs.authorize 1
acc.authdb /etc/xrootd/Authfile
acc.audit deny grant


xrootd.seclib /usr/lib64/libXrdSec.so

cms.delay startup 1
cms.fxhold 10m
#cms.perf int 30s pgm /usr/bin/XrdOlbMonPerf 30

xrd.report xrootd.t2.ucsd.edu:9931 every 30s all sync
xrootd.monitor all auth flush 30s mbuff 1472 window 5s dest files io info user xrootd.t2.ucsd.edu:9930


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

{"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/xrootd/xrootd/issues/752#issuecomment-399314697","url":"https://github.com/xrootd/xrootd/issues/752#issuecomment-399314697","name":"View Issue"},"description":"View this Issue on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}} {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"PERSON","message":"@PerilousApricot in #752: Ah, I thought that was in the report...\r\n\r\n```\r\n[root@xrootd ~]# cat /etc/xrootd/xrootd-clustered.cfg \r\n#\r\n# Managed by CFE\r\n#\r\n\r\n# Port specifications; only the redirector needs to use a well-known port\r\n# \"any\" will cause rooted to bind to any available port. Change as needed for firewalls.\r\nxrd.port 1213 if exec cmsd\r\nxrd.port 1094 if exec xrootd\r\n\r\n# Configure node-specific stuff\r\n\r\nif se1.accre.vanderbilt.edu\r\n # Old Site Redirector\r\n all.sitename T2_US_Vanderbilt\r\n all.manager se1.accre.vanderbilt.edu:1214\r\n all.manager meta all cmsxrootd.fnal.gov+ 1213\r\n cms.delay servers 1 lookup 10\r\n all.role manager\r\nelse if xrootd.vampire or vm-cms-xrootd.vampire\r\n # Test site redirector\r\n all.role manager\r\n xrd.network nodnr\r\n cms.trace all\r\n cms.dfs limit 0 lookup central redirect verify retries 5\r\n# cms.dfs limit 0 lookup distrib mdhold 0 redirect immed retries 5\r\n all.sitename T2_US_Vanderbilt_TEST\r\n all.manager xrootd.accre.vanderbilt.edu:1213\r\n all.manager meta all cms-xrd-transit.cern.ch+ 1213\r\n cms.delay servers 1 lookup 10\r\nelse if sea.vampire or seb.vampire or se20.vampire\r\n # Test data node\r\n all.sitename T2_US_Vanderbilt_TEST\r\n all.manager xrootd.accre.vanderbilt.edu:1213\r\n all.role server\r\nelse\r\n # Remaining data nodes\r\n all.sitename T2_US_Vanderbilt\r\n all.manager se1.accre.vanderbilt.edu:1214\r\n all.role server\r\nfi\r\n\r\n# Hosts allowed to use this xrootd cluster\r\ncms.allow host *\r\n\r\n# Export all of /store\r\nall.export /store\r\n\r\n# Enable throttling to keep the mount from getting pounded to death\r\n# throttle.throttle [concurrency CONCUR] [data RATE]\r\n# see https://github.com/xrootd/xrootd/tree/master/src/XrdThrottl\r\nxrootd.fslib throttle default\r\nthrottle.throttle concurrency 128\r\n\r\n###Standard directives\r\n# Simple sites probably don't need to touch these.\r\n# Logging verbosity\r\nxrootd.trace emsg login stall redirect\r\nofs.trace conn\r\n\r\n# Security configuration\r\n#if sea.vampire or seb.vampire\r\n# sec.protocol /usr/lib64 gsi -certdir:/etc/grid-security/certificates -cert:/etc/grid-security/hostcert-xrootd.pem -key:/etc/grid-security/hostkey-xrootd.pem -crl:3 -authzfun:libXrdLcmaps.so -authzfunparms:--lcmapscfg,/etc/xrootd/lcmaps.cfg,--loglevel,0 -gmapopt:10 -gmapto:0\r\n#\r\n#else\r\nsec.protocol /usr/lib64 gsi -certdir:/etc/grid-security/certificates -cert:/etc/grid-security/hostcert-xrootd.pem -key:/etc/grid-security/hostkey-xrootd.pem -crl:1 -moninfo\r\n#fi\r\n\r\n# HTTPS support. remove nesting once tested\r\nif sea.vampire or seb.vampire or se20.vampire xrootd.vampire or vm-cms-xrootd.vampire exec xrootd\r\n xrd.protocol http:1094 /usr/lib64/libXrdHttp-4.so\r\n http.cadir /etc/grid-security/certificates\r\n http.cert /etc/grid-security/hostcert-xrootd.pem\r\n http.key /etc/grid-security/hostkey-xrootd.pem\r\n http.secxtractor /usr/lib64/libXrdLcmaps.so\r\n http.listingdeny yes\r\n http.staticpreload http://static/robots.txt /etc/xrootd/robots.txt\r\n http.desthttps yes\r\nfi\r\n# Turn on authorization\r\nofs.authorize 1\r\nacc.authdb /etc/xrootd/Authfile\r\nacc.audit deny grant\r\n\r\n\r\nxrootd.seclib /usr/lib64/libXrdSec.so\r\n\r\ncms.delay startup 1\r\ncms.fxhold 10m\r\n#cms.perf int 30s pgm /usr/bin/XrdOlbMonPerf 30\r\n\r\nxrd.report xrootd.t2.ucsd.edu:9931 every 30s all sync\r\nxrootd.monitor all auth flush 30s mbuff 1472 window 5s dest files io info user xrootd.t2.ucsd.edu:9930\r\n```"}],"action":{"name":"View Issue","url":"https://github.com/xrootd/xrootd/issues/752#issuecomment-399314697"}}} { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [xrootd/xrootd] NULL pointer in XrdCl::XRootDMsgHandler? (#752)", "sections": [ { "text": "", "activityTitle": "**Andrew Melo**", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@PerilousApricot", "facts": [ ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 752,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 752\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/issues/752#issuecomment-399314697" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 348876614\n}" } ], "themeColor": "26292E" }

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