Hierarchical Grid Site Managment

SourceForge.net Logo

About HGSM

This web application is a front-end to the database that keeps information about the grid sites (clusters), their admins, email and phone contacts, other contact people, site nodes and resources, downtimes etc. These sites are organized by country and countries are organized by regions. The admins of each site can also update the information about the site.

To summarize the design, the applications supports only one GOC (Grid Operation Center), assuming that it is used for only one grid. It can have several ROCs (Regional Operation Centers), each ROC can have several countries, and each country can have several sites. Each ROC, country and site can have one (or more) admins, which are able to modify the data of the structure (record) which they admin (ROC, country or site), and to manage substructures as well. Managing substructures means that they can also validate/appoint the admins of the substructures, e.g. a country admin can validate/appoint the site admins. The admins are recognized automatically by their certificate (without the need to use passwords).

For each structure (ROC, country, site), contact info about it are stored, including email and phone. For the sites, general info about it are stored, contact info, info about its resources and capacities, site contacts, site downtimes, and info about its nodes. For more details see the DB design: hgsm_design.sql.

In the pages where a user has edit rights (in the node where he is admin and in all the subnodes), an Edit button is displayed. Clicking in this button, the page will be displayed in the edit mode, where the fields of information can be modified, the rows of the lists can be edited or deleted, new rows can be added in the lists, etc. The id and the admins of a node can be modified only by an admin of the parent node.

The features of HGSM can be summarized like this:

This web application can also be modified/generalized/improved easily in order to be used for any similar kind of problems, where information about a hierarchical (tree) structure has to be stored, displayed and maintained (updated/modified). E.g. it can be adopted for an eGovernment problem, where each level of the hierarchy maintains its own info/data, and the hier levels of hierarchy have access and control over the lower levels.

Related Links

Download and Install

Download it at SF.

HGSM is built using PHP and the phpWebApp framework. It is also based on Linux, Apache and MySQL.

Read INSTALL for more details about installation.

Copying

HGSM, is a web application for storing, displaying and maintaining information in a hierarchical structure. Copyright 2005, 2006 Dashamir Hoxha.

HGSM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

HGSM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with HGSM; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA