Changes between Version 17 and Version 18 of installation_QCG_Notification
- Timestamp:
- 05/20/11 08:36:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v17 v18 12 12 #!div style="font-size: 90%" 13 13 {{{#!sh 14 $tar xf smoa-ntf-latest.tar15 $cd smoa-ntf-1.1.216 $./configure --prefix=/opt/QCG/smoa/ --with-smoa-core=/opt/QCG/smoa/17 $make18 $sudo make install14 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 19 19 }}} 20 20 }}} … … 27 27 #!div style="font-size: 90%" 28 28 {{{#!sh 29 #useradd -d /opt/QCG/smoa/var/log/smoa-ntf/ -M smoa_ntf29 useradd -d /opt/QCG/smoa/var/log/smoa-ntf/ -M smoa_ntf 30 30 }}} 31 31 }}} … … 34 34 #!div style="font-size: 90%" 35 35 {{{#!sh 36 #chown smoa_ntf /opt/QCG/smoa/var/log/smoa-ntf/36 chown smoa_ntf /opt/QCG/smoa/var/log/smoa-ntf/ 37 37 }}} 38 38 }}} … … 45 45 #!div style="font-size: 90%" 46 46 {{{#!sh 47 $/opt/QCG/smoa/sbin/smoa-ntfd47 /opt/QCG/smoa/sbin/smoa-ntfd 48 48 }}} 49 49 }}} … … 52 52 #!div style="font-size: 90%" 53 53 {{{#!sh 54 $/opt/QCG/smoa/sbin/smoa-ntfd -d54 /opt/QCG/smoa/sbin/smoa-ntfd -d 55 55 }}} 56 56 }}} … … 62 62 #!div style="font-size: 90%" 63 63 {{{#!sh 64 $pkill smoa-ntfd64 pkill smoa-ntfd 65 65 }}} 66 66 }}} … … 96 96 #!div style="font-size: 90%" 97 97 {{{#!sh 98 $/opt/QCG/smoa/sbin/smoa-ntfd -d98 /opt/QCG/smoa/sbin/smoa-ntfd -d 99 99 }}} 100 100 }}} … … 104 104 #!div style="font-size: 90%" 105 105 {{{#!sh 106 $/opt/QCG/smoa/sbin/smoa-ntf-consumer -d106 /opt/QCG/smoa/sbin/smoa-ntf-consumer -d 107 107 }}} 108 108 }}} … … 112 112 #!div style="font-size: 90%" 113 113 {{{#!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;//*;Full114 ./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 115 115 ... 116 116 INF May 17 14:15:51 1128 0xa0262720 [ntf-client-gsoa] Subscribed, subRef: '810917963' … … 124 124 #!div style="font-size: 90%" 125 125 {{{#!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/>" 127 127 ... 128 128 INF May 17 14:19:32 1134 0xa0262720 [ntf-client-gsoa] Notification sent successfully … … 156 156 #!div style="font-size: 90%" 157 157 {{{#!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" 159 159 ... 160 160 INF May 17 14:41:48 3318 0xa0262720 [ntf-client-gsoa] Unsubscribed: '810917963' … … 172 172 #!div style="font-size: 90%" 173 173 {{{#!sh 174 $tail -f /opt/QCG/smoa/var/log/smoa-comp/smoa-comp.log174 tail -f /opt/QCG/smoa/var/log/smoa-comp/smoa-comp.log 175 175 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) 176 176 }}}