Changes between Version 12 and Version 13 of ComputeElementInstallation

Show
Ignore:
Author:
pavgi@uab.edu (IP: 138.26.125.8)
Timestamp:
09/22/09 12:13:40 (2 months ago)
Comment:

added: CA set up, managed fork, and edg-mkgridmap conf

Legend:

Unmodified
Added
Removed
Modified
  • ComputeElementInstallation

    v12 v13  
    126126}}} 
    127127 
     128== CA set up == 
     129Set up CA for the VDT install  
     130{{{ 
     131vdt-ca-manage setupca --location local --url http://<host.ip.addr.or.hostname>/software/certificates/ca-certs-version 
     132}}} 
    128133 
    129134 
     135== VDT post install script ==  
     136Run vdt-post-install script  
     137{{{ 
     138vdt-post-install --verbose 
     139}}} 
     140 
     141The vdt-post-install runs PRIMA and edg-gridmap configure scripts. The edg-mkgridmap utility is already installed, but running vdt-post-install will add it to the cron job list. It places gsi-authz.conf and prima.conf in the post-install directory. These file may need to be copied in the /etc/grid-security to set authorization mode. Following is the output of vdt-post-install:   
     142{{{ 
     143Starting... 
     144Configuring PRIMA (configure_prima)... Done. 
     145Configuring EDG-Make-Gridmap (configure_edg_make_gridmap)... Done. 
     146Configuring PRIMA-GT4 (configure_prima_gt4)... Done. 
     147Completed all configuration. 
     148}}} 
     149 
     150== Install managed fork == 
     151Install managed fork  
     152{{{ 
     153pacman -get  http://software.grid.iu.edu/osg-1.2:ManagedFork 
     154}}} 
     155 
     156{{{ 
     157source setup.sh                                              
     158/usr/local/osg/ce/vdt/setup/configure_globus_gatekeeper --managed-fork y --server y 
     159}}} 
     160 
     161== edg-mkgridmap Configuration ==  
     162Edit $VDT_LOCATION/edg/etc/edg-mkgridmap.conf file to add following entries 
     163{{{ 
     164#### GROUP: group URI [lcluser] 
     165# 
     166#------------------- 
     167# USER-VO-MAP animals animals -- 1 -- Shantanu Pavgi (root@voms1.lab.ac.uab.edu)      
     168group vomss://voms1.lab.ac.uab.edu:8443/voms/pacific ssp 
     169group vomss://voms1.lab.ac.uab.edu:8443/voms/coffee ssp 
     170}}} 
     171 
     172The edg-mkgridmap should run successfully if appropriate ACLs are set on VOMS server.   
     173{{{ 
     174edg-mkgridmap 
     175}}}