SQWareProduction:postgres

From Wiki_dbSQWare
Revision as of 15:44, 27 May 2022 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to: navigation, search

Contents

Presentation

Usage

It's the module locally operating of postgres.
It is entirely written in ksh and sql.
It allows to manage the operation for postgres.
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 !
Installation guide for SQWareProduction for postgres

Explanation of directories

Directories located in $gvsqw_PgBin:

  • 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
Nuvola apps important.png
Warning:
Do not change the standard scripts and configuration files of dbSQWare.

Use directories *_cust for customizations. This will facilitate version upgrades.


Naming convention of files

The majority of files are named with suffixes:

  • *.ksh : for scripts
  • *.cfg : for configuration files
  • *.lib : for function librairies
  • *.hlp : for help files
Nuvola apps important.png
Warning:
Do not change the standard scripts and configuration files of dbSQWare.

Use directories *_cust for customizations. This will facilitate version upgrades.


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

bin

sqwArchmon

Script $gvsqw_PgBin/bin/sqwArchmon:

See the detailed help for sqwArchmon

sqwpg_AnalyzeAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_AnalyzeAllDatabases.ksh:

Run of sqwpg_AnalyzeDatabase.ksh in parallel mode
You can choose:

  • The parallel degree
  • Aggressiveness of run (number of seconds between two runs)
  • Aggressiveness of check end (number of seconds between two checks of end)


Filters to generate database list (you can mix all off them):

  • Include list of database
  • Exclude list of database
  • Include like clause
  • Exclude like clause
  • Where clause

See the detailed help for sqwpg_AnalyzeAllDatabases.ksh

sqwpg_AnalyzeDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_AnalyzeDatabase.ksh:

Update statistics of all tables for the database
Use command: analyse local table <TableName> See the detailed help for sqwpg_AnalyzeDatabase.ksh

sqwpg_ArchiveXlog.ksh

Script $gvsqw_PgBin/bin/sqwpg_ArchiveXlog.ksh:

archive xlog/wal See the detailed help for sqwpg_ArchiveXlog.ksh

sqwpg_BackupArchiveXlog.ksh

Script $gvsqw_PgBin/bin/sqwpg_BackupArchiveXlog.ksh:

Backup all archivelogs (often runned by the sqwarchmon daemon) See the detailed help for sqwpg_BackupArchiveXlog.ksh

sqwpg_BackupPitr.ksh

Script $gvsqw_PgBin/bin/sqwpg_BackupPitr.ksh:

backup PITR from PG cluster See the detailed help for sqwpg_BackupPitr.ksh

sqwpg_CopyDumpAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_CopyDumpAllDatabases.ksh:

See the detailed help for sqwpg_CopyDumpAllDatabases.ksh

sqwpg_CopyDumpDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_CopyDumpDatabase.ksh:

See the detailed help for sqwpg_CopyDumpDatabase.ksh

sqwpg_DumpAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_DumpAllDatabases.ksh:

Run of sqwpg_DumpDatabase.ksh in parallel mode
You can choose:

  • The parallel degree
  • Aggressiveness of run (number of seconds between two runs)
  • Aggressiveness of check end (number of seconds between two checks of end)


Filters to generate database list (you can mix all off them):

  • Include list of database
  • Exclude list of database
  • Include like clause
  • Exclude like clause
  • Where clause

See the detailed help for sqwpg_DumpAllDatabases.ksh

sqwpg_DumpDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_DumpDatabase.ksh:

Generate pg_Dump of database compressed by pipe
Script makes purge of old generation automatically
You can also choose:

  • different retention policy
  • add option to pg_Dump command
  • choose compressor

See the detailed help for sqwpg_DumpDatabase.ksh

sqwpg_DumpGlobalsOnly.ksh

Script $gvsqw_PgBin/bin/sqwpg_DumpGlobalsOnly.ksh:

