Difference between revisions of "dbSQWare:general"

From Wiki_dbSQWare
Jump to: navigation, search
(Fonctionnalités globales)
(Overall functionality)
Line 16: Line 16:
 
* ...
 
* ...
 
Collection of indicators and capacity planning with recovery in a database. Check these indicators (collection, volumes, backups, ...) and send alert mails.<br>
 
Collection of indicators and capacity planning with recovery in a database. Check these indicators (collection, volumes, backups, ...) and send alert mails.<br>
Central management of instances (access, scripts execution and automatic controls, ...).< br>
+
Central management of instances (access, scripts execution and automatic controls, ...).<br>
 
GUI website for restitution of the indicators in tables and graphs.<br>
 
GUI website for restitution of the indicators in tables and graphs.<br>
  

Revision as of 00:11, 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

Overall functionality

Management repositories of DBMS park (CMDB) in a database.
Current and advanced operations on DBMSs Oracle, Sybase, MSSQL, MySql and Ingres:

  • Backup
  • Restorations
  • Reorganizations
  • Statistics
  • ...

Collection of indicators and capacity planning with recovery in a database. Check these indicators (collection, volumes, backups, ...) and send alert mails.
Central management of instances (access, scripts execution and automatic controls, ...).
GUI website for restitution of the indicators in tables and graphs.

Homogeneity

In use:

  • Use consistent, regardless of the DBMS
  • Easy adaptation by configuration files
  • Only one version of the tool across the park
  • The scripts adapt to the version of the DBMS managed


In the development and evolution:

  • Design consistent for all DBMSs
  • Normalization of code (names, functions, structures, parsing of arguments, ...)
  • Behavior modification by overloading bookstores
  • Set of standard libraries can be integrated into custom scripts


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).