Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone xrootd server has this error in log file - cms_Open: Unable to connect socket... #317

Closed
dougbenjamin opened this issue Dec 15, 2015 · 5 comments
Assignees

Comments

@dougbenjamin
Copy link

Hi
I have a stand alone xrootd data server with this configuration file -

set xrdr = t3nfs.physics.nyu.edu
set exportpath = /atlas
all.export $(exportpath)
all.adminpath /var/spool/xrootd/admin
xrootd.fslib /usr/lib64/libXrdOfs.so
xrd.port 1094 if exec xrootd
all.role server
xrootd.chksum max 10 adler32 /usr/bin/xrdadler32
oss.space public /export/data1 xa
oss.space public /export/data2 xa
oss.space public /export/data3 xa
oss.space public /export/data4 xa
oss.space public /export/data5 xa
oss.space public /export/data6 xa
oss.usage log /var/log/xrootd
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol /usr/lib64 unix
acc.authdb /export/share/atlas/xrootd/auth_file_nfs
ofs.authorize
sec.protbind *.physics.nyu.edu unix
xrd.network routes split use em1,em2

I see these error messages in the xrootd.log

151215 15:32:06 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:33:16 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:34:26 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:35:36 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:36:46 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:37:56 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused

How can I make them go away. cmsd is not running on the data sever

@xrootd-dev
Copy link

Simply delete

all.role server

