You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Both VMs should have the emi-ui installed:
The current prescription is:
install + config emi-2 UI
yum -y install yum-protectbase
yum -y install yum-conf-epel
perl -wpi -e 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo
cat /etc/yum/pluginconf.d/priorities.conf
if check_obsoletes not set:
yum -y install yum-priorities
echo "check_obsoletes = 1" >> /etc/yum/pluginconf.d/priorities.conf
cd /usr/local/src
wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm
yum -y localinstall /usr/local/src/emi-release-2.0.0-1.sl6.noarch.rpm
That installs all the enabled emi repos.
yum -y --enablerepo=epel install emi-ui
about 230 packages
/opt/glite/yaim/bin/yaim -c -s /root/yaim-conf/site-info.def -n UI
yaim is the part where you need the config files
NOW DISABLE THE REPOS
for repo in /etc/yum.repos.d/emi2*.repo; do
perl -wpi -e 's/enabled=1/enabled=0/' $repo
done
From the test install history
yum install openafs
103 yum install osg-voms
105 yum install osg-voms
108 yum install emi-ui
110 yum install wget
123 yum install emi-ui
126 yum install voms-clients-2.0.8-1.el6.x86_64
137 yum install openafs-client
113 yum localinstall emi-version-2.5.1-1.sl6.x86_64.rpm
115 yum localinstall emi-ui-2.0.1-1.el6.x86_64.rpm
118 yum localinstall emi-release-2.0.0-1.sl6.noarch.rpm
109 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/RPM-GPG-KEY-emi -P /etc/pki/rpm-gpg/
110 yum install wget
111 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/RPM-GPG-KEY-emi -P /etc/pki/rpm-gpg/
112 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/updates/emi-version-2.5.1-1.sl6.x86_64.rpm
114 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/updates/emi-ui-2.0.1-1.el6.x86_64.rpm
116 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm (*)
117 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/x86_64/base/emi-release-2.0.0-1.sl6.noarch.rpm
134 wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo
The text was updated successfully, but these errors were encountered: