Cert-13.pd.infn.it
This host has installed IGI HLR profile. We used it to test the server side for SL5 x86_64
Work Log
2012-05-15 (Sergio)
* installed the host certificate.
wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl5/x86_64/base/emi-release-2.0.0-1.sl5.noarch.rpm
yum localinstall *.rpm
wget http://repo-pd.italiangrid.it/mrepo/repos/igi/sl5/x86_64/igi-cert-emi.repo -O /etc/yum.repos.d/igi-cert-emi.repo
wget http://repo-pd.italiangrid.it/mrepo/repos/egi-trustanchors.repo -O /etc/yum.repos.d/egi-trustanchors.repo
yum install -y ca-policy-egi-core
yum install igi-hlr
/opt/glite/yaim/bin/ig_yaim -c -d 6 -s /usr/local/nfs/igi-rtc/rtc-igi-site-info.def -n HLR 2>&1 | tee /root/conf_HLR.`hostname -s`.`date +
m%d-
M%S`.log
dgas-hlr-addadmin -Sa "/C=IT/O=INFN/OU=Host/L=Padova/CN=cert-34.pd.infn.it"
[root@cert-13 ~]# cat /etc/dgas/dgas_2lservers.conf
dgas-test-vm02.cnaf.infn.it
leave only the test hlr of first level in CNAF site
/etc/init.d/dgas-hlrd stop
/etc/init.d/dgas-hlrd start
Enter in mysql and check if the jobs are correctly accounted:
mysql -u root -p
mysql> use hlr;
mysql> select count(*) from jobTransSummary;
+----------+
| count(*) |
+----------+
| 15 |
+----------+
1 row in set (0.00 sec)