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

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
Line 27: Line 27:
lfsqw_GenInsertParameters =>  
lfsqw_GenInsertParameters =>  
lfsqw_GenInsertParameters > ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters > ${gvsqw_TmpFile}.sql
lfsqw_GenInsertTables
lfsqw_GenInsertTables =>  
lfsqw_GenInsertTables =>  
lfsqw_GenInsertTables | tee ${gvsqw_TmpFile}.sql
lfsqw_Parameters =>  
lfsqw_Parameters =>  
lfsqw_Parameters | tee ${gvsqw_TmpFile}
lfsqw_Parameters | tee ${gvsqw_TmpFile}

Revision as of 13:23, 17 December 2014

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_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 => 


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 .