Versions Compared

Key

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

...

  • In case a huge amount of files has to be recalled from tape, it is strongly suggested to do it in agreement with Experiment Support group, which can help and facilitate the procedure.

  • If you need to build a user interface from scratch you can just run the following commands on your CentOS Linux machine.
    From ROOT:

    Code Block
    rm /etc/yum.repos.d/epel* /etc/yum.repos.d/UMD*
    yum remove epel-release-7-11.noarch
    yum install epel-release
    yum install yum-priorities
    yum install http://repository.egi.eu/sw/production/umd/4/centos7/x86_64/updates/umd-release-4.1.3-1.el7.centos.noarch.rpm
    yum clean all
    yum update
    yum install ca-policy-egi-core -y
    yum install fetch-crl 
    yum install ui
    systemctl enable --now fetch-crl-cron
    
    
    cat /etc/cron.d/fetch-crl; cat /usr/sbin/fetch-crl (these are to check that "cron" and the executable file called by "cron" for "fetch-crl" exist)
    cat /etc/grid-security/certificates/ (this is to check that this directory contains a bunch of files in .0 and .r0 format)
    Lastly, it is important to run the /sbin/fetch-crl application periodically.