Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

APEL Server and Accounting Portal

From EGIWiki
Revision as of 13:11, 18 January 2012 by Ap (talk | contribs)
Jump to navigation Jump to search

Currently the Accounting portal retrieves database tables directly from the APEL server. When the new APEL server is in place, the data will be sent to the portal via the SSM. The portal will therefore need to run the SSM code so that they can receive the messages containing the Summary and SpecIntHistory records. They may also use the Record Loader code to insert the data into their database.

The message types sent will be:

  • SpecIntHistory Record messages (in place of SpecIntHistory table)
  • Summary Record messages (in place of UserCPU and SumCPU tables)

The portal runs the apelProcessor decryption code at the moment, however, the messages sent via the SSM are encrypted so it will not be necessary to run this apelProcessor code in future.

There are also some other tables which are currently downloaded from the APEL server, one set:

  • org_Tier1
  • org_Tier2
  • Tier2MOU_v4
  • org_OSG

may be created by the portal as they can now access the data directly.


The other table:

  • MetricVO_Cumulative

is under review, as it may no longer be required.