Print

Print


All,

I am having trouble setting up CNS.  The CNS xrootd server is 
maintaining an inventory, but it is not complete.  I am no longer about 
to access files that are not in the inventory and have been unable to 
update the CNS with "XrdCnsd -R"

I have two xrootd namespaces with separate xrootd and cms servers. 
There is only one redirector though.

At the moment, I only have one data server, but I am bring a second one 
online, so this is becoming critical.

The main difference between my config and the ones in the documentation 
seems to be use the oss.localroot.

On the data server, my config looks like:


all.manager hn.at3f:1213

if named srm
   xrd.trace all

   all.export /srm
   oss.localroot /disk/xrd-ns/ns-srm
   oss.space public /disk/data3/xrddata
   oss.space public /disk/data4/xrddata
   oss.space public /disk/data5/xrddata
   oss.space public /disk/data6/xrddata
   oss.space public /disk/data7/xrddata
   xrd.port 1094

   ofs.notify closew create mkdir mv rm rmdir trunc | /usr/bin/XrdCnsd 
-L /disk/xrd-ns/ns-srm -d -D 2 -i 90 -b hn.at3f:1093:/data/inventory

fi


if named atlasc
   all.export /atlasC
   oss.localroot /disk/xrd-ns/ns-atlasC
   oss.space public /disk/data0/xrddata
   xrd.port 1095

   ofs.notify closew create mkdir mv rm rmdir trunc | /usr/bin/XrdCnsd 
-L /disk/xrd-ns/ns-atlasC -d -D 2 -i 90 -b hn.at3f:1093:/data/inventory
fi


On the redirector, my config looks like:


all.manager hn.at3f:1213

if exec cmsd
   xrd.port 1213
   all.role manager
else if named cns
   all.export /data/inventory
   xrd.port 1093
else
   all.export /srm
   all.export /atlasC
   xrd.port 1094
   all.role manager
   ofs.forward 3way hn.at3f:1093 mv rm rmdir trunc
fi



What am I doing wrong?

Thanks.

	-paul

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-L&A=1