Difference: CreamCliP4366 (3 vs. 4)

Revision 42011-02-08 - AlessioGianelle

Line: 1 to 1
 
Line: 31 to 31
 
    • CREAM-cli-service-info.sh: OK

Checked bugs

Changed:
<
<

Bug #66720 glite-ce-job-output command should be provided TO CHECK

Bug #71140 Annoying warning message on CREAM-CLI should be printed only in debug mode TO CHECK

>
>

Bug #66720 glite-ce-job-output command should be provided FIXED

[ale@cream-03 CREAM-cli]$ cat sbd.jdl
[
JobType = "Normal";
Executable = "/bin/hostname";
outputsandbox={"out.txt", "err.txt"};
outputsandboxbasedesturi="gsiftp://localhost";
StdOutput="out.txt";
StdError="err.txt";
]
[ale@cream-03 CREAM-cli]$ glite-ce-job-submit -a -r cream-32.pd.infn.it:8443/cream-pbs-creamtest1 sbd.jdl
https://cream-32.pd.infn.it:8443/CREAM794123402
[ale@cream-03 CREAM-cli]$ glite-ce-job-status https://cream-32.pd.infn.it:8443/CREAM794123402

******  JobID=[https://cream-32.pd.infn.it:8443/CREAM794123402]
   Status        = [DONE-OK]
   ExitCode      = [0]


[ale@cream-03 CREAM-cli]$ glite-ce-job-output https://cream-32.pd.infn.it:8443/CREAM794123402

2011-02-08 17:42:00,521 INFO - For JobID [https://cream-32.pd.infn.it:8443/CREAM794123402] output will be stored in the dir [./cream-32.pd.infn.it_8443_CREAM794123402
[ale@cream-03 CREAM-cli]$ ls -l ./cream-32.pd.infn.it_8443_CREAM794123402
total 4
-rw-r--r-- 1 ale ale  0 Feb  8 17:42 err.txt
-rw-r--r-- 1 ale ale 27 Feb  8 17:42 out.txt
[ale@cream-03 CREAM-cli]$ cat ./cream-32.pd.infn.it_8443_CREAM794123402/out.txt 
cream-wn-055.pn.pd.infn.it
[ale@cream-03 CREAM-cli]$ glite-ce-job-output -D outdir https://cream-32.pd.infn.it:8443/CREAM794123402

2011-02-08 17:42:40,953 INFO - For JobID [https://cream-32.pd.infn.it:8443/CREAM794123402] output will be stored in the dir [outdir/cream-32.pd.infn.it_8443_CREAM794123402
[ale@cream-03 CREAM-cli]$ ls -l outdir/cream-32.pd.infn.it_8443_CREAM794123402
total 4
-rw-r--r-- 1 ale ale  0 Feb  8 17:42 err.txt
-rw-r--r-- 1 ale ale 27 Feb  8 17:42 out.txt
[ale@cream-03 CREAM-cli]$ cat outdir/cream-32.pd.infn.it_8443_CREAM794123402/out.txt 
cream-wn-055.pn.pd.infn.it
[ale@cream-03 CREAM-cli]$ glite-ce-job-status -L 2 https://cream-32.pd.infn.it:8443/CREAM794123402 | grep "Worker Node"
   Worker Node    = [cream-wn-055.pn.pd.infn.it]
 
Added:
>
>

Bug #71140 Annoying warning message on CREAM-CLI should be printed only in debug mode FIXED

[ale@cream-03 CREAM-cli]$ glite-ce-job-submit -a -r cream-32.pd.infn.it:8443/cream-pbs-creamtest1 sbd.jdl
https://cream-32.pd.infn.it:8443/CREAM989268052
[ale@cream-03 CREAM-cli]$ glite-ce-job-status https://cream-32.pd.infn.it:8443/CREAM989268052

******  JobID=[https://cream-32.pd.infn.it:8443/CREAM989268052]
   Status        = [RUNNING]


[ale@cream-03 CREAM-cli]$ glite-ce-job-status -d https://cream-32.pd.infn.it:8443/CREAM989268052
2011-02-08 17:46:45,790 INFO - Using certificate proxy file [/tmp/x509up_u500]
2011-02-08 17:46:45,809 WARN - No configuration file suitable for loading. Using built-in configuration
2011-02-08 17:46:45,809 INFO - Logfile is [/tmp/glite_cream_cli_logs/glite-ce-job-status_CREAM_ale_20110208-174645.log]
2011-02-08 17:46:45,810 DEBUG - Processing job [https://cream-32.pd.infn.it:8443/CREAM989268052]...
2011-02-08 17:46:45,810 INFO - Sending JobStatus request to [https://cream-32.pd.infn.it:8443//ce-cream/services/CREAM2]
2011-02-08 17:46:45,810 DEBUG - Contacting service [https://cream-32.pd.infn.it:8443//ce-cream/services/CREAM2]
 
Added:
>
>
**** JobID=[https://cream-32.pd.infn.it:8443/CREAM989268052] Status = [RUNNING]
 

Bug #72084 Reduce the number of authorization calls in transfers of sandbox files between UI and CREAM TO CHECK

 
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