Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Reason for change

This is a request to change the xrootd server version and also a minor update for client tools.

Server version update

We would like to upgrade the xrootd server version for the Fermi xrootd cluster from version
20080828-1632 to 20090202-1402. The main changes change between these two versions are:

  1. Improved and fixed handling of checksum request requests by the server. This fixes issues that could cause checksum request to hang and large cpu usage of the xrootd server.

Because of Due to this currently issue the crawler is currently not using the production xrootd version but the test xrootd that runs the new version.

Client version update

A The first time a xrootd client the first time it connects to a cluster it tries FirstConnectMaxCnt times to connect before it will fail. The default for this number is 150 but for xrd.pl the it is overwritten and set to 10. Therefore a client will fail after about 3.3 min (the wait between connection attempts is 20s) where as whereas with the default setting the client will fail only after 50 min. This is import as for an outage which typically last from 5-30min 30 min we stop the redirector to avoid clients from being redirected and with the short wait time xrd.pl might fail.

...

The new version has been installed as a test version on the Fermi xrootd cluster which allows access to the glast data. The production crawler is using this version for more then than a month.
Also skimmer jobs were run successfully run against this version.

The fix to the timeout for xrd.pl has been tested and . It has been verified that it will wait the expected time if a xrootd server is not available.

...

The client version is rolled back by recreating the link to the old version.

CCB Request

https://jira.slac.stanford.edu/browse/SSC-185

Details

Server version upgrade

At the same time of the restart I would like to change the logfile name for the cmsd from olbdlog to cmsdlog this

...

requires to change the name in StartXrd.cf.glast

...

:

  1. CMSLOGFN=cmsdlog

Restart of xrootd

...

The restart should take less then five minutes. Stopping the redirectors first prevents clients being redirected and the chance that a file is not found because a data server is being restarted. The clients will wait during the restart and reconnect to the data servers and redirectors.

Update the client

  1. Change the link /afs/slac.stanford.edu/g/glast/applications/xrootd/PROD from
    @sys/20080728-0933/ to dist/20080728-0933v1/@sys

This update will not change the xrootd client binaries it will only change the xrd.pl
perl script.

The layout of the xrootd application

...

area changed switching the sysname with release-name
(e.g.: i386_rhel30/20080728-0933v1 to 20080728-0933v1/i386_rhel30).