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.

Difference between revisions of "APEL/SSM2Configuration"

From EGIWiki
Jump to navigation Jump to search
Line 47: Line 47:
Update the configuration file <code>/etc/apel/sender.cfg</code>
Update the configuration file <code>/etc/apel/sender.cfg</code>


In the [broker] section, instead of:
In the [broker] section needs to have:
<code>network: PROD</code>
<code>network: PROD</code>
you need:
<code>network: TEST-NWOB</code>


In the [messaging] section, instead of:
In the [messaging] section, instead of:
Line 57: Line 54:
you need:
you need:


<code>destination: /queue/global.accounting.cloudtest.CENTRAL</code>
<code>destination: /queue/global.accounting.test.cloud.central</code>





Revision as of 19:43, 12 May 2014

Configuring SSM 2

For messages to be accepted by the APEL server, you must have provided the DN of your host certificate to the APEL team: email apel-ssm-test@jiscmail.ac.uk

CPU Accounting

This is currently being tested, if you want to send CAR records to the test server you should make the following changes:

Update the configuration file /etc/apel/sender.cfg

In the [broker] section, instead of: network: PROD you need:

network: TEST-NWOB

In the [messaging] section, instead of: destination: /queue/ssm2test you need:

destination: /queue/global.accounting.cputest.CENTRAL

Storage Accounting

This is currently being tested, if you want to send StAR records to the test server you should make the following changes:

Update the configuration file /etc/apel/sender.cfg

In the [broker] section, instead of: network: PROD you need:

network: TEST-NWOB

In the [messaging] section, instead of: destination: /queue/ssm2test you need:

destination: /queue/global.accounting.storagetest.CENTRAL

Cloud Accounting

This is currently being tested, if you want to send Cloud Accounting records to the test server you should make the following changes:

Update the configuration file /etc/apel/sender.cfg

In the [broker] section needs to have: network: PROD

In the [messaging] section, instead of: destination: /queue/ssm2test you need:

destination: /queue/global.accounting.test.cloud.central