Tags:
, view all tags

Certification report internal patch 3777

Author(s): Elisabetta Molinari & Alessio Gianelle

Outcome: In Certification..

Upgrade from production

  • Add these repositories:
    [Patch3777]
    name=Patch 3777
    baseurl=http://etics-repository.cern.ch/repository/pm/registered/repomd/id/0933b819-2c13-4756-91db-506f2b5c4101/sl5_x86_64_gcc412
    protect=0
    enabled=1
    gpgcheck=0
    
    [Patch4010]
    name=Patch 4010
    baseurl=http://etics-repository.cern.ch/repository/pm/volatile/repomd/id/e9c683d9-530b-4196-a5d7-3ddda77ce0ce/sl5_x86_64_gcc412
    protect=0
    enabled=1
    gpgcheck=0
  • [root@cream-03 ~]# yum update
  • [root@cream-03 ~]# /opt/glite/yaim/bin/yaim -c -s siteinfo.ui -n glite-UI

  • Log should be found here

Test Report

 START Wed Jul 14 14:10:29 CEST 2010 
------------------------------------------------
Enter the test user pass:
Log files will be stored in /tmp/logs_100714141032
*SL4 tests skipped
*Running SL5 tests
UI-commands-exist-all.sh PASSED
UI-libraries-exist.sh PASSED
UI-security-myproxy-init-info-destroy.sh PASSED
UI-security-voms-proxy-init-info-destroy.sh PASSED
*Running COMMON tests
UI-environment.csh PASSED
UI-environment.sh PASSED
UI-exec-help-glite-delegation.sh PASSED
UI-exec-help-glite-sd-query.sh PASSED
UI-exec-help-lcg-info.sh PASSED
UI-exec-help-lcgtags.sh PASSED
UI-exec-help-managevotag.sh PASSED
UI-exec-version-glite-transfer.sh PASSED
UI-exec-version-glite-wms-job.sh PASSED
UI-exec-version-grid-proxy.sh PASSED
UI-exec-version-lcg.sh PASSED
UI-exec-version-myproxy.sh PASSED
UI-exec-version-uberftp.sh PASSED
UI-exec-version-voms-proxy.sh PASSED
UI-glite-environment.csh PASSED
UI-glite-environment.sh PASSED
UI-security-grid-cert-info.sh PASSED
UI-security-grid-proxy-info.sh PASSED
UI-security-grid-proxy-init-info-destroy.sh PASSED
UI-security-myproxy-change-pass-phrase.sh PASSED
UI-security-voms-proxy-info.sh PASSED
UI-tags-lcgtags.sh PASSED
UI-tags-managevotag.sh PASSED
UI-workload-glite-submit-wait-output.sh PASSED
UI-workload-glite-wms-deleg-submit-wait-output.sh PASSED
UI-workload-glite-wms-errors.sh PASSED
UI-workload-glite-wms-job-list-match.sh PASSED
UI-workload-glite-wms-submit-wait-output.sh PASSED

  • Run the tests of the WMS CLI testsuite
    • WMS-cli-basic-cycle.sh: === test PASSED ===
    • WMS-cli-basic-cycle-logfile.sh: === test PASSED ===
    • WMS-cli-basic-cycle-config.sh: === test PASSED ===
    • WMS-cli-basic-cycle-default-jdl.sh: === test PASSED ===
    • WMS-cli-basic-cycle-input.sh: === test PASSED ===
    • WMS-cli-basic-cycle-resource.sh: === test PASSED ===
    • WMS-cli-detailed-cycle.sh: === test PASSED ===
    • WMS-cli-submit-option-to.sh: === test PASSED ===
    • WMS-cli-submit-option-valid.sh: === test PASSED ===
    • WMS-cli-list-match.sh: === test PASSED ===
    • WMS-cli-delegate-proxy.sh: === test PASSED ===
    • WMS-cli-cancel.sh: === test PASSED ===
    • WMS-cli-logging-info.sh: === test PASSED ===
    • WMS-cli-job-info.sh: === test PASSED ===

