All files required to install the EOS client and mount / eos are located on the interactive machines lxpub.jinr.ru in /stp /EOS /sl [67] .
SL /CentOS /SLC /RHEL
They can be installed on any machine running SL /CentOS /SLC /RHEL versions 6 and 7.
1.Login at your comp as root:
ssh root @ localhost or sudo -i or su –
2. Copy the appropriate sl6.tgz file, or sl7.tgz to your comp.
3. Unzip to root directory:
cd / && tar xvz sl <X> .tgz
4. Add environment variables: /etc/profile.d/eos.sh
5. Install the required rpm’s: yum -y -d 1 install eos-fusex
6. Add the eosxd start and stop service that mounts and will unmounts /eos:
SL6:
chkconfig –add eosxd
chkconfig eosxd on
Start the service that will mount / eos:
service eosxd start
SL7:
systemctl enable eosxd.service
Start the service that will mount / eos:
systemctl start eosxd.service
7. For check: eos whoami ; /bin/ ls -al /eos
ubuntu 18.04.1 LTS
At ubuntu 18.04.1 LTS, you can install the eos client and mount space /eos Download and install the repository key:
curl -sL http://storage-ci.web.cern.ch/storage-ci/storageci.key
sudo apt-key add –
Install the packages you want:
apt-get install eos-client eos-fusex