Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Preview 1.2.0"

From EGIWiki
Jump to navigation Jump to search
Line 18: Line 18:
* [STOR-695] - Improve performance of StoRM BE Garbage Collector
* [STOR-695] - Improve performance of StoRM BE Garbage Collector
* [STOR-890] - Finer grained metrics for the storm-backend
* [STOR-890] - Finer grained metrics for the storm-backend
== Installation ==
To upgrade to v.1.11.11, first of all update the package:
yum update -y storm-backend-server
Check your ''/etc/storm/backend-server'' directory, you should find a new file: ''logging.xml.rpmnew''. Backup your current logging configuration and replace it with the newest:
cd /etc/storm/backend-server
cp logging.xml logging.xml.backup
cp logging.xml.rpmnew logging.xml
Restart StoRM Backend service:
service storm-backend-server restart
You can find more information about upgrade, clean installation and configuration of StoRM services in the [http://italiangrid.github.io/storm/documentation/sysadmin-guide/ System Administration Guide].

Revision as of 15:41, 13 May 2016

STORM 1.11.11

Description and released components

This release fixes a StoRM backend issue that prevented correct startup on Java 6 and 7 and introduces:

The released component is StoRM Backend 1.11.11.

Bug fixes:

  • [STOR-867] - Backend initialization fails when storage area has a default acl list

Improvements:

  • [STOR-695] - Improve performance of StoRM BE Garbage Collector
  • [STOR-890] - Finer grained metrics for the storm-backend

Installation

To upgrade to v.1.11.11, first of all update the package:

yum update -y storm-backend-server

Check your /etc/storm/backend-server directory, you should find a new file: logging.xml.rpmnew. Backup your current logging configuration and replace it with the newest:

cd /etc/storm/backend-server
cp logging.xml logging.xml.backup
cp logging.xml.rpmnew logging.xml

Restart StoRM Backend service:

service storm-backend-server restart

You can find more information about upgrade, clean installation and configuration of StoRM services in the System Administration Guide.