# @(#)30 1.1 src/43haes/usr/sbin/cluster/sa/maxdb/sbin/DBGlobals.sh, hacmp, 61haes_r714 11/28/11 15:14:02 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # 61haes_r714 src/43haes/usr/sbin/cluster/sa/maxdb/sbin/DBGlobals.sh 1.1 # # Licensed Materials - Property of IBM # # Restricted Materials of IBM # # COPYRIGHT International Business Machines Corp. 2010 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG #This file will be sourced in other files. No executable code in this file. #---------------------------------------------------------------------------- # Global Definitions #---------------------------------------------------------------------------- . /usr/es/lib/ksh93/func_include typeset PROGRAM=${0##*/} PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/es/sbin/cluster/sa/sbin:/usr/es/sbin/cluster/utilities:PATH FPATH_BASE=/usr/es/lib/ksh93 FPATH=$FPATH_BASE/hacmp:$FPATH_BASE/sa:$FPATH_BASE/aix:$FPATH_BASE/aix/odm:FPATH_BASE/util:FPATH_BASE/util/list export PATH FPATH [[ -z $INFO_FLAG ]] && INFO_FLAG="true" [[ -z $WARN_FLAG ]] && WARN_FLAG="true" [[ -z $TRACE_FLAG ]] && TRACE_FLAG="true" [[ -z $DEBUG_FLAG ]] && DEBUG_FLAG="true" [[ -z $ERROR_FLAG ]] && ERROR_FLAG="true" KLIB_LOGFILE_SIZE=100000 KLIB_HACMPLOG_ENTRY=maxdbsa.log KLIB_OUTPUT_CONSOLE="true" # End of GLOBALS