Generate pg_Dumpall -g (--globals-only) compressed by pipe
Script makes purge of old generation automatically
You can also choose:

  • different retention policy
  • add option to pg_Dumpall command
  • choose compressor

See the detailed help for sqwpg_DumpGlobalsOnly.ksh

sqwpg_ExecSQL.ksh

Script $gvsqw_PgBin/bin/sqwpg_ExecSQL.ksh:

execute SQL file on instance See the detailed help for sqwpg_ExecSQL.ksh

sqwpg_GatherIndicators.ksh

Script $gvsqw_PgBin/bin/sqwpg_GatherIndicators.ksh:

Gather PostgreSQL indicators and put them in SQWareRepository
Summary of collection:

  • Volumetry of instance
  • Volumetry of databases
  • Volumetry of tablespaces
  • Volumetry of tables
  • Volumetry (use, free) of FS
  • Version, options, configuration, ... of instance

See the detailed help for sqwpg_GatherIndicators.ksh

sqwpg_GatherStructure.ksh

Script $gvsqw_PgBin/bin/sqwpg_GatherStructure.ksh:

Gather PostgreSQL structure and put them in SQWareRepository
Summary of collection:

  • Tables list and options
  • Columns list, types and options
  • Indexes list, types and options

See the detailed help for sqwpg_GatherStructure.ksh

sqwpg_NetBackup.ksh

Script $gvsqw_PgBin/bin/sqwpg_NetBackup.ksh:

backup with NetBackup dump/backup files See the detailed help for sqwpg_NetBackup.ksh

sqwpg_ParallelRun.ksh

Script $gvsqw_PgBin/bin/sqwpg_ParallelRun.ksh:

Manages the execution of unix commands in parallel
Takes in parameter file with unix command to execute
You can choose:

  • The parallel degree
  • Aggressiveness of run (number of seconds between two runs)
  • Aggressiveness of check end (number of seconds between two checks of end)


See the detailed help for sqwpg_ParallelRun.ksh

sqwpg_ReindexAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_ReindexAllDatabases.ksh:

Run of sqwpg_ReindexDatabase.ksh in parallel mode
You can choose:

  • The parallel degree
  • Aggressiveness of run (number of seconds between two runs)
  • Aggressiveness of check end (number of seconds between two checks of end)


Filters to generate database list (you can mix all off them):

  • Include list of database
  • Exclude list of database
  • Include like clause
  • Exclude like clause
  • Where clause

See the detailed help for sqwpg_ReindexAllDatabases.ksh

sqwpg_ReindexDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_ReindexDatabase.ksh:

Reorganize of all tables for the database
Use command: optimize local table <TableName> See the detailed help for sqwpg_ReindexDatabase.ksh

sqwpg_RestoreAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_RestoreAllDatabases.ksh:

See the detailed help for sqwpg_RestoreAllDatabases.ksh

sqwpg_RestoreDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_RestoreDatabase.ksh:

See the detailed help for sqwpg_RestoreDatabase.ksh

sqwpg_RsyncBackup.ksh

Script $gvsqw_PgBin/bin/sqwpg_RsyncBackup.ksh:

rsync dir (without delete) to an other host See the detailed help for sqwpg_RsyncBackup.ksh

sqwpg_RunJob.ksh

Script $gvsqw_PgBin/bin/sqwpg_RunJob.ksh:

Run PostgreSQL scripts and generate log and error file
based on $gvsqw_RootCfg/sqwpg_Jobs.cfg configuration file
compress and purge oldest log files See the detailed help for sqwpg_RunJob.ksh

sqwpg_SqwArchmon.ksh

Script $gvsqw_PgBin/bin/sqwpg_SqwArchmon.ksh:

See the detailed help for sqwpg_SqwArchmon.ksh

sqwpg_VacuumAllDatabases.ksh

Script $gvsqw_PgBin/bin/sqwpg_VacuumAllDatabases.ksh:

