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

[Condor-users] an odd situation



Hi condor-users!
 
   My central condor master  is on Windows 2003 Server,on which I can submit job but can't execute job;There are two excuting nodes which are also intalled Windows 2003 in the pool . I found that if first started two excuting nodes and after that started the condor master , the job which submited from central condor master as RUN_AS_OWNER cound't work. 
The feedback was
"019.000:  Run analysis summary.  Of 16 machines,
     16 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
        No successful match recorded.
        Last failed match: Fri Jul 04 19:48:18 2008
        Reason for last match failure: no match found
 
WARNING:  Be advised:
   No resources matched request's constraints
   Check the Requirements _expression_ below:
 
Requirements = (Arch == "INTEL") && (OpSys == "WINNT52") && (Disk >= DiskUsage)
&& ((Memory * 1024) >= ImageSize) && (HasFileTransfer) && (HasWindowsRunAsOwner
&& (LocalCredd =?= "clusterman.mc.com:9620"))
"  
Howerver,if I firsted started central master and later started two excuting nodes,everythings worked well.
 
  Who could explain the situation?
  Thanks.