Changes between Version 25 and Version 26 of Tutorial/SystemInfo
- Timestamp:
- Aug 27, 2008, 10:48:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/SystemInfo
v25 v26 59 59 }}} 60 60 61 1. Recherchez toutes les VO acceptées par le RB du site 61 1. Recherchez toutes les VO acceptées par le RB du site. 62 62 63 63 {{{ 64 ldapsearch -x -h bdii.grif.fr -p 2170 -b 'GlueServiceUniqueID=node04.datagrid.cea.fr:7772,mds-vo-name=GRIF-IRFU,mds-vo-name=GRIF,o=grid' 'objectclass=GlueService' GlueServiceOwner 64 ldapsearch -x -h bdii.grif.fr -p 2170 \ 65 -b 'GlueServiceUniqueID=node04.datagrid.cea.fr:7772,mds-vo-name=GRIF-IRFU,mds-vo-name=GRIF,o=grid' \ 66 'objectclass=GlueService' GlueServiceOwner 65 67 }}} 66 68 … … 68 70 69 71 {{{ 70 ldapsearch -x -h bdii.grif.fr -p 2170 -b 'mds-vo-name=GRIF, o=grid' objectclass=GlueSubCluster GlueHostApplicationSoftwareRunTimeEnvironment 72 ldapsearch -x -h bdii.grif.fr -p 2170 \ 73 -b 'mds-vo-name=GRIF, o=grid' \ 74 objectclass=GlueSubCluster GlueHostApplicationSoftwareRunTimeEnvironment 71 75 }}} 72 76