Run of sqwpg_VacuumDatabase.ksh in parallel mode
You can choose:

  • The parallel degree
  • Aggressiveness of run (number of seconds between two runs)
  • Aggressiveness of check end (number of seconds between two checks of end)


Filters to generate database list (you can mix all off them):

  • Include list of database
  • Exclude list of database
  • Include like clause
  • Exclude like clause
  • Where clause

See the detailed help for sqwpg_VacuumAllDatabases.ksh

sqwpg_VacuumDatabase.ksh

Script $gvsqw_PgBin/bin/sqwpg_VacuumDatabase.ksh:

VACUUM of all tables for the database
Use command: VACUUM See the detailed help for sqwpg_VacuumDatabase.ksh


etc

postgresql-100.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-100.conf:


See the detailed help for postgresql-100.conf

postgresql-110.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-110.conf:


See the detailed help for postgresql-110.conf

postgresql-120.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-120.conf:


See the detailed help for postgresql-120.conf

postgresql-130.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-130.conf:


See the detailed help for postgresql-130.conf

postgresql-140.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-140.conf:


See the detailed help for postgresql-140.conf

postgresql-94.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-94.conf:


See the detailed help for postgresql-94.conf

postgresql-95.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-95.conf:


See the detailed help for postgresql-95.conf

postgresql-96.conf

Configuration file $gvsqw_PgBin/../etc/postgresql-96.conf:


See the detailed help for postgresql-96.conf

sqwpg_CreInst_CrontabRef.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_CrontabRef.cfg:


See the detailed help for sqwpg_CreInst_CrontabRef.cfg

sqwpg_CreInst_Init_100.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_100.cfg:


See the detailed help for sqwpg_CreInst_Init_100.cfg

sqwpg_CreInst_Init_110.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_110.cfg:


See the detailed help for sqwpg_CreInst_Init_110.cfg

sqwpg_CreInst_Init_120.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_120.cfg:


See the detailed help for sqwpg_CreInst_Init_120.cfg

sqwpg_CreInst_Init_130.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_130.cfg:


See the detailed help for sqwpg_CreInst_Init_130.cfg

sqwpg_CreInst_Init_140.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_140.cfg:


See the detailed help for sqwpg_CreInst_Init_140.cfg

sqwpg_CreInst_Init_94.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_94.cfg:


See the detailed help for sqwpg_CreInst_Init_94.cfg

sqwpg_CreInst_Init_95.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_95.cfg:


See the detailed help for sqwpg_CreInst_Init_95.cfg

sqwpg_CreInst_Init_96.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init_96.cfg:


See the detailed help for sqwpg_CreInst_Init_96.cfg

sqwpg_CreInst_Init.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Init.cfg:


See the detailed help for sqwpg_CreInst_Init.cfg

sqwpg_CreInst_Jobs.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_CreInst_Jobs.cfg:


See the detailed help for sqwpg_CreInst_Jobs.cfg

sqwpg_GlobalVar.cfg

Configuration file $gvsqw_PgBin/../etc/sqwpg_GlobalVar.cfg:
Global var for Postgres
It contains the operating variables of SQWareProduction.

Nuvola apps information.png
Note:
You can overload variables contain in $gvsqw_PgBin/../etc/sqwpg_GlobalVar.cfg

by the same variables in $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg for all your environnement
or in $HOME/sqwConfig/sqwpg_GlobalVar.cfg specifically for this user.

See the detailed help for sqwpg_GlobalVar.cfg

.profile

Sample file for .profile $gvsqw_PgBin/../etc/.profile:
Sample of lines to add to .profile of postgres users.
See the detailed help for .profile

.profile_confort

File to put aliases $gvsqw_PgBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for postgres.

Nuvola apps information.png
Note:
You can overload confort environnement $gvsqw_PgBin/../etc/.profile_confort

with $gvsqw_PgBin/../etc_cust/.profile_confort for all your environnement
or with $HOME/edtConfig/.profile_confort specifically for this user .


