Difference between revisions of "SQWareProduction:sybase:lib:sqwsyb GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 11: Line 11:
 
gfsqw_InsertIndicators "parameters"
 
gfsqw_InsertIndicators "parameters"
 
lfsqw_AllTables =>  
 
lfsqw_AllTables =>  
 +
lfsqw_ArchivingParameters
 
lfsqw_Databases
 
lfsqw_Databases
 
lfsqw_Databases =>  
 
lfsqw_Databases =>  

Revision as of 20:11, 30 November 2015

shell functions library $gvsqw_SybBin/../lib/sqwsyb_GatherIndicators.lib:
lib for sqwsyb_GatherIndicators.ksh
Functions explanation:

gfsqw_GenDatabasesList > $gvsqw_TmpFile.lst
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "databases"
gfsqw_InsertIndicators "dataserver"
gfsqw_InsertIndicators $lvsqw_DbName
gfsqw_InsertIndicators "parameters"
lfsqw_AllTables => 
lfsqw_ArchivingParameters
lfsqw_Databases
lfsqw_Databases => 
lfsqw_Dataserver => 
lfsqw_Dataserver | tee ${gvsqw_TmpFile}
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabases => 
lfsqw_GatherDataserver => 
lfsqw_GatherFs => 
lfsqw_GatherParameters => 
lfsqw_GenerateInsertAlert | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertDatabases => 
lfsqw_GenInsertDatabases | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertDataserver => 
lfsqw_GenInsertDataserver | tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters => 
lfsqw_GenInsertParameters > ${gvsqw_TmpFile}.sql
lfsqw_GenInsertTables
lfsqw_GenInsertTables => 
lfsqw_Parameters => 
lfsqw_Parameters | tee ${gvsqw_TmpFile}
lfsqw_Tables => 


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

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