/etc/dpm-mysql/dpm.conf is in dpm-server-mysql 1.10.0-2.
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 49 50 51 52 53 | #
# $Id: dpm.sysconfig.mysql 12266 2016-04-12 14:15:57Z amanzi $
#
# @(#)$RCSfile: dpm.sysconfig.mysql,v $ $Revision: 12266 $ $Date: 2016-04-12 16:15:57 +0200 (Tue, 12 Apr 2016) $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should the dpm daemon run?
# any string but "yes" will equivalent to "NO"
#
RUN_DPMDAEMON="yes"
#
# 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"
#################
# DPM variables #
#################
# - DPM Name Server host : please change !!!!!!
DPNS_HOST=`hostname -f`
# - Number of DPM fast threads :
#NB_FTHREADS=20
# - Number of DPM slow threads :
#NB_STHREADS=20
# - DPM log file :
#DPMDAEMONLOGFILE="/var/log/dpm/log"
# - DPM configuration file :
#DPMCONFIGFILE="/etc/DPMCONFIG"
# - Use DPM synchronous get
#DPM_USE_SYNCGET="yes"
#export DPM_USE_SYNCGET
###################
# Globus variable #
###################
# - gridmapdir location
#GRIDMAPDIR=/etc/grid-security/gridmapdir
# - make sure we use globus pthread model
GLOBUS_THREAD_MODEL="pthread"
export GLOBUS_THREAD_MODEL
|