Changes between Version 3 and Version 4 of installation_QCG_Notification
- Timestamp:
- 05/17/11 11:27:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v3 v4 73 73 {{{#!xml 74 74 <sm:Module xsi:type="sm:ecm_gsoap.service"> 75 <sm:Host> 0.0.0.0</sm:Host>75 <sm:Host>127.0.0.1</sm:Host> 76 76 <sm:Port>2211</sm:Port> 77 77 ... … … 79 79 }}} 80 80 }}} 81 Similarly the part of smoa-ntf-consumer.xml may have a following form:81 Similarly the part of smoa-ntf-consumer.xml may have a following form: 82 82 {{{ 83 83 #!div style="font-size: 90%" 84 84 {{{#!xml 85 85 <sm:Module xsi:type="sm:ecm_gsoap.service"> 86 <sm:Host> 0.0.0.0</sm:Host>86 <sm:Host>127.0.0.1</sm:Host> 87 87 <sm:Port>2212</sm:Port> 88 88 ... … … 91 91 }}} 92 92 93 94 1. Start the smoa-ntfd service on the selected port: 93 2. Start the `smoa-ntfd` in a debug mode: 95 94 {{{ 96 95 #!div style="font-size: 90%" … … 99 98 }}} 100 99 }}} 101 2.102 100 101 3. Start the `smoa-ntf-consumer` in a debug mode: 102 {{{ 103 #!div style="font-size: 90%" 104 {{{#!sh 105 $ /opt/QCG/smoa/sbin/smoa-ntf-consumer -d 106 }}} 107 }}} 103 108 104 109 = Smoa Computing (QCG BES/AR) configuration =