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

[Condor-users] Reseting the ImageSize



Dear experts,

there are several idle jobs in the condor queue, due to their memory requirements is greater than the available resources. So, I've been trying to reset the ImageSize of those jobs to finally get their running, but the problem here is that I can't run the command, as below:

[root@osgce osg-1.2.4]# condor_qedit ImageSize 0
Usage: condor_qedit [-debug] [-n schedd-name] [-pool pool-name] { cluster | cluster.proc | owner | -constraint constraint } attribute-name attribute-value ...
or ...
[root@osgce osg-1.2.4]# condor_qedit -n osgce.hepgrid.uerj.br ImageSize 0
condor_qedit: No such schedd named osgce.hepgrid.uerj.br in local pool
or ...
[root@osgce osg-1.2.4]# condor_qedit -n osgce@xxxxxxxxxxxxxxxxxxxxx ImageSize 0
Usage: condor_qedit [-debug] [-n schedd-name] [-pool pool-name] { cluster | cluster.proc | owner | -constraint constraint } attribute-name attribute-value ...

It seems that I'm running the command with the wrong parameters, but I'm not sure about that. Running the condor_q command, I can see the following line showing the schedd_name:
-- Submitter: osgce@xxxxxxxxxxxxxxxxxxxxx : <xx.xxx.xxx.xx:xxx> : osgce.hepgrid.uerj.br

Also, the condor version and platform are:
[root@osgce osg-1.2.4]# condor_version
$CondorVersion: 7.2.4 Jun 15 2009 BuildID: 159529 $
$CondorPlatform: X86_64-LINUX_RHEL5 $

Any hints would be really appreciate,
Alan.