Changes between Version 17 and Version 18 of installation_QCG_Notification

Show
Ignore:
Timestamp:
05/20/11 08:36:36 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Notification

    v17 v18  
    1212#!div style="font-size: 90%" 
    1313{{{#!sh 
    14   $ tar xf smoa-ntf-latest.tar 
    15   $ cd smoa-ntf-1.1.2 
    16   $ ./configure --prefix=/opt/QCG/smoa/ --with-smoa-core=/opt/QCG/smoa/ 
    17   $ make 
    18   $ sudo make install 
     14tar xf smoa-ntf-latest.tar 
     15cd smoa-ntf-1.1.2 
     16./configure --prefix=/opt/QCG/smoa/ --with-smoa-core=/opt/QCG/smoa/ 
     17make 
     18sudo make install 
    1919}}} 
    2020}}} 
     
    2727#!div style="font-size: 90%" 
    2828{{{#!sh 
    29  # useradd -d  /opt/QCG/smoa/var/log/smoa-ntf/ -M  smoa_ntf 
     29useradd -d  /opt/QCG/smoa/var/log/smoa-ntf/ -M  smoa_ntf 
    3030}}} 
    3131}}} 
     
    3434#!div style="font-size: 90%" 
    3535{{{#!sh 
    36  # chown smoa_ntf /opt/QCG/smoa/var/log/smoa-ntf/ 
     36chown smoa_ntf /opt/QCG/smoa/var/log/smoa-ntf/ 
    3737}}} 
    3838}}} 
     
    4545#!div style="font-size: 90%" 
    4646{{{#!sh 
    47   $ /opt/QCG/smoa/sbin/smoa-ntfd 
     47/opt/QCG/smoa/sbin/smoa-ntfd 
    4848}}} 
    4949}}} 
     
    5252#!div style="font-size: 90%" 
    5353{{{#!sh 
    54  $ /opt/QCG/smoa/sbin/smoa-ntfd -d 
     54/opt/QCG/smoa/sbin/smoa-ntfd -d 
    5555}}} 
    5656}}} 
     
    6262#!div style="font-size: 90%" 
    6363{{{#!sh 
    64   $ pkill smoa-ntfd 
     64pkill smoa-ntfd 
    6565}}} 
    6666}}} 
     
    9696#!div style="font-size: 90%" 
    9797{{{#!sh 
    98 $ /opt/QCG/smoa/sbin/smoa-ntfd -d 
     98/opt/QCG/smoa/sbin/smoa-ntfd -d 
    9999}}} 
    100100}}} 
     
    104104#!div style="font-size: 90%" 
    105105{{{#!sh 
    106 $ /opt/QCG/smoa/sbin/smoa-ntf-consumer -d 
     106/opt/QCG/smoa/sbin/smoa-ntf-consumer -d 
    107107}}} 
    108108}}} 
     
    112112#!div style="font-size: 90%" 
    113113{{{#!sh 
    114 $ ./smoa-ntf-client -d -u http://127.0.0.1:2211 -S "cons=http://127.0.0.1:2212 top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;//*;Full 
     114./smoa-ntf-client -d -u http://127.0.0.1:2211 -S "cons=http://127.0.0.1:2212 top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;//*;Full 
    115115... 
    116116INF May 17 14:15:51 1128       0xa0262720 [ntf-client-gsoa] Subscribed, subRef: '810917963' 
     
    124124#!div style="font-size: 90%" 
    125125{{{#!sh 
    126 $ ./smoa-ntf-client -d -u http://127.0.0.1:2211 -N "top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;ActivityState/Queued;Full msg=<SampleNotification/>" 
     126./smoa-ntf-client -d -u http://127.0.0.1:2211 -N "top=http://schemas.smoa-project.com/comp/2009/01/notification/topic;ActivityState/Queued;Full msg=<SampleNotification/>" 
    127127... 
    128128INF May 17 14:19:32 1134       0xa0262720 [ntf-client-gsoa] Notification sent successfully 
     
    156156#!div style="font-size: 90%" 
    157157{{{#!default 
    158 $ ./smoa-ntf-client -d -u http://localhost:2211 -U "id=810917963" 
     158./smoa-ntf-client -d -u http://localhost:2211 -U "id=810917963" 
    159159... 
    160160INF May 17 14:41:48 3318       0xa0262720 [ntf-client-gsoa] Unsubscribed: '810917963' 
     
    172172#!div style="font-size: 90%" 
    173173{{{#!sh 
    174  $ tail -f /opt/QCG/smoa/var/log/smoa-comp/smoa-comp.log 
     174tail -f /opt/QCG/smoa/var/log/smoa-comp/smoa-comp.log 
    175175 INF Sep 17 16:15:01 24201 0x44b22940 [notification_ws] Sending notify message (topic = ActivityState/TerminalState/Finished, activity_id = 0544b24a-e960-400e-4910-f1a893632610, status = Finished) 
    176176}}}