Difference between revisions of "SQWareProduction:general"
Expdbtools (talk | contribs) (→Diagramm) |
Expdbtools (talk | contribs) (→Usage) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Presentation == | == Presentation == | ||
=== Usage === | === Usage === | ||
− | + | SQWareProduction, is the module locally operating of RDBMS.<br> | |
It is entirely written in ksh and sql. <br> | It is entirely written in ksh and sql. <br> | ||
It allows to manage the operation for RDBMS.<br> | It allows to manage the operation for RDBMS.<br> | ||
− | Example uses of the tool: | + | Example uses of the tool : |
*Backup | *Backup | ||
*Recovery | *Recovery | ||
*Compute statistics | *Compute statistics | ||
− | *Indicators collection to store in referential database [[SQWareRepository:general| | + | *Indicators collection to store in referential database [[SQWareRepository:general|SQWareRepository]] |
*Rotate logs | *Rotate logs | ||
*.... | *.... | ||
This module is deployed locally on the machine hosting the authorities to manage, | This module is deployed locally on the machine hosting the authorities to manage, | ||
in order to avoid any points of weakness related to an NFS mount or whatever. | in order to avoid any points of weakness related to an NFS mount or whatever. | ||
− | The deployment is done through a simple command | + | The deployment is done through a simple command SQWareCentral module using inventory located in SQWareRepository !<br> |
− | Links to different plugins of the module | + | Links to different plugins of the module SQWareProduction : |
+ | *[[SQWareProduction:generic|Generic plugin]] | ||
*[[SQWareProduction:oracle|Plugin Oracle]] | *[[SQWareProduction:oracle|Plugin Oracle]] | ||
*[[SQWareProduction:sybase|Plugin Sybase]] | *[[SQWareProduction:sybase|Plugin Sybase]] | ||
*[[SQWareProduction:mysql|Plugin Mysql]] | *[[SQWareProduction:mysql|Plugin Mysql]] | ||
*[[SQWareProduction:mssql|Plugin Mssql]] | *[[SQWareProduction:mssql|Plugin Mssql]] | ||
+ | *[[SQWareProduction:db2|Plugin DB2]] | ||
+ | *[[SQWareProduction:postgres|Plugin PostgreSQL]] | ||
+ | *[[SQWareProduction:cassandra|Plugin Cassandra]] | ||
+ | *[[SQWareProduction:mongodb|Plugin MongoDB]] | ||
+ | *[[SQWareProduction:adabas|Plugin Adabas]] | ||
+ | *[[SQWareProduction:teradata|Plugin Teradata]] | ||
*[[SQWareProduction:ingres|Plugin Ingres]] | *[[SQWareProduction:ingres|Plugin Ingres]] | ||
− | + | [[Installation#SQWareProduction | Installation guide for SQWareProduction]]<br> | |
− | [[Installation#SQWareProduction | Installation guide for | ||
=== Explanation of directories === | === Explanation of directories === | ||
− | Directories located in $gvsqw_<RdbmsTrigram>Bin (RdbmsTrigram=Ora,Syb,Mys,Msq,Ing): | + | Directories located in $gvsqw_<RdbmsTrigram>Bin (RdbmsTrigram=Ora,Syb,Mys,Msq,Db2,Pg,Ter,Cas,Ing): |
*bin : Directory containing standard scripts | *bin : Directory containing standard scripts | ||
*bin_cust : Directory containing customs scripts for your environnement | *bin_cust : Directory containing customs scripts for your environnement | ||
Line 42: | Line 48: | ||
<br> | <br> | ||
− | === | + | === General architecture diagram SQWareProduction (when the module is locally installed) === |
− | [[ | + | [[Image:General_SQWareProduction.jpg]] |
== Naming convention of files == | == Naming convention of files == | ||
Line 51: | Line 57: | ||
* sqwmys_* : for Mysql | * sqwmys_* : for Mysql | ||
* sqwmsq_* : for Mssql | * sqwmsq_* : for Mssql | ||
+ | * sqwdb2_* : for DB2 | ||
+ | * sqwpg_* : for PostgreSQL | ||
+ | * sqwter_* : for Teradata | ||
+ | * sqwcas_* : for Cassandra | ||
* sqwing_* : for Ingres | * sqwing_* : for Ingres | ||
<br> | <br> |
Latest revision as of 16:15, 11 March 2018
Contents
Presentation
Usage
SQWareProduction, is the module locally operating of RDBMS.
It is entirely written in ksh and sql.
It allows to manage the operation for RDBMS.
Example uses of the tool :
- Backup
- Recovery
- Compute statistics
- Indicators collection to store in referential database SQWareRepository
- Rotate logs
- ....
This module is deployed locally on the machine hosting the authorities to manage,
in order to avoid any points of weakness related to an NFS mount or whatever.
The deployment is done through a simple command SQWareCentral module using inventory located in SQWareRepository !
Links to different plugins of the module SQWareProduction :
- Generic plugin
- Plugin Oracle
- Plugin Sybase
- Plugin Mysql
- Plugin Mssql
- Plugin DB2
- Plugin PostgreSQL
- Plugin Cassandra
- Plugin MongoDB
- Plugin Adabas
- Plugin Teradata
- Plugin Ingres
Installation guide for SQWareProduction
Explanation of directories
Directories located in $gvsqw_<RdbmsTrigram>Bin (RdbmsTrigram=Ora,Syb,Mys,Msq,Db2,Pg,Ter,Cas,Ing):
- bin : Directory containing standard scripts
- bin_cust : Directory containing customs scripts for your environnement
- etc : Directory containing the standard files of configuration
- etc_cust : Directory containing the customs files of configuration for your environnement (overload standards)
- help : Directory containing the standard files of help
- help_cust : Directory containing the customs files of help for your environnement
- lib : Directory containing the generic shell function librairies
- lib_cust : Directory containing the generic shell function librairies (overload standards)
- spm : Contain sql query toolkit
- tools : Directory containing the standard scripts used on an ad hoc
- tools_cust : Directory containing the customs scripts used on an ad hoc for your environnement
- menu : Directory containing the standard menus
- menu_cust : Directory containing the custom menus for your environnement
General architecture diagram SQWareProduction (when the module is locally installed)
Naming convention of files
The majority of files are named with prefixes:
- sqwora_* : for Oracle
- sqwsyb_* : for Sybase
- sqwmys_* : for Mysql
- sqwmsq_* : for Mssql
- sqwdb2_* : for DB2
- sqwpg_* : for PostgreSQL
- sqwter_* : for Teradata
- sqwcas_* : for Cassandra
- sqwing_* : for Ingres
The majority of files are named with suffixes:
- *.ksh : for scripts
- *.cfg : for configuration files
- *.lib : for function librairies
- *.hlp : for help files
Naming convention in scripts
In general, the following naming convention is used in all scripts of SQWareProduction:
- gvsqw_ {} : global variable initialized by the environment and / or generic library
- lvsqw_ {} : local variable initialized by the script and / or a specific library
- gfsqw_ {} : function defined by a generic library
- lfsqw_ {} : function defined by the script and / or a specific library