Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] condor_config_val & the defrag daemon
- Date: Tue, 10 Dec 2013 10:12:34 -0600
- From: Brian Bockelman <bbockelm@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] condor_config_val & the defrag daemon
Hi Andrew,
Does something like this work for you:
condor_config_val -subsystem Defrag -name red-condor.unl.edu -pool red-condor.unl.edu HOSTNAME
?
I believe the value of "-name" refers to the value of the "Name" attribute in the daemon's ad. This defaults to $(FULL_HOSTNAME); then, "-subsystem" filters the query on a particular daemon type.
However, I'm using a fairly new version of condor_config_val (I'm not sure if '-subsystem' is in the 8.0 series). Another approach might be to set:
DEFRAG.NAME = defrag@$(FULL_HOSTNAME)
in the config file for the defrag daemon. I'm not 100% sure that's going to work (I don't know if condor_config_val filters on type for older versions).
Brian
On Dec 9, 2013, at 8:25 AM, andrew.lahiff@xxxxxxxxxx wrote:
> Hi,
>
> Is it possible to set configuration values of the defrag daemon using condor_config_val? It appears like this isn’t possible, and that condor_config_val can only be used to make changes to master, schedd, startd, collector and negotiator.
>
> Note that typing “condor_config_val –help” gives this:
>
> -name daemon_name (query the specified daemon for its configuration)
>
> which suggests that condor_config_val can be used for any daemon. However, this doesn’t seem to agree with the man page, which says the argument to “-name” is “machine_name” rather than which daemon to query.
>
> Thanks,
> Andrew.
>
>
> --
> Scanned by iCritical.
>
>
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/