Print

Print


Hi Michael,

I think there is a problem with the test zone RB.
They will give a look at it.

thanks

cheers
alessandra


On Thu, 11 Aug 2005, Michael George wrote:

> Good point!!
>
> the testJob.jdl is
>
> Executable = "testJob.sh";
> StdOutput = "testJob.out";
> StdError = "testJob.err";
> InputSandbox = {"./testJob.sh"};
> OutputSandbox = {"testJob.out,testJob.err"};
> Requirements = other.GlueCEUniqueID ==
> "hepgrid2.ph.liv.ac.uk:2119/jobmanager-lc
> gpbs-dteam";
>
>
> and the testJob.sh is the rather unimaginative
>
> #!/bin/bash
> date
> hostname
> echo "************************************************"
> echo "env | sort"
> echo "************************************************"
> env | sort
> echo "************************************************"
> echo "mount"
> echo "************************************************"
> mount
> echo "************************************************"
> echo "rpm -qa | sort"
> echo "************************************************"
> rpm -qa | sort
> echo "************************************************"
> sleep 5
> date
>
> Cheers,
>
> 	Michael.
>
> On Thu, 11 Aug 2005, Alessandra Forti wrote:
>
>> Hi Michael,
>>
>> what do you have in the testJob.jdl?
>>
>>
>> cheers
>> alessandra
>>
>> On Thu, 11 Aug 2005, Michael George wrote:
>>
>>> Hi,
>>>
>>> 	We are trying to test our new 2.6.0 CE here at Liverpool and come
>>> across the following error.
>>>
>>> *************************************************************
>>> BOOKKEEPING INFORMATION:
>>>
>>> Status info for the Job :
>>> https://gfe01.hep.ph.ic.ac.uk:9000/NjcekCCwKx1pc7BjyF9h4g
>>> Current Status:     Aborted
>>> Status Reason:      Cannot plan: BrokerHelper: no compatible resources
>>> reached on:         Thu Aug 11 14:29:47 2005
>>> *************************************************************
>>>
>>> hepgrid2.ph.liv.ac.uk advertises its resources correctly as far as we can
>>> see through ldap queries.
>>>
>>> I submit the job with the following command:
>>>
>>> edg-job-submit -config-vo ui-vo.conf -config ui-cmd.conf testJob.jdl
>>>
>>> where ui-vo.conf is
>>>
>>> #
>>> # This file /opt/edg/etc/dteam/edg_wl_ui.conf is managed by LCFG. Do not
>>> modify!
>>> #
>>>
>>> [
>>> VirtualOrganisation = "dteam";
>>> NSAddresses = "gfe01.hep.ph.ic.ac.uk:7772";
>>> LBAddresses = "gfe01.hep.ph.ic.ac.uk:9000";
>>>
>>> ## HLR location is optional. Uncomment and fill correctly for
>>> ## enabling accounting
>>> #HLRLocation = "fake HLR Location"
>>> ## MyProxyServer is optional. Uncomment and fill correctly for
>>> ## enabling proxy renewal. This field should be set equal to
>>> ## MYPROXY_SERVER environment variable
>>> MyProxyServer = "proxy_node.cern.ch"
>>> ]
>>>
>>> and ui-cmd.conf is
>>>
>>> [
>>> rank = - other.GlueCEStateEstimatedResponseTime;
>>> requirements = other.GlueCEStateStatus == "Production";
>>> RetryCount = 3;
>>> ErrorStorage = "/tmp";
>>> OutputStorage = "/tmp/jobOutput";
>>> ListenerPort = 44000;
>>> ListenerStorage = "/tmp";
>>> LoggingTimeout = 30;
>>> LoggingSyncTimeout = 30;
>>> LoggingDestination = "gfe01.hep.ph.ic.ac.uk:9002";
>>> # Default NS logger level is set to 0 (null)
>>> # max value is 6 (very ugly)
>>> NSLoggerLevel = 0;
>>> DefaultLogInfoLevel = 0;
>>> DefaultStatusLevel = 0;
>>> DefaultVo = "unspecified";
>>> ]
>>>
>>> Does anybody know what the problem could be? We can successfully submit
>>> jobs via pbs bypassing grid mechanisms.
>>>
>>> We do not have an SE setup at this point.
>>>
>>> 	Cheers,
>>>
>>> 		Michael.
>>>
>>
>>
>

-- 
********************************************
* Dr Alessandra Forti			   *
* Technical Coordinator - NorthGrid Tier2  *
* http://www.hep.man.ac.uk/u/aforti	   *
********************************************