| | 135 | == VDT post install script == |
|---|
| | 136 | Run vdt-post-install script |
|---|
| | 137 | {{{ |
|---|
| | 138 | vdt-post-install --verbose |
|---|
| | 139 | }}} |
|---|
| | 140 | |
|---|
| | 141 | The 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 | {{{ |
|---|
| | 143 | Starting... |
|---|
| | 144 | Configuring PRIMA (configure_prima)... Done. |
|---|
| | 145 | Configuring EDG-Make-Gridmap (configure_edg_make_gridmap)... Done. |
|---|
| | 146 | Configuring PRIMA-GT4 (configure_prima_gt4)... Done. |
|---|
| | 147 | Completed all configuration. |
|---|
| | 148 | }}} |
|---|
| | 149 | |
|---|
| | 150 | == Install managed fork == |
|---|
| | 151 | Install managed fork |
|---|
| | 152 | {{{ |
|---|
| | 153 | pacman -get http://software.grid.iu.edu/osg-1.2:ManagedFork |
|---|
| | 154 | }}} |
|---|
| | 155 | |
|---|
| | 156 | {{{ |
|---|
| | 157 | source setup.sh |
|---|
| | 158 | /usr/local/osg/ce/vdt/setup/configure_globus_gatekeeper --managed-fork y --server y |
|---|
| | 159 | }}} |
|---|
| | 160 | |
|---|
| | 161 | == edg-mkgridmap Configuration == |
|---|
| | 162 | Edit $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) |
|---|
| | 168 | group vomss://voms1.lab.ac.uab.edu:8443/voms/pacific ssp |
|---|
| | 169 | group vomss://voms1.lab.ac.uab.edu:8443/voms/coffee ssp |
|---|
| | 170 | }}} |
|---|
| | 171 | |
|---|
| | 172 | The edg-mkgridmap should run successfully if appropriate ACLs are set on VOMS server. |
|---|
| | 173 | {{{ |
|---|
| | 174 | edg-mkgridmap |
|---|
| | 175 | }}} |