Difference between revisions of "dbSQWare:general"

From Wiki_dbSQWare
Jump to: navigation, search
(Tool structure)
(Tool structure)
Line 68: Line 68:
  
 
'''[[SQWareWeb:general|SQWareWeb™]]''', is the web module for graphic indicators. It works with Apache 2 and is written in PHP 5.2, AJAX and Open-Flash. It allows for the presentation of indicators and capacity planning as:
 
'''[[SQWareWeb:general|SQWareWeb™]]''', is the web module for graphic indicators. It works with Apache 2 and is written in PHP 5.2, AJAX and Open-Flash. It allows for the presentation of indicators and capacity planning as:
* Graphics (flash)
+
* Graphics (flash)
* Tables (with sorting and formatting locally on the browser)
+
* Tables (with sorting and formatting locally on the browser)
* Exports Excel
+
* Exports Excel
*...
+
*...
 
It is based entirely on data contained in the repository database SQWareRepository ™. Refunds are made in much the same way regardless of the DBMS (the specific near it), which makes it more enjoyable and easier navigation. This module is composed of a "core" part common to all managed RDBMSs (template engine, display graphs, tables, ...) and a specific plugin for each DBMS (Oracle, Sybase, SQL Server, MySQL and Ingres). <br>
 
It is based entirely on data contained in the repository database SQWareRepository ™. Refunds are made in much the same way regardless of the DBMS (the specific near it), which makes it more enjoyable and easier navigation. This module is composed of a "core" part common to all managed RDBMSs (template engine, display graphs, tables, ...) and a specific plugin for each DBMS (Oracle, Sybase, SQL Server, MySQL and Ingres). <br>

Revision as of 00:04, 23 December 2010

Introduction

dbSQWare™ est destiné aux DBAs afin de faciliter l'exploitation au quotidien de l’ensemble des bases de données dont ils ont la charge :

  • dbSQWare™ propose un socle commun unifié pour un certain nombre de SGBDs du marché : Oracle, Sybase, SQL Server et MySQL. Ce socle peut rapidement accueillir d’autres types de bases de données de par la souplesse qu’offre sa conception.
  • Le produit propose également une vision des inventaires et capacity planning pour des personnes moins expertes, grâce à une interface web.


dbSQWare™ représente à ce jour plusieurs mois de conception, développement et tests. La version v1.2 sortie en cette fin d’année 2010 est mature et stable en production. Le produit est destiné (pour sa partie scripts) à des environnements Unix/Linux uniquement car il est essentiellement écrit en shell ksh et sql. La partie web, pour sa part, est écrite en PHP, Ajax et Open-Flash.
Téléchargement des dernières versions stables

Fonctionnalités globales

Gestion des référentiels des SGBDs du parc (CMDB) dans une base de données.
Exploitation courante et avancée des SGBDs Oracle, Sybase, MsSql et MySql :

  • Sauvegardes
  • Restaurations
  • Réorganisations
  • Statistiques
  • ...

Collecte d’indicateurs et capacity planning avec remontée dans une base de données. Check de ces indicateurs (collecte, volumétries, backups, ...) avec envoi de mails d’alerte.
Gestion centrale des instances (accès, exécution de scripts et de commandes automatique, ...).
Interface graphique web de restitution des indicateurs sous forme de tableaux et graphiques.


Homogénéité

Dans l’utilisation :

  • Utilisation homogène, quel que soit le SGBD
  • Adaptation aisée par fichiers de configuration
  • Une seule version de l’outil sur l’ensemble du parc
  • Les scripts s’adaptent à la version du SGBD traité

Dans le développement et les évolutions :

  • Conception homogène pour l’ensemble des SGBDs
  • Normalisation du code (noms, fonctions, structures, parsing d’arguments, …)
  • Modification du comportement par surcharge des librairies
  • Ensemble de librairies standards pouvant être intégrées dans des scripts customs


Tool structure

dbSQWare™ is composed of four interconnected modules:


SQWareProduction™, is the operating module in local. It allows to manage the operation at large for RDBMS:

  • Backup
  • Restorations
  • Statistics
  • Ascents alerts
  • Encapsulation execution jobs
  • Execution of unix commands in parallel
  • ...

This module also collects a number of indicators that are inserted on the repository database SQWareRepository™. This module consists of one part per DBMS managed. There is no "core" part, each type of DBMS is independent but the scripts are all written by the same standard of development (argument parsing, online help, send mail on error, recovery indicators in SQWareRepository ™, ...).

SQWareRepository™, is the management module of the repository and indicators database. It allows to manage the repository and the indicators stored in databases (the database depending of the type of DBMS managed). This module consists of one part per DBMS managed. There is no "core" part, each type of DBMS is independent but all plugins have the same type of MCD.

SQWareCentral™, is the central module of the tool. It can manage the whole park from this point:

  • Centralized collection of indicators
  • Deployment of SQWareProduction™ modules by rsync
  • Management of "full-text search" in the repositories
  • Easy connection via ssh to different instances of the park ...
  • ...

This module is based inter alia on the repository database, SQWareRepository™. It is composed of a "core" part common to all managed RDBMSs and a specific plugin for each DBMS (Oracle, Sybase, SQL Server, MySQL and Ingres).

SQWareWeb™, is the web module for graphic indicators. It works with Apache 2 and is written in PHP 5.2, AJAX and Open-Flash. It allows for the presentation of indicators and capacity planning as:

  • Graphics (flash)
  • Tables (with sorting and formatting locally on the browser)
  • Exports Excel
  • ...

It is based entirely on data contained in the repository database SQWareRepository ™. Refunds are made in much the same way regardless of the DBMS (the specific near it), which makes it more enjoyable and easier navigation. This module is composed of a "core" part common to all managed RDBMSs (template engine, display graphs, tables, ...) and a specific plugin for each DBMS (Oracle, Sybase, SQL Server, MySQL and Ingres).