[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] condor_gather_info --jobid



On 9/6/2013 10:35 AM, Shrum, Donald C wrote:
I'm still getting this error with condor_gather_info --jobid 1234

The execute machine for this job is slot1@xxxxxxxxxxxxxxxx Couldn't fetch log: permission denied

I'm running the command from the server condor-login and I added this to condor_config on all the processing nodes:
condor_config:ALLOW_ADMINISTRATOR = $(CONDOR_HOST), condor-login, condor-login.local

In this case condor-login is running schedd but is not running startd

Do I need to add condor-login to allow_write or something like that?


No, adding it to ALLOW_ADMINISTRATOR is correct. You should add in the fully-qualified host name as found in DNS or hosts files, i.e. condor-login.fsu.edu or whatever. Alternatively, if you do not have condor-login properly entered in DNS and friends would be to simply add the IP address for condor-login, like:
   ALLOW_ADMINISTRATOR = $(CONDOR_HOST), 128.555.111.222

Of course, you will then need to issue a "condor_reconfig -all" from your central manager such that all the execute nodes re-read the config file.

Hope the above helps
Todd