release notes | Book: 1.9.5, 1.9.12 (opt, FHS), 2.11 (FHS), 2.12 (FHS), 2.13 (FHS), 2.14 (FHS), | Wiki | Q&A black_bg
Web: Multi-page, Single page | PDF: A4-size, Letter-size | eBook: epub black_bg

Chapter 16. dCache Webadmin-Interface

Table of Contents

Installation

This part describes how to configure the Webadmin-interface which is a replacement for the old httpd-service and offers additional features to admins like sending admin-commands equal to those of admin to chosen cells.

The Webadmin-interface receives the information from dCache info service as XML which are parsed and presented. For authentication and authorisation it offers usage of username/password (currently KAuth-File) or grid-certificates talking to gPlazma. It also offers a non-authenticated, read-only mode.

If you are logged in as admin it is possible to send a command to multiple pools or a whole poolgroup in one go. It is even possible to send a command to any dCache-Cell.

From the technical point of view the Webadmin-interface uses a Jetty-Server which is embedded in an ordinary dCache-cell. It is using apache-wicket (a webfrontend-framework) and YAML (a CSS-Template Framework). The application is wired up by a Spring IOC-Container.