The "role" tells xrootd it is running in a cluster. A cmsd is needed to
cluster servers, so the expectation is taht one is runnng. Since you are
not clustering this server (ie. it's standalone) it has no cluster role.
Hence, do not specify that directive.

Andy

On Tue, 15 Dec 2015, dougbenjamin wrote:

Hi
I have a stand alone xrootd data server with this configuration file -

set xrdr = t3nfs.physics.nyu.edu
set exportpath = /atlas
all.export $(exportpath)
all.adminpath /var/spool/xrootd/admin
xrootd.fslib /usr/lib64/libXrdOfs.so
xrd.port 1094 if exec xrootd
all.role server
xrootd.chksum max 10 adler32 /usr/bin/xrdadler32
oss.space public /export/data1 xa
oss.space public /export/data2 xa
oss.space public /export/data3 xa
oss.space public /export/data4 xa
oss.space public /export/data5 xa
oss.space public /export/data6 xa
oss.usage log /var/log/xrootd
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol /usr/lib64 unix
acc.authdb /export/share/atlas/xrootd/auth_file_nfs
ofs.authorize
sec.protbind *.physics.nyu.edu unix
xrd.network routes split use em1,em2

I see these error messages in the xrootd.log

151215 15:32:06 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:33:16 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:34:26 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:35:36 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:36:46 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:37:56 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused

How can I make them go away. cmsd is not running on the data sever


Reply to this email directly or view it on GitHub:
#317

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

@dougbenjamin
Copy link
Author

Hi Andy,

Thanks... perhaps some words in this manual at this section.

http://xrootd.org/doc/prod/cms_config.htm#_Toc339484335

Stating that stand alone (unclustered) data servers do not need the
all.role directive.

Doug

On 12/15/2015 06:00 PM, xrootd-dev wrote:

Simply delete

all.role server

The "role" tells xrootd it is running in a cluster. A cmsd is needed to
cluster servers, so the expectation is taht one is runnng. Since you are
not clustering this server (ie. it's standalone) it has no cluster role.
Hence, do not specify that directive.

Andy

On Tue, 15 Dec 2015, dougbenjamin wrote:

Hi
I have a stand alone xrootd data server with this configuration file -

set xrdr = t3nfs.physics.nyu.edu
set exportpath = /atlas
all.export $(exportpath)
all.adminpath /var/spool/xrootd/admin
xrootd.fslib /usr/lib64/libXrdOfs.so
xrd.port 1094 if exec xrootd
all.role server
xrootd.chksum max 10 adler32 /usr/bin/xrdadler32
oss.space public /export/data1 xa
oss.space public /export/data2 xa
oss.space public /export/data3 xa
oss.space public /export/data4 xa
oss.space public /export/data5 xa
oss.space public /export/data6 xa
oss.usage log /var/log/xrootd
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol /usr/lib64 unix
acc.authdb /export/share/atlas/xrootd/auth_file_nfs
ofs.authorize
sec.protbind *.physics.nyu.edu unix
xrd.network routes split use em1,em2

I see these error messages in the xrootd.log

151215 15:32:06 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:33:16 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:34:26 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:35:36 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:36:46 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:37:56 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused

How can I make them go away. cmsd is not running on the data sever


Reply to this email directly or view it on GitHub:
#317

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


Reply to this email directly or view it on GitHub #317 (comment).

@ivukotic
Copy link

Hi,

would the same be true for a standalone caching proxy server?

Ilija

On Dec 15, 2015, at 18:21 , dougbenjamin <notifications@github.commailto:notifications@github.com> wrote:

Hi Andy,

Thanks... perhaps some words in this manual at this section.

http://xrootd.org/doc/prod/cms_config.htm#_Toc339484335

Stating that stand alone (unclustered) data servers do not need the
all.role directive.

Doug

On 12/15/2015 06:00 PM, xrootd-dev wrote:

Simply delete

all.role server

The "role" tells xrootd it is running in a cluster. A cmsd is needed to
cluster servers, so the expectation is taht one is runnng. Since you are
not clustering this server (ie. it's standalone) it has no cluster role.
Hence, do not specify that directive.

Andy

On Tue, 15 Dec 2015, dougbenjamin wrote:

Hi
I have a stand alone xrootd data server with this configuration file -

set xrdr = t3nfs.physics.nyu.eduhttp://t3nfs.physics.nyu.edu
set exportpath = /atlas
all.export $(exportpath)
all.adminpath /var/spool/xrootd/admin
xrootd.fslib /usr/lib64/libXrdOfs.so
xrd.port 1094 if exec xrootd
all.role server
xrootd.chksum max 10 adler32 /usr/bin/xrdadler32
oss.space public /export/data1 xa
oss.space public /export/data2 xa
oss.space public /export/data3 xa
oss.space public /export/data4 xa
oss.space public /export/data5 xa
oss.space public /export/data6 xa
oss.usage log /var/log/xrootd
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol /usr/lib64 unix
acc.authdb /export/share/atlas/xrootd/auth_file_nfs
ofs.authorize
sec.protbind *.physics.nyu.eduhttp://physics.nyu.edu unix
xrd.network routes split use em1,em2

I see these error messages in the xrootd.log

151215 15:32:06 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:33:16 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:34:26 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:35:36 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:36:46 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:37:56 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused

How can I make them go away. cmsd is not running on the data sever


Reply to this email directly or view it on GitHub:
#317

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


Reply to this email directly or view it on GitHub #317 (comment).


Reply to this email directly or view it on GitHubhttps://github.com//issues/317#issuecomment-164941851.

@abh3
Copy link
Member

abh3 commented Dec 16, 2015

Yes, that would be true for a standalone proxy cache. Also, in reference
to Doug's point. The cms manal is only relevant for clustered
configurations. That is why the role directive is only mentioned in that
manual. I do agree it might be difficult to connect the dots here so I
will add additional wordage.

Andy

On Tue, 15 Dec 2015, Ilija Vukotic wrote:

Hi,

would the same be true for a standalone caching proxy server?

Ilija

On Dec 15, 2015, at 18:21 , dougbenjamin <notifications@github.commailto:notifications@github.com> wrote:

Hi Andy,

Thanks... perhaps some words in this manual at this section.

http://xrootd.org/doc/prod/cms_config.htm#_Toc339484335

Stating that stand alone (unclustered) data servers do not need the
all.role directive.

Doug

On 12/15/2015 06:00 PM, xrootd-dev wrote:

Simply delete

all.role server

The "role" tells xrootd it is running in a cluster. A cmsd is needed to
cluster servers, so the expectation is taht one is runnng. Since you are
not clustering this server (ie. it's standalone) it has no cluster role.
Hence, do not specify that directive.

Andy

On Tue, 15 Dec 2015, dougbenjamin wrote:

Hi
I have a stand alone xrootd data server with this configuration file -

set xrdr = t3nfs.physics.nyu.eduhttp://t3nfs.physics.nyu.edu
set exportpath = /atlas
all.export $(exportpath)
all.adminpath /var/spool/xrootd/admin
xrootd.fslib /usr/lib64/libXrdOfs.so
xrd.port 1094 if exec xrootd
all.role server
xrootd.chksum max 10 adler32 /usr/bin/xrdadler32
oss.space public /export/data1 xa
oss.space public /export/data2 xa
oss.space public /export/data3 xa
oss.space public /export/data4 xa
oss.space public /export/data5 xa
oss.space public /export/data6 xa
oss.usage log /var/log/xrootd
xrootd.seclib /usr/lib64/libXrdSec.so
sec.protocol /usr/lib64 unix
acc.authdb /export/share/atlas/xrootd/auth_file_nfs
ofs.authorize
sec.protbind *.physics.nyu.eduhttp://physics.nyu.edu unix
xrd.network routes split use em1,em2

I see these error messages in the xrootd.log

151215 15:32:06 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:33:16 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:34:26 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:35:36 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:36:46 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused
151215 15:37:56 19447 cms_Open: Unable to connect socket to /var/spool/xrootd/admin/.olb/olbd.admin; connection refused

How can I make them go away. cmsd is not running on the data sever


Reply to this email directly or view it on GitHub:
#317

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

ÿÿ
Reply to this email directly or view it on GitHub #317 (comment).

ÿÿ
Reply to this email directly or view it on GitHubhttps://github.com//issues/317#issuecomment-164941851.


Reply to this email directly or view it on GitHub:
#317 (comment)

@abh3 abh3 self-assigned this Apr 20, 2016
@abh3
Copy link
Member

abh3 commented Apr 22, 2016

The documentation has been updated to explicit say you shouldn't use this directive for stand-alone servers. Please note that this directive was documented on the cmsd reference and when setting up a stand-alone server one should not have consulted that document as it's only meant for setting up clustered servers. Needless to say, I don't think this will solve the problem which appears to be a copy-paste configuration issue.

@abh3 abh3 closed this as completed Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants