Setup of working grid environment on Ubuntu1804 (my laptop)
grid clients
I installed the non-java version via:
apt install voms-clients
Then the CA certificates following :
https://dl.igtf.net/distribution/igtf/current/dists/
namely:
wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | apt-key add -
# add these two lines to =/etc/apt/sources.list=
#### IGTF Trust Anchor Distribution ####
deb http://dist.eugridpma.info/distribution/igtf/current igtf accredited
# and finally
apt-get install ca-policy-igtf-classic
apt-get install ca-policy-igtf-mics
Then I need to take care of
/etc/vomses/
I copied this one from an lxplus node
LapSB:vomses$ sftp lxplus.cern.ch
Connected to lxplus.cern.ch.
sftp> cd /etc/vomses
sftp> get cms*
Fetching /etc/vomses/cms-lcg-voms2.cern.ch to cms-lcg-voms2.cern.ch
/etc/vomses/cms-lcg-voms2.cern.ch 100% 96 2.0KB/s 00:00
Fetching /etc/vomses/cms-voms2.cern.ch to cms-voms2.cern.ch
/etc/vomses/cms-voms2.cern.ch 100% 88 1.4KB/s 00:00
sftp> quit
Also need
/etc/grid-security/vomsdir/cms/
copy this as well from lxplus
sftp lxplus.cern.ch
Connected to lxplus.cern.ch.
sftp> cd /etc/grid-security/vomsdir/cms
sftp> ls
lcg-voms2.cern.ch.lsc voms2.cern.ch.lsc
sftp> get *
Fetching /etc/grid-security/vomsdir/cms/lcg-voms2.cern.ch.lsc to lcg-voms2.cern.ch.lsc
/etc/grid-security/vomsdir/cms/lcg-voms2.cern.ch.lsc 100% 101 2.4KB/s 00:00
Fetching /etc/grid-security/vomsdir/cms/voms2.cern.ch.lsc to voms2.cern.ch.lsc
/etc/grid-security/vomsdir/cms/voms2.cern.ch.lsc 100% 97 2.3KB/s 00:00
sftp> quit
Now I can get a VOMS proxy
StefanoBelforte - 2018-05-30