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

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 42: Line 42:
 
export gvsqw_NbThreadCkpdb=2
 
export gvsqw_NbThreadCkpdb=2
  
#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
Line 48: Line 48:
 
export gvsqw_NbThreadDbRefresh=2
 
export gvsqw_NbThreadDbRefresh=2
 
export gvsqw_DumpNbGeneration=2
 
export gvsqw_DumpNbGeneration=2
 
#for Checkstorage Dump
 
export gvsqw_NbDaysFull=7
 
 
</pre>
 
</pre>

Revision as of 21:30, 16 June 2014


File content:

#!/bin/ksh
###################################################################
# SQWareProduction for Ingres module of dbSQWare is developped with GPL License 3.0 :
#
# 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,
# 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 for Ingres
## @Copyright	Copyright 2010-2014, OctopusDBA (www.octopusdba.com)
## @License	GPL v3

#global
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