Template:SQWareProduction sqwing GlobalVar.cfg content: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
No edit summary
 
(46 intermediate revisions by the same user not shown)
Line 2: Line 2:
File content:
File content:
<pre>
<pre>
#!/bin/ksh
#!/bin/bash
###################################################################
###################################################################
# SQWareProduction for Ingres module of dbSQWare is developped with GPL License 3.0 :
# SQWareProduction for Ingres module of 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.
#  
#  
# dbSQWare is distributed in the hope that it will be useful,
# dbSQWare is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# CGU/CGA for more details.
#  
#  
# You should have received a copy of the GNU General Public License
# You should have received a copy of the CGU/CGA
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
# along with this program.  If not, see <http://www.dbsqware.com/licenses/>.
#  
#  
# For information : contact@dbsqware.com or www.dbsqware.com
# For information : contact@dbsqware.com or www.dbsqware.com
###################################################################
###################################################################
## @Synopsis Global var
## @Synopsis Global var for Ingres
## @Copyright Copyright 2010-2012, OctopusDBA
## @Copyright Copyright 2007-2025, dbSQWare (www.dbsqware.com)
## @License GPL v3
## SVN : $URL$
## SVN : $Id$


#global
#global
export gvsqw_EdtVersion=2.0.04
export gvsqw_SqwVersionDbms=2025.06
export gvsqw_ConnectDb=Enable
export gvsqw_UserDbaSql=ingres
export gvsqw_UserDbaSql=ingres
export gvsqw_Hostname=$(hostname|cut -d '.' -f1)
export gvsqw_MailMsg_ingres="TrtIngAuto$gvsqw_Env"
#Put NoNail in gvsqw_Mail_ingres if you don't want to send mail on error
export gvsqw_Mail_ingres='default@dbsqware.com'
#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
#Put disable in gvsqw_UploadLogFile if you don't want to upload log of job execution in SQWareRepository
export gvsqw_UploadLogFile=enable
#Put disable in gvsqw_TraceBackup if you don't want to backup execution in SQWareRepository
export gvsqw_TraceBackup=enable
export gvsqw_UploadLogFileMaxLine=200
export gvsqw_EgrepIvFs='Filesystem|Disponible'
export gvsqw_SuppLogsHisto=30
export gvsqw_GzipLogsHisto=7
export gvsqw_SuppArchAlert=30
export gvsqw_RootAdmin='$HOME/${INGRES_SID}'
export gvsqw_RootAdmin='$HOME/${INGRES_SID}'
export gvsqw_RootCfg='$HOME/${INGRES_SID}/edtConfig'
export gvsqw_RootAdminDisable='$HOME'
export gvsqw_RootCfg='$HOME/${INGRES_SID}/sqwConfig'
export gvsqw_RootDbf='$(ingprenv "II_DATABASE")/ingres/data/default'
export gvsqw_RootDbf='$(ingprenv "II_DATABASE")/ingres/data/default'
export gvsqw_NbThread=2
export gvsqw_MysqlErrorMsg="^ERROR|^FAILED"
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_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_DbAlias='$INGRES_SID'
export gvsqw_ScpOptions="-o BatchMode=yes -o StrictHostKeyChecking=no"


#for ckpdb scripts
#for ckpdb scripts
Line 68: Line 38:


#for dump scripts
#for dump scripts
export gvsqw_RootDump='/$(echo ${HOME}|cut -d/ -f2)/ing_dump/$INGRES_SID'
export gvsqw_RootDump='/$(echo ${HOME}|cut -d/ -f2)/ing_Dump/$INGRES_SID'
export gvsqw_NbThreadExportFull=2
export gvsqw_NbThreadExportFull=2
export gvsqw_RootDumpSource='/$(echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/ing_dump/${lvsqw_InstanceSource}'
export gvsqw_RootDumpSource='/$(echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/ing_Dump/${lvsqw_InstanceSource}'
export gvsqw_NbThreadDbRefresh=2
export gvsqw_NbThreadDbRefresh=2
export gvsqw_DumpNbGeneration=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'
# 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>
</pre>

Latest revision as of 18:54, 1 July 2025


File content:

#!/bin/bash
###################################################################
# SQWareProduction for Ingres module of dbSQWare
# 
# dbSQWare 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
# CGU/CGA for more details.
# 
# You should have received a copy of the CGU/CGA
# along with this program.  If not, see <http://www.dbsqware.com/licenses/>.
# 
# For information : contact@dbsqware.com or www.dbsqware.com
###################################################################
## @Synopsis	Global var for Ingres
## @Copyright	Copyright 2007-2025, dbSQWare (www.dbsqware.com)

#global
export gvsqw_SqwVersionDbms=2025.06
export gvsqw_UserDbaSql=ingres
export gvsqw_RootAdmin='$HOME/${INGRES_SID}'
export gvsqw_RootAdminDisable='$HOME'
export gvsqw_RootCfg='$HOME/${INGRES_SID}/sqwConfig'
export gvsqw_RootDbf='$(ingprenv "II_DATABASE")/ingres/data/default'
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_DbAlias='$INGRES_SID'

#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_RootDumpSource='/$(echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/ing_Dump/${lvsqw_InstanceSource}'
export gvsqw_NbThreadDbRefresh=2
export gvsqw_DumpNbGeneration=2