Released on 07.08.2020 with StoRM v. 1.11.18. centos6 centos7
On RHEL6, update package:
yum update storm-native-libs storm-native-libs-gpfs
and run YAIM.
On RHEL7, the native libs are installed through StoRM Backend Puppet module. The GPFS libs are not installed by default. They have to be enabled by adding a:
class { 'storm::backend':
...
install_native_libs_gpfs => true,
...
}
Read more at: