Changes between Version 26 and Version 27 of Tutorial/SystemInfo
- Timestamp:
- Aug 27, 2008, 10:49:43 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/SystemInfo
v26 v27 58 58 GlueChunkKey GlueSAAccessControlBaseRule 59 59 }}} 60 61 60 1. Recherchez toutes les VO acceptées par le RB du site. 62 63 61 {{{ 64 62 ldapsearch -x -h bdii.grif.fr -p 2170 \ … … 66 64 'objectclass=GlueService' GlueServiceOwner 67 65 }}} 68 69 66 1. Recherchez les tags logiciels présents sur les CEs du site GRIF 70 71 {{{ 67 {{{ 72 68 ldapsearch -x -h bdii.grif.fr -p 2170 \ 73 69 -b 'mds-vo-name=GRIF, o=grid' \ … … 79 75 80 76 The "lcg-info" command is similar to the "lcg-infosites" except that it is used to list either CE's or SEs satisfying a given set of conditions on their attributes and to print, for each of them, the values of a given set of attributes. 81 82 77 1. The first step is to view the list of attributes available for both the matching and printing aspects of ‘lcg-info’ : 83 84 85 78 {{{ 86 79 lcg-info --list-attrs 87 80 }}} 88 89 90 81 1. "lcg-info" is very similar to the usage of the "Requirements" tag in a JDL file along with the command "glite-job-list-match". The "lcg-info" command can therefore be useful when constructing the "Requirements" tag in a JDL file. Note that "lcg-info" does not in most (but not all) cases need a VO to be specified. 91 92 93 82 {{{ 94 83 lcg-info --vo vo.llr.in2p3.fr --list-ce --query 'Tag=MPICH' --attrs 'FreeCPUs,Tag' 95 84 }}} 96 97 85 1. "lcg-info" can also query the attributes of CE's and searches for the closest CE to the SE "polgrid4.in2p3.fr". 98 99 100 86 {{{ 101 87 lcg-info --list-se --query 'SE=polgrid4.in2p3.fr' --attrs CloseCE 102 88 }}} 103 89 104 __Exercice s__ :105 1.Rechercher la WallTime et le CpuTime Maximal pour les CEs de votre VO90 __Exercice__ : 91 Rechercher la WallTime et le CpuTime Maximal pour les CEs de votre VO 106 92 107 93 {{{