Released on 01.09.2017.
Supported platforms: CentOS 6
This release provides fixes to some outstanding bugs and improvements:
This release requires gemss version greater than v1.7.2. It doesn’t work with gemss less than or equal to v1.7.2.
This release supports UMD-3 repository and also UMD-4 repository for SL6 with a known issue.
Component | Version | Platform |
---|---|---|
StoRM Backend | 1.11.12 | centos6 |
StoRM Frontend | 1.8.10 | centos6 |
StoRM WebDAV | 1.0.5 | centos6 |
YAIM StoRM | 4.3.9 | centos6 |
StoRM Native Libs | 1.0.5 | centos6 |
CDMI StoRM | 0.1.0 | centos7 |
Follow the following instructions when you are upgrading StoRM to v1.11.12.
Services to be updated are:
Example:
$ yum update storm-backend-server storm-frontend-server storm-webdav storm-native-libs yaim-storm
You should have a .rpmnew
file on disk:
$ cd /etc/storm/backend-server
$ mv namespace-1.5.0.xsd namespace-1.5.0.xsd.rpmold
$ mv namespace-1.5.0.xsd.rpmnew namespace-1.5.0.xsd
storm-gridhttps-plugin
It’s a component that is no more used and with old java dependencies that MUST be removed:
$ yum remove storm-gridhttps-plugin
Since this version, the storm-backend-server
, storm-webdav
and storm-native-libs
rpms explicitly REQUIRES JAVA 8.
java -version
will tell which is the active version on your system:
$ java -version
openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
Remove old java versions installed on your system with the following command:
$ yum remove java-1.6.0-openjdk java-1.7.0-openjdk java-1.7.0-openjdk-devel
If you have a more complex deployment and you can’t remove them, you can try to configure the active JRE using update-alternatives:
$ update-alternatives --config java
Example:
$ /opt/glite/yaim/bin/yaim -c -s /etc/storm/siteinfo/storm.def \
-n se_storm_backend \
-n se_storm_frontend \
-n se_storm_gridftp \
-n se_storm_webdav
Follow the instructions in the System Administration Guide.