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

From EGIWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* Back to [[APEL/SSM]].
* Back to [[APEL/SSM]].


SSM downloads are available at https://github.com/willrogers/ssm/downloads.
If you are beginning your testing now please use [[APEL/SSM2Installation|SSM2]]


'''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
SSM1 downloads are available at https://github.com/apel/ssm/downloads.
 
'''NOTE:''' Before you can send your messages to the Accounting server you must send your host certificate DN to apel-admins [at] stfc.ac.uk, e.g. output from running


<code>openssl x509 -subject -noout -in hostcert.pem</code>
<code>openssl x509 -subject -noout -in hostcert.pem</code>
Line 10: Line 12:


* For details on the testing process, see this page: [[APEL/APELSSMExternalTesting]]
* For details on the testing process, see this page: [[APEL/APELSSMExternalTesting]]
* If you find any bugs please let us know about them: apel-ssm-test@mailtalk.ac.uk.
* If you find any bugs please let us know about them: apel-admins [at] stfc.ac.uk.


== ssm-1.2 ==
== ssm-1.2 ==
Line 25: Line 27:


'''Please note''': the default configuration sends messages to the CPU Accounting test server.  See [[APEL/SSMConfiguration]] for how to change the configuration.
'''Please note''': the default configuration sends messages to the CPU Accounting test server.  See [[APEL/SSMConfiguration]] for how to change the configuration.
== Older versions ==
There is now no reason to install an older version.  Please install SSM 1.2 or above.




[[Category:Accounting]]
[[Category:Accounting]]

Latest revision as of 18:12, 1 November 2018

If you are beginning your testing now please use SSM2

SSM1 downloads are available at https://github.com/apel/ssm/downloads.

NOTE: Before you can send your messages to the Accounting server you must send your host certificate DN to apel-admins [at] stfc.ac.uk, e.g. output from running

openssl x509 -subject -noout -in hostcert.pem

Installing SSM

  • For details on the testing process, see this page: APEL/APELSSMExternalTesting
  • If you find any bugs please let us know about them: apel-admins [at] stfc.ac.uk.

ssm-1.2

The same package is installed for CPU accounting, StAR and Cloud accounting records.

Version 1.2 is the current version.

It changes the default messages location from the previous version:

  • OLD: /opt/apel/ssm/messages/
  • NEW: /var/opt/apel/messages/

Installation and removal instructions are now packaged with the SSM in the README file. If you would like to read it before you install the SSM, here is the version included with ssm-1.2: APEL/SSM/README12.

Please note: the default configuration sends messages to the CPU Accounting test server. See APEL/SSMConfiguration for how to change the configuration.