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

Re: [HTCondor-users] Facing issue with condor



Hi Gagan.  What version of HTCondor are you using?

 

With HTCondor version 10.0 or later, you can get use the -debug option with condor_submit to get more information about why things are failing

 

condor_submit testjob.sub -debug:D_COMMAND:1,D_FULLDEBUG,D_SECURITY:1

 

You can also look in the SchedLog, which may have information about the submit failure.  to find the SchedLog you can run this command

 

condor_config_val schedd_log

 

-tj

 

 

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of gagan tiwari
Sent: Saturday, December 24, 2022 2:00 AM
To: htcondor-users@xxxxxxxxxxx
Subject: Re: [HTCondor-users] Facing issue with condor

 

Someone please advice. 

 

Thanks, 

Gagan

 

On Sat, 24 Dec, 2022, 10:22 am gagan tiwari, <gagan.tiwari@xxxxxxxxxxxxxxxxxx> wrote:

Hi Guys,

                   I am setting up condors for the first time.  I have installed Central Manager , Scheduler and Executors on dedicated nodes.

 

But when I login to the scheduler node and try to submit a test job, I face following issue. 

 

test@ms-r1[10:12:18]:~$ condor_submit testjob.sub

ERROR: Can't find address of local schedd

 

I can see the scheduler is running on  scheduler node

 

test@ms-r1[10:12:45]:~$ condor_status -schedd
Name            Machine      RunningJobs   IdleJobs   HeldJobs

ms-r1           ms-r1                  0          0          0

                TotalRunningJobs      TotalIdleJobs      TotalHeldJobs


         Total                 0                  0                  0

 

 

test@ms-r1[10:17:25]:~$ ps -ef | grep condor
condor      7866       1  0 10:09 ?        00:00:00 /usr/sbin/condor_schedd -f
root        7867    7866  0 10:09 ?        00:00:00 condor_procd -A /var/run/condor/procd_pipe.SCHEDD -L /var/log/condor/ProcLog.SCHEDD -R 1000000 -S 60 -C 5010

 

Someone please help me in fixing it. 

 

 

Thanks,

Gagan