| 144 | You 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 | |
| 149 | Finally 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 | }}} |