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.

Preview 1.2.0

From EGIWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LCMAPS-plugins-vo-ca-ap 0.0.1-1

The LCMAPS-plugins-vo-ca-ap package provides the functionality for making authorization decisions based on the combination of an Authentication Profile (AP) or CA signing the End-Entity certificate and VO used by the user.

More information at the following page.

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.