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

Re: [HTCondor-users] Condor is still writing temp data to /var/opt/condor even though I specified otherwise



Thanks again Todd. So when I ran " condor_config_val -v execute" it did show me the file I was expecting. But I got to thinking after that, is there a separate config file for each node?

I'm unfamiliar with what the config knob is, could you explain that a little more? I did run " condor_config_val -v -startd -compute-0-0.local" (where compute-0-0.local is the name of one of my compute nodes) and the error I received was "Can't connect to startd on head1.domainname.com <192.***.***.*: *****>" (domainname instead of my actual domain name)


Nate Mobley
Millennium Engineering & Integration Company
ISSO/Systems Administrator
Desk: (256) 489-7847
Cell (Voice Only): (256) 655-5570
MEI Help Desk:  (703) 413-7771
nmobley@xxxxxxxxxxxxxx
www.meicompany.com


-----Original Message-----
From: Todd Tannenbaum [mailto:tannenba@xxxxxxxxxxx] 
Sent: Monday, January 08, 2018 4:57 PM
To: Mobley, Nate (Millennium) <nmobley@xxxxxxxxxxxxxx>
Cc: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: Re: [HTCondor-users] Condor is still writing temp data to Condor is still writing temp data to /var/opt/condor even though I specified otherwise

On 1/8/2018 4:55 PM, Todd Tannenbaum wrote:
> On 1/8/2018 4:25 PM, Mobley, Nate (Millennium) wrote:
>> Thanks. They were not overwritten, Ive already triple checked that. 
>> Can I run "condor_config_val -v execute" from my head node? That is 
>> the only one I am able to log into (I don't know the IP addresses of 
>> the compute nodes).
>>
> 
> If by "head node" you mean the HTCondor Central Manager, then yes, you can use condor_config_val to view configuration settings for any node in your compute pool (unless your installation changed the default authorization rules).
> 
> You will want to use
>    condor_config_val -v -startd -name <name_of_execute_node> 
> <name_of_config knob>
> 
> So to see your execute nodes, enter "condor_status", and then use a name you see there with condor_config_val.
> 
> So for example, the sample session below tells me my execute nodes 
> apparently have EXECUTE undefined, which means they will use the 
> default value of $(LOCAL_DIR)/execute, and LOCAL_DIR is set to /var in condor_config.global on line 26.
> 
> 
>    $ condor_status -wide | head
>    Name                               OpSys      Arch   State     Activity     LoadAv Mem      ActvtyTime
> 
>    slot1@xxxxxxxxxxxxxxx              LINUX      X86_64 Unclaimed Idle          0.000   43883  0+05:13:41
>    slot1@xxxxxxxxxxxxxxx              LINUX      X86_64 Unclaimed Idle          0.000   43883  0+05:13:41
>    slot1@xxxxxxxxxxxxxxx              LINUX      X86_64 Unclaimed Idle          0.000   43883  0+05:13:41
>    ...
> 
>    $ condor_config_val -v -startd -name slot1@xxxxxxxxxxxxxxx EXECUTE
>    EXECUTE =
>     # at: /etc/condor/condor_config.global, line 44
>     # raw: EXECUTE =
>     # default: $(LOCAL_DIR)/execute
> 
>    $ condor_config_val -v -startd -name slot1@xxxxxxxxxxxxxxx EXECUTE

Meant this line to be

condor_config_val -v -startd -name slot1@xxxxxxxxxxxxxxx LOCAL_DIR

regards,
Todd



>    LOCAL_DIR = /var
>     # at: /etc/condor/condor_config.global, line 26
>     # raw: LOCAL_DIR = /var
> 
> 
> Hope the above helps
> Todd
> 
> 
> _______________________________________________
> 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/
>