Difference between revisions of "SQWareProduction:mssql:lib:sqwmsq GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 10: Line 10:
 
gfsqw_GenDatabasesList|sed 's,\\,,g' > $gvsqw_TmpFile.lst
 
gfsqw_GenDatabasesList|sed 's,\\,,g' > $gvsqw_TmpFile.lst
 
gfsqw_InsertIndicators "Alert"
 
gfsqw_InsertIndicators "Alert"
 +
gfsqw_InsertIndicators "Drives"
 
gfsqw_InsertIndicators "Instance"
 
gfsqw_InsertIndicators "Instance"
 
gfsqw_InsertIndicators "License"
 
gfsqw_InsertIndicators "License"
 +
gfsqw_InsertIndicators "LinkedServers"
 
gfsqw_InsertIndicators "Parameters"
 
gfsqw_InsertIndicators "Parameters"
 
lfsqw_ArchivingParameters
 
lfsqw_ArchivingParameters
Line 18: Line 20:
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherDatabases =>  
 
lfsqw_GatherDatabases =>  
 +
lfsqw_GatherDrives
 +
lfsqw_GatherDrives =>
 
lfsqw_GatherInstance
 
lfsqw_GatherInstance
 
lfsqw_GatherInstance =>  
 
lfsqw_GatherInstance =>  
Line 32: Line 36:
 
lfsqw_GenInsertTables =>  
 
lfsqw_GenInsertTables =>  
 
lfsqw_License =>  
 
lfsqw_License =>  
 +
lfsqw_LinkedServers
 +
lfsqw_LinkedServers =>
 
lfsqw_Parameters =>  
 
lfsqw_Parameters =>  
 
lfsqw_SqlInsertSpace =>  
 
lfsqw_SqlInsertSpace =>  

Revision as of 22:14, 3 August 2018

shell functions library $gvsqw_MsqBin/../lib/sqwmsq_GatherIndicators.lib:
lib for sqwmsq_GatherIndicators.ksh
Functions explanation:

gfsqw_ExecSql $gvsqw_TmpFile.sql 2>&1 |grep -iv Password|sed 's,  *$,,g'|sed 's,^  *,,g'|tr '\t' ' '|sed 's,  *, ,g' | tee ${gvsqw_TmpFile}
gfsqw_ExecSql ${gvsqw_TmpFile}.sql 2>&1 > ${gvsqw_TmpFile}
gfsqw_ExecSql $gvsqw_TmpFile.sql 2>&1 |sed 's,\\,/,g'|sed 's,  $,,g' |tee $gvsqw_TmpFile
gfsqw_ExecSql "sp_helpdb" 2>&1 > ${gvsqw_TmpFile}
gfsqw_GenDatabasesList|sed 's,\\,,g' > $gvsqw_TmpFile.lst
gfsqw_InsertIndicators "Alert"
gfsqw_InsertIndicators "Drives"
gfsqw_InsertIndicators "Instance"
gfsqw_InsertIndicators "License"
gfsqw_InsertIndicators "LinkedServers"
gfsqw_InsertIndicators "Parameters"
lfsqw_ArchivingParameters
lfsqw_Backups
lfsqw_Backups => 
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabases => 
lfsqw_GatherDrives
lfsqw_GatherDrives => 
lfsqw_GatherInstance
lfsqw_GatherInstance => 
lfsqw_GatherSpace => 
lfsqw_GenerateInsertAlert
lfsqw_GenInsertDatabases => 
lfsqw_GenInsertInstance => 
lfsqw_GenInsertInstance|tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertLicense => 
lfsqw_GenInsertLicense|tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertParameters => 
lfsqw_GenInsertParameters|tee ${gvsqw_TmpFile}.sql
lfsqw_GenInsertSpace => 
lfsqw_GenInsertTables => 
lfsqw_License => 
lfsqw_LinkedServers
lfsqw_LinkedServers => 
lfsqw_Parameters => 
lfsqw_SqlInsertSpace => 
lfsqw_SqlInsertSpace >> ${gvsqw_TmpFile}.sql
lfsqw_Tables => 


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

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