Changes between Version 3 and Version 4 of installation_QCG_Notification

Show
Ignore:
Timestamp:
05/17/11 11:27:39 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Notification

    v3 v4  
    7373{{{#!xml 
    7474<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> 
    7676    <sm:Port>2211</sm:Port> 
    7777    ... 
     
    7979}}} 
    8080}}} 
    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: 
    8282{{{ 
    8383#!div style="font-size: 90%" 
    8484{{{#!xml 
    8585<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> 
    8787    <sm:Port>2212</sm:Port> 
    8888    ... 
     
    9191}}} 
    9292 
    93  
    94 1. Start the smoa-ntfd service on the selected port: 
     932. Start the `smoa-ntfd` in a debug mode: 
    9594{{{ 
    9695#!div style="font-size: 90%" 
     
    9998}}} 
    10099}}} 
    101 2.    
    102100 
     1013. 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}}} 
    103108 
    104109= Smoa Computing (QCG BES/AR) configuration =