Check Bugs

  • Bug #50761: segmentation fault in glite-brokerinfo on glite-WN SL5/x86_64 FIXED
[ale@cream-03 ~]$ glite-brokerinfo -f test 

glite-brokerinfo: please specify a function with parameters
use glite-brokerinfo --help for functions and parameters list

  • Bug #56034: Matchmaking with JobType=Normal does not take NodeNumber into account FIXED
    • Submit this jdl:
      [ale@cream-03 ~]$ cat test.jdl 
      [
      Executable = "/bin/ls" ;
      Arguments = "-lha " ;
      Stdoutput = "ls.out" ;
      JobType = "normal";
      CpuNumber = 4;
      Retrycount = 2;
      ShallowRetryCount = -1;
      requirements = other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb";
      usertags = [ exe = "ls" ];
      VirtualOrganisation="dteam";
      ]
    • And verify the submitted jdl:
      [ale@cream-03 ~]$ glite-wms-job-submit -a --debug  test.jdl 
      [...]
      30 July 2010, 11:31:15 -I- PID: 7011 (Debug) - Submitting JDL [ Retrycount = 2; Arguments = "-lha "; MyProxyServer = "myproxy.cern.ch"; JobType = "normal"; Executable = "/bin/ls";
       VirtualOrganisation = "dteam"; SignificantAttributes = { "Requirements","Rank","FuzzyRank" }; CpuNumber = 4; Stdoutput = "ls.out"; ShallowRetryCount =  -1; requirements = ( 
      other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb" ) && other.GlueCEInfoTotalCPUs >= 4; usertags = [ exe = "ls" ]; rank =  
      -other.GlueCEStateEstimatedResponseTime; Type = "job"; DefaultRank =  -other.GlueCEStateEstimatedResponseTime; AllowZippedISB = true]
      [...]

  • Bug #59611: WMS UI: should transfer files even if size is 0 bytes TO CHECK

  • Bug #60175: Job Collections using option not working as gLite 3.1 UI FIXED
[ale@cream-03 ~]$ ls -l coll/
total 4
-rw-rw-r-- 1 ale ale 365 Jul 29 16:40 test.jdl
[ale@cream-03 ~]$ cat coll/test.jdl 
[
JobType="MPICH";
Executable = "/bin/ls" ;
Arguments = "-lha " ;
Stdoutput = "ls.out" ;
InputSandbox = { "test"} ;
OutputSandbox = { ".BrokerInfo", "ls.out", "test"} ;
Retrycount = 2;
ShallowRetryCount = -1;
requirements = other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb";
usertags = [ exe = "ls" ];
VirtualOrganisation="dteam";
]
[ale@cream-03 ~]$ glite-wms-job-submit -a --collection coll/

Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server


====================== glite-wms-job-submit Success ======================

The job has been successfully submitted to the WMProxy
Your job identifier is:

https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w

==========================================================================


[ale@cream-03 ~]$ glite-wms-job-status https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w


======================= glite-wms-job-status Success =====================
BOOKKEEPING INFORMATION:

Status info for the Job : https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w
Current Status:     Waiting 
Submitted:          Thu Jul 29 16:40:55 2010 CEST
==========================================================================

- Nodes information for: 
    Status info for the Job : https://devel07.cnaf.infn.it:9000/eKz7Yyp5MxLA2XLsxKBhvA
    Current Status:     Ready 
    Status Reason:      unavailable
    Destination:        ce02.grid.acad.bg:2119/jobmanager-pbs-dteam
    Submitted:          Thu Jul 29 16:40:55 2010 CEST
==========================================================================

  • Bug #67054: cancel of node in Submitted state connects to ghemon.cnaf.infn.it FIXED
    [ale@cream-03 ~]$ glite-wms-job-submit -a --register-only test.jdl
    
    Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    
    
    ====================== glite-wms-job-submit Success ======================
    
    The job has been successfully registered to the WMProxy
    Your job identifier is:
    
    https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    ==========================================================================
    
    
    [ale@cream-03 ~]$ strace glite-wms-job-submit --start https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ 2> err
    
    Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    
    
    ====================== glite-wms-job-submit Success ======================
    
    The job has been successfully started to the WMProxy
    Your job identifier is:
    
    https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    ==========================================================================
  • look for "ghemon.cnaf.infn.it address:
    [ale@cream-03 ~]$  grep 131.154.100.122 err
    [ale@cream-03 ~]$ glite-wms-job-status https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    
    ======================= glite-wms-job-status Success =====================
    BOOKKEEPING INFORMATION:
    
    Status info for the Job : https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    Current Status:     Ready 
    Status Reason:      unavailable
    Destination:        wipp-ce.weizmann.ac.il:2119/jobmanager-lcgpbs-dteam
    Submitted:          Thu Jul 29 17:13:33 2010 CEST
    ==========================================================================
    

  • Bug #68052: glite-wms-job-output produces no JSON compliant formatting FIXED
    • getOutput with Success for one sandbox retrieved:
      [ale@cream-03 ~]$ glite-wms-job-output --json https://devel07.cnaf.infn.it:9000/nA-PSQZMoiuS2BWJLxEXSw
      {
      result: success 
      endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      JobOutput: {
        jobid: https://devel07.cnaf.infn.it:9000/nA-PSQZMoiuS2BWJLxEXSw
        output_available: 1
        location: /tmp/ale_nA-PSQZMoiuS2BWJLxEXSw
      
      }
      }
          
      [ale@cream-03 ~]$ ls -la /tmp/ale_nA-PSQZMoiuS2BWJLxEXSw/
      total 20
      drwxr-xr-x  2 ale  ale  4096 Jul 29 17:21 .
      drwxrwxrwt 11 root root 4096 Jul 29 17:21 ..
      -rw-rw-r--  1 ale  ale  1687 Jul 29 17:21 .BrokerInfo
      -rw-rw-r--  1 ale  ale   325 Jul 29 17:21 ls.out
      -rw-rw-r--  1 ale  ale     5 Jul 29 17:21 test
    • getOutput Success with multiple sandbox retrieved (more jobs):
      [ale@cream-03 ~]$ glite-wms-job-output --json --dir ./pippo  https://devel07.cnaf.infn.it:9000/yj9ahpMbNSK_1TMvO6DfHA https://devel07.cnaf.infn.it:9000/ed-HRw42yY2nq5jb-fhZAA 
      {
      result: success 
      endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      JobOutput: {
        jobid: https://devel07.cnaf.infn.it:9000/yj9ahpMbNSK_1TMvO6DfHA
        output_available: 1
        location: /home/ale/pippo/ale_yj9ahpMbNSK_1TMvO6DfHA
      
      }
      JobOutput: {
        jobid: https://devel07.cnaf.infn.it:9000/ed-HRw42yY2nq5jb-fhZAA
        output_available: 1
        location: /home/ale/pippo/ale_ed-HRw42yY2nq5jb-fhZAA
      
      }
      }
      
      [ale@cream-03 ~]$ ls -la pippo/*
      pippo/ale_ed-HRw42yY2nq5jb-fhZAA:
      total 20
      drwxr-xr-x 2 ale ale 4096 Jul 30 12:38 .
      drwxrwxr-x 4 ale ale 4096 Jul 30 12:38 ..
      -rw-rw-r-- 1 ale ale 6460 Jul 30 12:38 .BrokerInfo
      -rw-rw-r-- 1 ale ale  274 Jul 30 12:38 ls.out
      
      pippo/ale_yj9ahpMbNSK_1TMvO6DfHA:
      total 16
      drwxr-xr-x 2 ale ale 4096 Jul 30 12:38 .
      drwxrwxr-x 4 ale ale 4096 Jul 30 12:38 ..
      -rw-rw-r-- 1 ale ale 2433 Jul 30 12:38 .BrokerInfo
      -rw-rw-r-- 1 ale ale  274 Jul 30 12:38 ls.out
    • getOutput without success with sandobox retrieved:
      [ale@cream-03 ~]$ glite-wms-job-output --json --dir ./output https://devel07.cnaf.infn.it:9000/iY_8_py-DOSC5Po9RukqKg
      {
      result: success 
      endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      JobOutput: {
        jobid: https://devel07.cnaf.infn.it:9000/iY_8_py-DOSC5Po9RukqKg
        output_available: 0
        location: None
      }
      }
      
      [ale@cream-03 ~]$ ls -l ./output
      total 0
    • getOutput of a collection of jobs:
      [ale@cream-03 ~]$  glite-wms-job-output --json --dir ./output https://devel07.cnaf.infn.it:9000/xgo-l6zQqpl2aHRlcEy3_Q
      {
      result: success
      endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      JobOutput: {
        jobid: https://devel07.cnaf.infn.it:9000/xgo-l6zQqpl2aHRlcEy3_Q
        output_available: 1
        location: /home/ale/output/ale_xgo-l6zQqpl2aHRlcEy3_Q
      
      }
      }
      
      [ale@cream-03 ~]$ ls -l /home/ale/output/ale_xgo-l6zQqpl2aHRlcEy3_Q
      total 44
      -rw-rw-r-- 1 ale ale 1993 Jul 30 15:16 ids_nodes.map
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test1_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test2_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test3_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test4_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test5_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test6_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test7_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test8_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test9_jdl
      drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test_jdl

  • Bug #68307: WMS-UI: syntax error for correct JDL when substr is used TO CHECK

  • Bug #68465: glite-wms-job-cancel produces no JSON compliant formatting FIXED
    • Cancel a single job:
      [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/Cs949_HPzIE0fI17oCEPKA
      {
        result: success 
        jobs: {
          https://devel07.cnaf.infn.it:9000/Cs949_HPzIE0fI17oCEPKA: {
            endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
            status: cancel requested
          }
        }
      }
    • Cancel of multiple jobs:
      [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/RuVm8o8-sgfh5579U2W2OA https://devel07.cnaf.infn.it:9000/Bb6QTdqlYSqSgU3WHQvolQ
      {
        result: success 
        jobs: {
          https://devel07.cnaf.infn.it:9000/RuVm8o8-sgfh5579U2W2OA: {
            endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
            status: cancel requested
          }
          https://devel07.cnaf.infn.it:9000/Bb6QTdqlYSqSgU3WHQvolQ: {
            endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
            status: cancel requested
          }
        }
      }
    • Cancel of a collection:
      [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/6HVM11GKtiQ_6FxsBOZ7OQ
      {
        result: success 
        jobs: {
          https://devel07.cnaf.infn.it:9000/6HVM11GKtiQ_6FxsBOZ7OQ: {
            endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
            status: cancel requested
          }
        }
      }

  • Bug #69440: json format of output isn't correct in glite-wms-job-submit FIXED
    • Submit a single job:
      [ale@cream-03 ~]$ glite-wms-job-submit -a --json test.jdl 
      {"result": "success", "jobid": "https://devel07.cnaf.infn.it:9000/5G0-CAKLI3oGy5i6hwLglw", "endpoint": "https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server"}
    • Submit a sinlge job using a human readble output format:
      [ale@cream-03 ~]$ glite-wms-job-submit -a --pretty-print  --json test.jdl  
      {
        result: success
        jobid: https://devel07.cnaf.infn.it:9000/iLOkZUsuPIzFcLw6pB0rnA
        endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      }
    • Submit a collection:
      [ale@cream-03 ~]$ glite-wms-job-submit -a --json --collection coll/
      {"result": "success", "parent": "https://devel07.cnaf.infn.it:9000/G9MOiCi-2cZSN3p5OapTKg", "endpoint": "https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server", "children": {"Node_test3_jdl": "https://devel07.cnaf.infn.it:9000/wyVmiw5LB3BMGcF3GlA-mQ", "Node_test8_jdl": "https://devel07.cnaf.infn.it:9000/aHBQvJXUAP0p0Sp4Ya0RPg", "Node_test2_jdl": "https://devel07.cnaf.infn.it:9000/6zMSprbpvBP1DWQ_xKFqrA", "Node_test7_jdl": "https://devel07.cnaf.infn.it:9000/vW0-jVuxKS3APvheT19urA", "Node_test1_jdl": "https://devel07.cnaf.infn.it:9000/TCbRp6pqigdWPDfl4XQD5Q", "Node_test6_jdl": "https://devel07.cnaf.infn.it:9000/Kih9M_fUoTwcaYZ-3QbmQA", "Node_test_jdl": "https://devel07.cnaf.infn.it:9000/szvnCVusXI5HRKBJ1d6MhA", "Node_test5_jdl": "https://devel07.cnaf.infn.it:9000/G8Y56NEigSOJuE-vcEpG1w", "Node_test4_jdl": "https://devel07.cnaf.infn.it:9000/P2SKM1v8hhssuBn3QxHBxg", "Node_test10_jdl": "https://devel07.cnaf.infn.it:9000/h7Y0olywnQ16y1D-IX3BXg", "Node_test9_jdl": "https://devel07.cnaf.infn.it:9000/PMnouNbeFd9e0UNfx8VQxw"}}
    • Submit a collection using a human readble output format:
      [ale@cream-03 ~]$ glite-wms-job-submit -a --json --pretty-print --collection coll/
      {
        result: success
        parent: https://devel07.cnaf.infn.it:9000/8gSP2I0BG3o_ffhVJgTjBg
        endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
        children: {
            Node_test3_jdl: https://devel07.cnaf.infn.it:9000/t2idWmTvwCTHVUq6F5p6aw
            Node_test8_jdl: https://devel07.cnaf.infn.it:9000/VeX8p6mjRHWlsJDED0-iMA
            Node_test2_jdl: https://devel07.cnaf.infn.it:9000/txVB72ibzZ-RqVhmZTZZXA
            Node_test7_jdl: https://devel07.cnaf.infn.it:9000/6bz4y3D78Ab4I9FOgS8PVg
            Node_test1_jdl: https://devel07.cnaf.infn.it:9000/TTHyB_41PDVgDvAfb49n6A
            Node_test6_jdl: https://devel07.cnaf.infn.it:9000/NhANR4UOzd_8zoUPn6GT2A
            Node_test_jdl: https://devel07.cnaf.infn.it:9000/Lz8djJp1wO_4klamGYS_2w
            Node_test5_jdl: https://devel07.cnaf.infn.it:9000/99IB339AEmGI6xoxXNzyvg
            Node_test4_jdl: https://devel07.cnaf.infn.it:9000/EfZWzPmXGDASacuD0DhrwQ
            Node_test10_jdl: https://devel07.cnaf.infn.it:9000/S_TDgjDX4iI2aK6cvFTeFQ
            Node_test9_jdl: https://devel07.cnaf.infn.it:9000/JG5XRZMt-ivrojmVdAPL2w
           }
      }

-- ElisabettaMolinari - 2010-07-06

Topic attachments
I Attachment Action Size Date Who Comment
Texttxt ui.txt manage 23.9 K 2010-08-02 - 15:41 AlessioGianelle Update log
Edit | Attach | PDF | History: r33 | r17 < r16 < r15 < r14 | Backlinks | Raw View | More topic actions...
Topic revision: r15 - 2010-08-02 - AlessioGianelle
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback