To pick a different site, go back here.

Summary of Consistency Check Results

Below is the summary of the PhEDEx comparison for the storage site.



A more detailed reports can be accessed here:
Files missing from the site: _skipCksm_missing.txt
Extra files and directories that can be removed: _skipCksm_removable.txt

Directions on How to Clear Excess Files from

If you want to clear off some of the excess files from your site, just follow these simple instructions. Download the ClearSite.sh script from here: ClearSite.sh. Or you can copy the following command:

wget -N http://t3serv001.mit.edu/~cmsprod/ConsistencyChecks/ClearSite.sh; chmod +x ClearSite.sh

Then run the ClearSite.sh script for your site with the following argument:

./ClearSite.sh

This script will download ClearSite.py and the consistency result for the specified site or update to new versions if they have already been downloaded. Then you will be given a set of options to either clear off your site, or simply print out the files and directories that would be removed.

Directions on How to Copy Missing Files for

If you want to copy missing files to your site, just follow these simple instructions. Download the FillSite.sh script from here: FillSite.sh. Or you can copy the following command:

wget -N http://t3serv001.mit.edu/~cmsprod/ConsistencyChecks/FillSite.sh; chmod +x FillSite.sh

Then run the FillSite.sh script as root for your site with the following argument:

./FillSite.sh

This script will download FillSite.py and the consistency result for the specified site or update to new versions if they have already been downloaded. You need to be root to change the user and group of the new file. The file will have permissions matching the directory it's in (except for a chmod -x). If the directory that the file is supposed to be in does not exist, no copying is attempted at this point.

You also need to have an updated VOMS proxy and working in a CMSSW environment because the python script relies on the xrdcp command.

DISCLAIMER: Only files that are on disk at other Tier-2 sites will successfully be copied. We are still working on the case that other file replicas are not on disk.

Feel free to email me if you want the full output from the job run on your site or if you have any other questions.