This should return something like:
dn: GLUE2BenchmarkID=cream-47.pd.infn.it_hep-spec06,GLUE2ResourceID=cream-47.pd.infn.it,GLUE2ServiceID=cream-47.pd.infn.it_ComputingElement,GLUE2GroupID=re
source,o=glue
GLUE2BenchmarkExecutionEnvironmentForeignKey: cream-47.pd.infn.it
GLUE2BenchmarkID: cream-47.pd.infn.it_hep-spec06
GLUE2BenchmarkType: hep-spec06
objectClass: GLUE2Entity
objectClass: GLUE2Benchmark
GLUE2EntityCreationTime: 2012-01-13T14:04:48Z
GLUE2BenchmarkValue: 150
GLUE2EntityOtherInfo: InfoProviderName=glite-ce-glue2-benchmark-static
GLUE2EntityOtherInfo: InfoProviderVersion=1.0
GLUE2EntityOtherInfo: InfoProviderHost=cream-47.pd.infn.it
GLUE2BenchmarkComputingManagerForeignKey: cream-47.pd.infn.it_ComputingElement_Manager
GLUE2EntityName: Benchmark hep-spec06
Bug #86694 A different port number than 9091 should be used for LRMS_EVENT_LISTENER - Not Implemented
On a running CREAM CE, perform the following command:
netstat -an | grep -i 9091
This shouldn't return anything.
Then perform the following command:
netstat -an | grep -i 49152
This should return:
tcp 0 0 :::49152 :::* LISTEN
[root@cream-47 ~]# netstat -an | grep -i 49153
[root@cream-47 ~]# netstat -an | grep -i 49154
[root@cream-47 ~]# netstat -an | grep -i 9091
Bug #86697 User application's exit code not recorded in the CREAM log file - Not Implemented
Submit a job and wait for its completion.
Then check the glite-ce-cream.log file on the CREAM CE. The user exit code should be reported (filed exitCode ), e.g.:
13 Jan 2012 15:22:52,966 org.glite.ce.creamapi.jobmanagement.cmdexecutor.AbstractJobExecutor - JOB CREAM124031222 STATUS CHANGED: REALLY-RUNNING => DONE-OK [failureReason=reason=0] [exitCode=23] [localUser=dteam004] [workerNode=prod-wn-001.pn.pd.infn.it] [delegationId=7a52772caaeea96628a1ff9223e67a1f6c6dde9f]
Bug #86737 A different port number than 9909 should be used for CREAM_JOB_SENSOR - Not Implemented TBD
Bug #86773 wrong /etc/glite-ce-cream/cream-config.xml with multiple ARGUS servers set - Not Implemented
To test the fix, set in the siteinfo,def:
USE_ARGUS=yes
ARGUS_PEPD_ENDPOINTS="https://cream-46.pd.infn.it:8154/authz https://cream-46-1.pd.infn.it:8154/authz"
CREAM_PEPC_RESOURCEID="http://pd.infn.it/cream-47"
i.e. 2 values for ARGUS_PEPD_ENDPOINTS .
Then configure via yaim.
In /etc/glite-ce-cream/cream-config.xml there should be:
<argus-pep name="pep-client1"
resource_id="http://pd.infn.it/cream-47"
cert="/etc/grid-security/tomcat-cert.pem"
key="/etc/grid-security/tomcat-key.pem"
passwd=""
mapping_class="org.glite.ce.cream.authz.argus.ActionMapping">
<endpoint url="https://cream-46.pd.infn.it:8154/authz" />
<endpoint url="https://cream-46-1.pd.infn.it:8154/authz" />
</argus-pep>
|