Changes between Version 7 and Version 8 of Documentation/Manuals/ARCNativeAPELClients


Ignore:
Timestamp:
Jul 3, 2013 7:34:28 PM (11 years ago)
Author:
Andrii Salnikov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Manuals/ARCNativeAPELClients

    v7 v8  
    118118#bdii: ldap://bdii.ha.grid.org.ua:2170
    119119#network: PROD
     120#use_ssl: true
    120121# testing
    121122host: test-msg02.afroditi.hellasgrid.gr
    122123port: 6163
    123 use_ssl: true
     124use_ssl: false
    124125
    125126[certificates]
     
    141142}}}
    142143
     144You can start with "testing" APEL server and open a GGUS ticket to verify is everything is OK. But once the solution will be verified for one site, another sites can go to production using the standard operations procedure:
     145 - declare "gLite-APEL" endpoing in GOCDB for grid-site
     146 - use PROD brockers from BDII
     147 - check ​http://goc-accounting.grid-support.ac.uk/rss/GOCBD-SITE-NAME_Sync.html and ​http://goc-accounting.grid-support.ac.uk/rss/GOCBD-SITE-NAME_Pub.html in a few days.
     148
     149Finally you need to create a CRON job to parse logs and sent records regularly. It can be simply {{{/etc/cron.daily/apel}}} that contains:
     150{{{
     151#!/bin/sh
     152
     153/usr/bin/apelparser
     154/usr/bin/apelclient
     155}}}