priority=25
yum install yum-priorities
yum install xrootd-libs.x86_64 xrootd-server.x86_64 xrootd-client.x86_64 xrootd-fuse.x86_64 xrootd-debuginfo.x86_64
mkdir /dataxrd
chown xrootd:xrootd /dataxrd
mkdir /dataxrd/atlas
chown xrootd:xrootd /dataxrd/atlas
/sbin/service xrootd setup
scp root@atlas50:/etc/xrootd/xrootd-clustered.cfg /etc/xrootd/xrootd-clustered.cfg scp root@atlas50:/etc/xrootd/auth_file /etc/xrootd/auth_file
# change to follow your local convention if different set localroot = /dataxrd oss.localroot $(localroot)
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 1094 -j ACCEPT
service iptables restart
/sbin/service xrootd start /sbin/service cmsd start
/var/log/xrootd/xrootd.log /var/log/xrootd/cmsd.log
To test that the redirector sees the machine you just set up. It must be done on a machine with xrootd client libs installed.
xrd <this machine> locateall /atlas
xrd atlashn1 locateall /atlas
xrdcp test.txt xroot://aschead01.hep.anl.gov:1094//atlas/chakanau/test/text.txt
Remove the directory:
rmdir xroot://aschead01.hep.anl.gov:1094//atlas/chakanau/test