HelloÂExperts,
condor_shared_port is configured in configuration still it's not reflecting in condor_config_val output.
# pstree -p condor
condor_master(2945131)âââcondor_collecto(2945211)
           Âââcondor_negotiat(2945237)
           Âââcondor_procd(2945185)
           Âââcondor_schedd(2945238)
           Âââcondor_shared_p(2945186)
Missing from this output:Â
$ condor_config_val daemon_list
MASTER COLLECTOR NEGOTIATOR SCHEDD
# condor_config_val -dump | grep -i shared
AUTO_INCLUDE_SHARED_PORT_IN_DAEMON_LIST = true
COLLECTOR_USES_SHARED_PORT = true
HAD_USE_SHARED_PORT = false
MAX_SHARED_PORT_LOG = $(MAX_DEFAULT_LOG)
REPLICATION_USE_SHARED_PORT = $(HAD_USE_SHARED_PORT)
SHARED_PORT = $(LIBEXEC)/condor_shared_port
SHARED_PORT_ADDRESS_REWRITING = false
SHARED_PORT_DAEMON_AD_FILE = $(LOCK)/shared_port_ad
SHARED_PORT_DEBUG =
SHARED_PORT_DEFAULT_ID =
SHARED_PORT_LOG = $(LOG)/SharedPortLog
SHARED_PORT_MAX_FILE_DESCRIPTORS = 10240
SHARED_PORT_PORT = $(COLLECTOR_PORT)
USE_SHARED_PORT = true
restart of the condor service doesn't help.
Any inputs what could be the reason condor_shared_port not showing in output.Â
Thanks & Regards,
Vikrant Aggarwal