/etc/dpm-mysql/dpnsdaemon.conf is in dpm-name-server-mysql 1.8.10-1build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | #
# $Id: dpnsdaemon.sysconfig.mysql,v 1.13 2007/07/26 12:09:10 slemaitr Exp $
#
# @(#)$RCSfile: dpnsdaemon.sysconfig.mysql,v $ $Revision: 1.13 $ $Date: 2007/07/26 12:09:10 $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should the DPNS daemon run?
# any string but "yes" will be equivalent to "no"
#
RUN_DPNSDAEMON="no"
#
# 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="/etc/DPNSCONFIG"
# - Initialization of the Catalogue Sync embedded message producer
# - Comment out to disable the message sending
#export SEMSGCONFIGFILE=/etc/SEMsgConfig_dpmhead.cf.tmpl
########################
# Globus configuration #
########################
# - make sure we use globus pthread model
export GLOBUS_THREAD_MODEL="pthread"
|