Released on 07.08.2020 with StoRM v. 1.11.18. centos6 centos7
This release mainly introduces the support to CentOS 7.
On RHEL6, update package:
yum update storm-frontend-server
and run YAIM.
On RHEL7, to install and configure StoRM Frontend you can use StoRM Puppet module as follows:
puppet module install cnafsd-storm
class { 'storm::frontend':
be_xmlrpc_host => 'backend-host.example.org',
be_xmlrpc_token => 'NS4kYAZuR65XJCq',
db_user => 'storm',
db_passwd => 'storm',
}
Read more at: