Changes between Version 2 and Version 3 of installation_QCG_Broker_Client

Show
Ignore:
Timestamp:
05/18/11 17:16:32 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker_Client

    v2 v3  
    117117}}} 
    118118}}} 
    119  * QosCosGrid testing repository 
     119 * !QosCosGrid testing repository 
    120120{{{ 
    121121#!div style="font-size: 90%" 
     
    150150 
    151151* Client looks for proxy according to following rules: 
    152 <pre> 
     152{{{ 
     153#!div style="font-size: 90%" 
     154{{{#!default 
    153155 It first checks the X509_USER_PROXY system property. If the property 
    154156 is not set, it checks next the 'proxy' property in the current 
     
    161163 If a UID system property is not set, the username will be used instead 
    162164 of the UID. That is, it returns ${tempdir}/x509up_u_${username} 
    163 </pre> 
     165}}} 
     166}}} 
    164167 
    165168* Client looks for the CA directory according to following rules: 
    166 <pre> 
     169{{{ 
     170#!div style="font-size: 90%" 
     171{{{#!sh 
    167172 It first checks the X509_CERT_DIR system property. If the property 
    168173 is not set, it checks next the 'cacert' property in the current 
     
    175180 system property is set then the ${GLOBUS_LOCATION}/share/certificates 
    176181 directory is checked.  
    177 </pre> 
    178  
    179 CoG library configuration can be modified using the COG properties file '''~/.globus/cog.properties''' 
    180 <pre> 
     182}}} 
     183}}} 
     184 
     185CoG library configuration can be modified using the COG properties file `~/.globus/cog.properties` 
     186{{{ 
     187#!div style="font-size: 90%" 
     188{{{#!sh 
    181189#Java CoG Kit Configuration File 
    182190proxy=/tmp/x509up_u501 
    183191cacert=/etc/grid-security/certificates/ 
    184 </pre> 
     192}}} 
     193}}} 
    185194 
    186195Additionaly the location of user's certificate and private key must be specified.  
    187 <pre> 
     196{{{ 
     197#!div style="font-size: 90%" 
     198{{{#!sh 
    188199usercert=/home/piontek/.globus/usercert.pem 
    189200userkey=/home/piontek/.globus/userkey.pem 
    190 </pre> 
    191 If they are specified and user proxy certificate doesn't exist it will be automatically created by the client. Otherwise the proxy certificate has to be created by ''grid-proxy-init'' tool. 
    192  
    193 =Job Profile= 
     201}}} 
     202}}} 
     203If they are specified and user proxy certificate doesn't exist it will be automatically created by the client. Otherwise the proxy certificate has to be created by `grid-proxy-init` tool. 
     204 
     205= Job Profile = 
    194206Every experiment submitted to GRMS has to be described by XML-based document called "Job Profile". The structure of Job Profile is formalized by [http://node2.qoscosgrid.man.poznan.pl/~qcg/download/QCGJobProfile.xsd Job Profile schema]. 
    195207