1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
#
# $Id: dpnsdaemon.sysconfig.oracle,v 1.19 2009/01/25 23:30:55 szamsu Exp $
#
# @(#)$RCSfile: dpnsdaemon.sysconfig.oracle,v $ $Revision: 1.19 $ $Date: 2009/01/25 23:30:55 $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should the DPNS daemon run?
# any string but "yes" will be equivalent to "no"
#
RUN_DPNSDAEMON="yes"
#
# should the DPNS be read-only ?
# any string but "yes" will be equivalent to "no"
#
RUN_READONLY="no"
#
# should we run with another limit on the number of file descriptors than the default?
# any string will be passed to ulimit -n
#ULIMIT_N=4096
#
###############################################################################################
# Change and uncomment the variables below if your setup is different than the one by default #
###############################################################################################
#ALLOW_COREDUMP="yes"
##################
# DPNS variables #
##################
# - Number of DPNS threads :
#NB_THREADS=20
# - DPNS log file :
#DPNSDAEMONLOGFILE="/var/log/dpns/log"
# - DPNS configuration file :
#NSCONFIGFILE="/opt/lcg/etc/NSCONFIG"
#############################
# Oracle specific variables #
#############################
# Is the database installed locally ? Any string but "yes" will be equivalent to "no" :
DB_IS_LOCAL="no"
# - Oracle Home :
#ORACLE_HOME=/usr/lib/oracle/10.2.0.1/client
# - Directory where tnsnames.ora resides :
#TNS_ADMIN=/another/tnsadmin/directory
|