See the detailed help for .profile_confort


lib

sqwpg_ArchiveXlog.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_ArchiveXlog.lib:
lib for sqwpg_ArchiveXlog.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_ArchiveXlog.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_ArchiveXlog.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_ArchiveXlog.lib specifically for this user .


See the detailed help for sqwpg_ArchiveXlog.lib

sqwpg_BackupArchiveXlog.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_BackupArchiveXlog.lib:
lib for sqwpg_BackupArchiveXlog.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_BackupArchiveXlog.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_BackupArchiveXlog.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_BackupArchiveXlog.lib specifically for this user .


See the detailed help for sqwpg_BackupArchiveXlog.lib

sqwpg_BackupPitr.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_BackupPitr.lib:
lib for sqwpg_BackupPitr.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_BackupPitr.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_BackupPitr.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_BackupPitr.lib specifically for this user .


See the detailed help for sqwpg_BackupPitr.lib

sqwpg_CopyDumpDatabase.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_CopyDumpDatabase.lib:
lib for sqwpg_CopyDumpDatabase.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_CopyDumpDatabase.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_CopyDumpDatabase.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_CopyDumpDatabase.lib specifically for this user .


See the detailed help for sqwpg_CopyDumpDatabase.lib

sqwpg_DumpAllDatabases.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_DumpAllDatabases.lib:
lib for sqwpg_DumpDatabase.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_DumpAllDatabases.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_DumpAllDatabases.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_DumpAllDatabases.lib specifically for this user .


See the detailed help for sqwpg_DumpAllDatabases.lib

sqwpg_DumpDatabase.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_DumpDatabase.lib:
lib for sqwpg_DumpDatabase.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_DumpDatabase.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_DumpDatabase.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_DumpDatabase.lib specifically for this user .


See the detailed help for sqwpg_DumpDatabase.lib

sqwpg_DumpGlobalsOnly.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_DumpGlobalsOnly.lib:
lib for sqwpg_DumpGlobalsOnly.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_DumpGlobalsOnly.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_DumpGlobalsOnly.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_DumpGlobalsOnly.lib specifically for this user .


See the detailed help for sqwpg_DumpGlobalsOnly.lib

sqwpg_ExecSQL.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_ExecSQL.lib:
lib for sqwpg_ExecSQL.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_ExecSQL.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_ExecSQL.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_ExecSQL.lib specifically for this user .


See the detailed help for sqwpg_ExecSQL.lib

sqwpg_GatherIndicators.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_GatherIndicators.lib:
lib for sqwpg_GatherIndicators.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_GatherIndicators.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_GatherIndicators.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_GatherIndicators.lib specifically for this user .


See the detailed help for sqwpg_GatherIndicators.lib

sqwpg_GatherIndicators_Overload.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_GatherIndicators_Overload.lib:
lib for overLoad sqwpg_GatherIndicators.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_GatherIndicators_Overload.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_GatherIndicators_Overload.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_GatherIndicators_Overload.lib specifically for this user .


See the detailed help for sqwpg_GatherIndicators_Overload.lib

sqwpg_GatherStructure.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_GatherStructure.lib:
lib for sqwpg_GatherStructure.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_GatherStructure.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_GatherStructure.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_GatherStructure.lib specifically for this user .


See the detailed help for sqwpg_GatherStructure.lib

sqwpg_GenerateCreateInstance.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_GenerateCreateInstance.lib:
lib for generate create instance

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_GenerateCreateInstance.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_GenerateCreateInstance.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_GenerateCreateInstance.lib specifically for this user .


See the detailed help for sqwpg_GenerateCreateInstance.lib

sqwpg_Global.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_Global.lib:
central lib of generic fonctions for postgres

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_Global.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_Global.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_Global.lib specifically for this user .


See the detailed help for sqwpg_Global.lib

