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/SSM2Installation"

From EGIWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Back to [[APEL/SSM]].
* Back to [[APEL/SSM]].


'''NOTE:''' Before you can send your messages to the Accounting server you must send your host certificate DN to the APEL-SUPPORT@JISCMAIL.AC.UK mailing list, e.g. output from running
'''NOTE:''' Before you can send your messages to the Accounting server, your sending host must be configured, with its X509 DN, in [[GOCDB]] as either a 'gLite-APEL' service for grid accounting data or an 'eu.egi.cloud.accounting' service for cloud accounting data. If you are testing a host which is not yet registered in GOCDB, you must send your host certificate DN to the apel-admins@stfc.ac.uk mailing list, e.g. output from running


<code>openssl x509 -subject -noout -in hostcert.pem</code>
<code>openssl x509 -subject -noout -in hostcert.pem</code>
Line 7: Line 7:
= Installing SSM2 =
= Installing SSM2 =


* If you find any bugs please let us know about them: apel-ssm-test@mailtalk.ac.uk.
To install the most recent release, please download and install from the Github repository here:
 
https://github.com/apel/ssm/releases


== RPM ==
== RPM ==


Installation and removal instructions are packaged with the SSM in the README file.  If you would like to read it before you install the SSM, see GitHub: https://github.com/apel/ssm/blob/master/README.
Installation and removal instructions are packaged with the SSM in the README file.  If you would like to read it before you install the SSM, see GitHub: https://github.com/apel/ssm/blob/master/README.md


'''Please note''': the default configuration sends messages to the CPU Accounting test server.  See [[APEL/SSM2Configuration]] for how to change the configuration.
'''Please note''': the default configuration does not specify a destination for the messages.  See [[APEL/SSM2Configuration]] for how to change the configuration.


== EMI3 Repos ==
== UMD3 Repos ==


SSM is now available in the EMI3 RC repo.  You must:
SSM is available in the UMD3 repo - though the version available in the repo may lag behind the version available from Github (see above)To enable the repos, follow the instructions here:


* enable the EPEL repository
http://repository.egi.eu/category/umd_releases/distribution/umd-3/
* enable the appropriate repo:
 
** '''SL5''': http://etics-repository.cern.ch/repository/pm/volatile/repomd/name/emi_R_3_rc_sl5_64/etics-volatile-build-by-id-protect.repo
then
** '''SL6''': http://etics-repository.cern.ch/repository/pm/volatile/repomd/name/emi_R_3_rc_sl6_64/etics-volatile-build-by-id-protect.repo


* <code>yum install apel-ssm</code>
* <code>yum install apel-ssm</code>
* If you find any bugs please let us know about them: https://github.com/apel/ssm/issues.


----
----

Latest revision as of 15:36, 8 December 2015

NOTE: Before you can send your messages to the Accounting server, your sending host must be configured, with its X509 DN, in GOCDB as either a 'gLite-APEL' service for grid accounting data or an 'eu.egi.cloud.accounting' service for cloud accounting data. If you are testing a host which is not yet registered in GOCDB, you must send your host certificate DN to the apel-admins@stfc.ac.uk mailing list, e.g. output from running

openssl x509 -subject -noout -in hostcert.pem

Installing SSM2

To install the most recent release, please download and install from the Github repository here:

https://github.com/apel/ssm/releases

RPM

Installation and removal instructions are packaged with the SSM in the README file. If you would like to read it before you install the SSM, see GitHub: https://github.com/apel/ssm/blob/master/README.md

Please note: the default configuration does not specify a destination for the messages. See APEL/SSM2Configuration for how to change the configuration.

UMD3 Repos

SSM is available in the UMD3 repo - though the version available in the repo may lag behind the version available from Github (see above). To enable the repos, follow the instructions here:

http://repository.egi.eu/category/umd_releases/distribution/umd-3/

then

  • yum install apel-ssm