|
|
(152 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Configuration file $gvsqw_IngBin/../etc/sqwing_GlobalVar.cfg:<br> | | Configuration file $gvsqw_IngBin/../etc/sqwing_GlobalVar.cfg:<br> |
| {{SQWareProduction_sqwing_GlobalVar.cfg_presentation}} | | {{SQWareProduction_sqwing_GlobalVar.cfg_presentation}} |
− | <br>
| + | {{SQWareProduction_sqwing_GlobalVar.cfg_content}} |
− | <br>
| + | {{SQWareProduction_sqwing_GlobalVar.cfg_explanation}} |
− | File content:
| |
− | <pre>
| |
− | #!/bin/ksh
| |
− | ###################################################################
| |
− | # SQWareProduction for Ingres module of expdbTools is developped with GPL Licence 3.0 :
| |
− | # trademark => dbSQWare�
| |
− | #
| |
− | # This program is free software: you can redistribute it and/or modify
| |
− | # it under the terms of the GNU General Public License as published by
| |
− | # the Free Software Foundation, either version 3 of the License, or
| |
− | # (at your option) any later version.
| |
− | #
| |
− | # This program is distributed in the hope that it will be useful,
| |
− | # but WITHOUT ANY WARRANTY; without even the implied warranty of
| |
− | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| |
− | # GNU General Public License for more details.
| |
− | #
| |
− | # You should have received a copy of the GNU General Public License
| |
− | # along with this program. If not, see <http://www.gnu.org/licenses/>.
| |
− | #
| |
− | # For information : contact@dbsqware.com or www.dbsqware.com
| |
− | ###################################################################
| |
− | ## @Synopsis Global var
| |
− | ## @Copyright Copyright 2010-2011, Michel PAYAN
| |
− | ## @License GPL v3
| |
− | ## SVN : $URL$
| |
− | ## SVN : $Id$
| |
− | | |
− | #global
| |
− | export gvsqw_EdtVersion=1.2.09
| |
− | export gvsqw_ConnectDb=Enable
| |
− | export gvsqw_UserDbaSql=ingres
| |
− | export gvsqw_Hostname=$(hostname|cut -d '.' -f1)
| |
− | export gvsqw_MailMsg_ingres='TrtIngAuto'
| |
− | #Put NoNail in gvsqw_Mail_ingres if you don't want to send mail on error
| |
− | export gvsqw_Mail_ingres='dba'
| |
− | #Put disable in gvsqw_SendmailHtmlFormat if you don't want to send mail in html format
| |
− | export gvsqw_SendmailHtmlFormat=enable
| |
− | export gvsqw_PreFormatHtlml=enable
| |
− | #Put disable in gvsqw_Colors if you don't want to print in color
| |
− | export gvsqw_Colors=enable
| |
− | #Put disable in gvsqw_TraceJobDb if you don't want to trace job execution in SQWareRepository
| |
− | export gvsqw_TraceJobDb=enable
| |
− | export gvsqw_EgrepIvFs='Filesystem|Disponible'
| |
− | export gvsqw_SuppLogsHisto=30
| |
− | export gvsqw_GzipLogsHisto=7
| |
− | export gvsqw_SuppArchAlert=30
| |
− | export gvsqw_SuppArchSlow=30
| |
− | export gvsqw_RootAdmin='$HOME/${INGRES_SID}'
| |
− | export gvsqw_RootCfg='$HOME/${INGRES_SID}/edtConfig'
| |
− | export gvsqw_RootDbf='$(ingprenv "II_DATABASE")/ingres/data/default'
| |
− | export gvsqw_NbThread=2
| |
− | export gvsqw_NbThreadOptimize=2
| |
− | export gvsqw_NbThreadAnalyze=2
| |
− | export gvsqw_MysqlErrorMsg="^ERROR|^FAILED"
| |
− | export gvsqw_IngresErrorMsg="^E_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]"
| |
− | export gvsqw_SshOptions="-q -o BatchMode=yes -o StrictHostKeyChecking=no"
| |
− | export gvsqw_ScpOptions="-o BatchMode=yes -o StrictHostKeyChecking=no"
| |
− | | |
− | #for ckpdb scripts
| |
− | export gvsqw_RootJnl='$(ingprenv "II_JOURNAL")/ingres/jnl/default'
| |
− | export gvsqw_RootCkpdb='$(ingprenv "II_CHECKPOINT")/ingres/ckp/default'
| |
− | export gvsqw_RootBck='$(ingprenv "II_CHECKPOINT")/bck'
| |
− | export gvsqw_CkpdbNbGeneration=2
| |
− | export gvsqw_NbThreadCkpdb=2
| |
− | | |
− | #for dump scripts
| |
− | export gvsqw_RootDump='/$(echo ${HOME}|cut -d/ -f2)/ing_dump/$INGRES_SID'
| |
− | export gvsqw_NbThreadExportFull=2
| |
− | export gvsqw_DumpNbGeneration=2
| |
− | | |
− | #for check dump
| |
− | export gvsqw_NbDaysFull=7
| |
− | | |
− | #Html tags
| |
− | export gvsqw_CHtmlError='<font color="#FF0000">'
| |
− | export gvsqw_CHtmlOk='<font color="#00FF00">'
| |
− | export gvsqw_CHtmlInfo='<font color="#0000FF">'
| |
− | export gvsqw_CHtmlEnd='</font>'
| |
− | export gvsqw_THtmlBegin='<table class="edt">'
| |
− | export gvsqw_THtmlEnd='</table>'
| |
− | export gvsqw_THtmlThBegin='<tr class="edtth"><th>'
| |
− | export gvsqw_THtmlThEnd='</th></tr>'
| |
− | export gvsqw_THtmlThInter='</th><th>'
| |
− | export gvsqw_THtmlTdBegin1='<tr class="edtnc"><td>'
| |
− | export gvsqw_THtmlTdBegin2='<tr class="sqwc_"><td>'
| |
− | export gvsqw_THtmlTdEnd='</td></tr>'
| |
− | export gvsqw_THtmlTdInter='</td><td>'
| |
− | export gvsqw_THtmlPre="<pre class='edt'>"
| |
− | export gvsqw_THtmlPreEnd="</pre>"
| |
− | export gvsqw_HtmlCss="<html><head>
| |
− | <style type='text/css'>
| |
− | body.edt {font:10pt Arial,Helvetica,Geneva,sans-serif;color:black; background:White;}
| |
− | pre.edt {font:10pt Courier;color:black; background:White;}
| |
− | pre.edtfoot {font:8pt Courier;color:#2E8B57; background:White;}
| |
− | h1.edt {font:bold 12pt Courier New, Courier, mono;color:#0000FF;background-color:White;border-bottom:1px solid #cccc99;margin-top:0pt; margin-bottom:0pt;padding:0px 0px 0px 0px;}
| |
− | h2.edt {font:bold 10pt Courier New, Courier, mono ; text-decoration:underline;color:#000000;background-color:White;margin-top:4pt; margin-bottom:0pt;}
| |
− | h3.edt {font:10pt Courier New, Courier, mono ; text-decoration:underline;color:#000000;background-color:White;margin-top:4pt; margin-bottom:0pt;}
| |
− | li.edt {font:10pt Arial,Helvetica,Geneva,sans-serif; color:black; background:White;}
| |
− | table.edt {border-width:1px; border-style:solid; border-color:black; width:50%;border-collapse: separate;}
| |
− | tr.edtth {font:bold 10pt Arial,Helvetica,Geneva,sans-serif; color:black; background:#C0C0C0;padding-left:4px; padding-right:4px;padding-bottom:2px}
| |
− | tr.edtnc {font:10pt Arial,Helvetica,Geneva,sans-serif;color:black;background:White;vertical-align:top;}
| |
− | tr.sqwc_ {font:10pt Arial,Helvetica,Geneva,sans-serif;color:black;background:#eee; vertical-align:top;}
| |
− | a.edt {font:bold 8pt Arial,Helvetica,sans-serif;color:#663300; vertical-align:top;margin-top:0pt; margin-bottom:0pt;}
| |
− | a:link { color :black ; text-decoration:underline ; }
| |
− | a:visited { color: purple ; }
| |
− | a:hover { color: red ; }
| |
− | </style>
| |
− | </head>
| |
− | <body class='edt'>
| |
− | "
| |
− | | |
− | #for webdba
| |
− | export gvsqw_WebDbaURL="http://webdba"
| |
− | #export gvsqw_WebDbaUserConn='Connection string ssh user@hostname'
| |
− | #export gvsqw_WebDbaDirSlowQuery='Directory to store SlowQuery files'
| |
− | | |
− | # Source custom
| |
− | [ -r $gvsqw_IngBin/../etc_cust/sqwing_GlobalVar.cfg ] && . $gvsqw_IngBin/../etc_cust/sqwing_GlobalVar.cfg
| |
− | | |
− | # For not normed environnement
| |
− | [ -r $HOME/edtConfig/sqwing_GlobalVar.cfg ] && . $HOME/edtConfig/sqwing_GlobalVar.cfg
| |
− | </pre>
| |
− | <br>
| |
− | <br>
| |
− | Variable explanation:
| |
− | <pre>
| |
− | gvsqw_CHtmlEnd='</font>'
| |
− | gvsqw_CHtmlError='<font color="#FF0000">'
| |
− | gvsqw_CHtmlInfo='<font color="#0000FF">'
| |
− | gvsqw_CHtmlOk='<font color="#00FF00">'
| |
− | gvsqw_CkpdbNbGeneration=2
| |
− | gvsqw_Colors=enable
| |
− | gvsqw_ConnectDb=Enable
| |
− | gvsqw_DumpNbGeneration=2
| |
− | gvsqw_EdtVersion=1.2.09
| |
− | gvsqw_EgrepIvFs='Filesystem|Disponible'
| |
− | gvsqw_GzipLogsHisto=7
| |
− | gvsqw_Hostname=$(hostname|cut -d '.' -f1)
| |
− | gvsqw_HtmlCss="<html><head>
| |
− | gvsqw_IngresErrorMsg="^E_[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z]"
| |
− | gvsqw_Mail_ingres='dba'
| |
− | gvsqw_MailMsg_ingres='TrtIngAuto'
| |
− | gvsqw_MysqlErrorMsg="^ERROR|^FAILED"
| |
− | gvsqw_NbDaysFull=7
| |
− | gvsqw_NbThread=2
| |
− | gvsqw_NbThreadAnalyze=2
| |
− | gvsqw_NbThreadCkpdb=2
| |
− | gvsqw_NbThreadExportFull=2
| |
− | gvsqw_NbThreadOptimize=2
| |
− | gvsqw_PreFormatHtlml=enable
| |
− | gvsqw_RootAdmin='$HOME/${INGRES_SID}'
| |
− | gvsqw_RootBck='$(ingprenv "II_CHECKPOINT")/bck'
| |
− | gvsqw_RootCfg='$HOME/${INGRES_SID}/edtConfig'
| |
− | gvsqw_RootCkpdb='$(ingprenv "II_CHECKPOINT")/ingres/ckp/default'
| |
− | gvsqw_RootDbf='$(ingprenv "II_DATABASE")/ingres/data/default'
| |
− | gvsqw_RootDump='/$(echo ${HOME}|cut -d/ -f2)/ing_dump/$INGRES_SID'
| |
− | gvsqw_RootJnl='$(ingprenv "II_JOURNAL")/ingres/jnl/default'
| |
− | gvsqw_ScpOptions="-o BatchMode=yes -o StrictHostKeyChecking=no"
| |
− | gvsqw_SendmailHtmlFormat=enable
| |
− | gvsqw_SshOptions="-q -o BatchMode=yes -o StrictHostKeyChecking=no"
| |
− | gvsqw_SuppArchAlert=30
| |
− | gvsqw_SuppArchSlow=30
| |
− | gvsqw_SuppLogsHisto=30
| |
− | gvsqw_THtmlBegin='<table class="edt">'
| |
− | gvsqw_THtmlEnd='</table>'
| |
− | gvsqw_THtmlPreEnd="</pre>"
| |
− | gvsqw_THtmlPre="<pre class='edt'>"
| |
− | gvsqw_THtmlTdBegin1='<tr class="edtnc"><td>'
| |
− | gvsqw_THtmlTdBegin2='<tr class="sqwc_"><td>'
| |
− | gvsqw_THtmlTdEnd='</td></tr>'
| |
− | gvsqw_THtmlTdInter='</td><td>'
| |
− | gvsqw_THtmlThBegin='<tr class="edtth"><th>'
| |
− | gvsqw_THtmlThEnd='</th></tr>'
| |
− | gvsqw_THtmlThInter='</th><th>'
| |
− | gvsqw_TraceJobDb=enable
| |
− | gvsqw_UserDbaSql=ingres
| |
− | # gvsqw_WebDbaDirSlowQuery='Directory to store SlowQuery files'
| |
− | gvsqw_WebDbaURL="http://webdba"
| |
− | # gvsqw_WebDbaUserConn='Connection string ssh user@hostname'
| |
− | </pre>
| |
| {{SQWareProductionSurchargeVar|ingres|Ing|sqwing_GlobalVar.cfg}} | | {{SQWareProductionSurchargeVar|ingres|Ing|sqwing_GlobalVar.cfg}} |
| <br> | | <br> |