ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » output from trigger monitors

Post new topic  Reply to topic
 output from trigger monitors « View previous topic :: View next topic » 
Author Message
vivekkooks
PostPosted: Wed Dec 17, 2003 10:05 pm    Post subject: output from trigger monitors Reply with quote

Voyager

Joined: 11 Jun 2003
Posts: 91

Is there any way to stop the output from trigger monitors?.
The trigger monitors prints the output such as "Waiting for Trigger Message" etc... on to the console.

Also, If the trigger monitor fails to invoke the app, how to receive this notification?
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Wed Dec 17, 2003 10:13 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

Quote:
Is there any way to stop the output from trigger monitors?

Run the trigger monitor as a service.

Quote:
If the trigger monitor fails to invoke the app, how to receive this notification?

Assuming the trigger monitor is running and the process definition is correct then failed starts of the application results in the message being put to the Dead Letter Queue. Therefore, monitor the Dead Letter Queue.

Regards,
Roger Lacroix
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
vivekkooks
PostPosted: Wed Dec 17, 2003 10:31 pm    Post subject: Reply with quote

Voyager

Joined: 11 Jun 2003
Posts: 91

can you please tell how to start trigger monitor as service?
Also if the system reboots, does trigger monitor display output to console(assusing ther is no XWindows).
Back to top
View user's profile Send private message
leongor
PostPosted: Thu Dec 18, 2003 1:01 am    Post subject: Reply with quote

Master

Joined: 13 May 2002
Posts: 264
Location: Israel

Run it with nohup command :
nohup runmqtrm -m <QMGR> -q <INITQ> &
An output will be redirected to nohup.out file.
_________________
Regards.
Leonid.

IBM Certified MQSeries Specialist.
Back to top
View user's profile Send private message
Leafar
PostPosted: Thu Dec 18, 2003 9:26 am    Post subject: Reply with quote

Acolyte

Joined: 03 Apr 2003
Posts: 74
Location: Buenos Aires

redirect the output
nohup runmqtrm -m QMGR -q INITQ 2>/dev/null 1>&2 & (unix only)

or change /dev/null for a log file

Saludos
Rafael
Back to top
View user's profile Send private message MSN Messenger
premkumar
PostPosted: Wed Oct 06, 2004 10:24 pm    Post subject: Reply with quote

Apprentice

Joined: 24 Feb 2004
Posts: 40

Hi , I am running the trigger monitor as service.. i have scheduled the same in the cron ...it is not creating the nohup.out file but the process is running. If i run the same manually then it is fine.

my mail id is premkumar014@yahoo.com.

please help me on this issue.

Thanks and Regards,
Premkumar.S
_________________
Thanks and Regards,
Premkumar.S
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Leafar
PostPosted: Thu Oct 07, 2004 4:21 am    Post subject: Reply with quote

Acolyte

Joined: 03 Apr 2003
Posts: 74
Location: Buenos Aires

Check if you have mail for root , maybe the output is there
Back to top
View user's profile Send private message MSN Messenger
RogerLacroix
PostPosted: Thu Oct 07, 2004 5:21 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

premkumar,
Quote:
I am running the trigger monitor as service

Are you on Windows or Unix?

Secondly, what are you scheduling by cron? The runmqtrm should be in the queue manager's startup script. i.e. On Solaris, /etc/rc3.d/S91-myQMGR

You do NOT schedule the trigger monitor. Also, you do NOT schedule any task that the trigger monitor is launching.

You should probably read the section on trigger monitors in the WMQ System Administration manual.

Regards,
Roger Lacroix
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » output from trigger monitors
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.