sqwpg_NetBackup.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_NetBackup.lib:
lib for sqwgen_NetBackup.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_NetBackup.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_NetBackup.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_NetBackup.lib specifically for this user .


See the detailed help for sqwpg_NetBackup.lib

sqwpg_RestoreDatabase.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_RestoreDatabase.lib:
lib for sqwpg_RestoreDatabase.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_RestoreDatabase.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_RestoreDatabase.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_RestoreDatabase.lib specifically for this user .


See the detailed help for sqwpg_RestoreDatabase.lib

sqwpg_RsyncBackup.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_RsyncBackup.lib:
lib for sqwgen_RsyncBackup.ksh.ksh

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_RsyncBackup.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_RsyncBackup.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_RsyncBackup.lib specifically for this user .


See the detailed help for sqwpg_RsyncBackup.lib

sqwpg_SetEnv.lib

shell functions library $gvsqw_PgBin/../lib/sqwpg_SetEnv.lib:
fonction to set env for $PG_SID

Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_PgBin/../lib/sqwpg_SetEnv.lib

by function with same name in $gvsqw_PgBin/../lib_cust/sqwpg_SetEnv.lib for all your environnement
or by $HOME/sqwConfig/sqwpg_SetEnv.lib specifically for this user .


See the detailed help for sqwpg_SetEnv.lib


menu


tools

sqwpg_Crypt.ksh

Script $gvsqw_PgBin/../tools/sqwpg_Crypt.ksh:
Generic script to crypt file with openssl See the detailed help for sqwpg_Crypt.ksh

sqwpg_GenerateCreateInstance.ksh

Script $gvsqw_PgBin/../tools/sqwpg_GenerateCreateInstance.ksh:
Generate create instance files See the detailed help for sqwpg_GenerateCreateInstance.ksh

sqwpg_ListAsyncFilesGlobal.ksh

Script $gvsqw_PgBin/../tools/sqwpg_ListAsyncFilesGlobal.ksh:
List Async files (sql, log, mail) to upload in SQWareCentral (all in a directory) See the detailed help for sqwpg_ListAsyncFilesGlobal.ksh

sqwpg_ListAsyncFiles.ksh

Script $gvsqw_PgBin/../tools/sqwpg_ListAsyncFiles.ksh:
List Async files (sql, log, mail) to upload in SQWareCentral See the detailed help for sqwpg_ListAsyncFiles.ksh

sqwpg_SetEnv.ksh

Script $gvsqw_PgBin/../tools/sqwpg_SetEnv.ksh:
set env for $PG_SID

Nuvola apps information.png
Note:
You can replace the file in $gvsqw_PgBin/../tools/sqwpg_SetEnv.ksh

by $gvsqw_PgBin/../tools_cust/sqwpg_SetEnv.ksh for all your environnement
or by $HOME/edtConfig/sqwpg_SetEnv.ksh specifically for this user .

See the detailed help for sqwpg_SetEnv.ksh

sqwpg_TestInstConnection.ksh

Script $gvsqw_PgBin/../tools/sqwpg_TestInstConnection.ksh:
Test instance connection See the detailed help for sqwpg_TestInstConnection.ksh

sqwpg_TestMySQL.ksh

Script $gvsqw_PgBin/../tools/sqwpg_TestMySQL.ksh:
Generic test MySQL connection script See the detailed help for sqwpg_TestMySQL.ksh

sqwpg_TestSendmail.ksh

Script $gvsqw_PgBin/../tools/sqwpg_TestSendmail.ksh:
Generic test sendmail script See the detailed help for sqwpg_TestSendmail.ksh

sqwpg_Uncrypt.ksh

Script $gvsqw_PgBin/../tools/sqwpg_Uncrypt.ksh:
Generic script to uncrypt file with openssl See the detailed help for sqwpg_Uncrypt.ksh


help

Contains help files for "-s" option of bin scripts.


spm

SQL query toolkit
See the detailed help for spm