Changes between Version 17 and Version 18 of Documentation/Manuals/ARCNativeAPELClients
- Timestamp:
- Sep 24, 2013 8:13:31 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Manuals/ARCNativeAPELClients
v17 v18 150 150 }}} 151 151 152 You can start with "testing" APEL server and open a GGUS ticket to verify if everything is OK. But once the solution will be verified for one site, another sites can go to production using the standard operations procedure:153 - declare "gLite-APEL" endpoing in GOCDB for grid-site154 - use PROD brockers from BDII155 - 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.156 157 152 ''4.'' 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: 158 153 {{{ … … 162 157 /usr/bin/apelclient 163 158 }}} 159 160 == Operational part to publish data to PROD Network == 161 162 - declare "gLite-APEL" endpoing in GOCDB for grid-site (this step will add an endpoint DN to APEL's white-list and allows to publish records) 163 - use PROD brockers received from Top-BDII in SSM configuration (see above) 164 - check that data appeared in EGI accounting database: http://accounting.egi.eu/egi.php?ExecutingSite=GOCBD-SITE-NAME 165 - enable monitoring of EGI accounting database for your grid-site with Nagios tests: declare "APEL" endpoint in GOCDB 166 - Nagios check results will be browsable in a few days using URLs: 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 167 - expect to see APEL "OK" green box on EGI Dashboard 168 169 To speed-up the process you can declare "APEL" and "gLite-APEL" endpoints simultaneously. 164 170 165 171 == Compat version of logger for older ARC CE versions ==