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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » How is the listener starting.

Post new topic  Reply to topic
 How is the listener starting. « View previous topic :: View next topic » 
Author Message
kriersd
PostPosted: Tue Oct 29, 2002 6:46 am    Post subject: How is the listener starting. Reply with quote

Master

Joined: 22 Jul 2002
Posts: 209
Location: IA, USA

Folks

We have installed Workflow on the AIX server. After I start up the Workflow service I can't see the listener running. I do know that the MQ Listener is in fact running, but I do not see it when I run the command "ps -ef | grep fmc". I see everything else except the listener. I faintly remember some documentation stating that the listener is started automaticly, but how? I would like to find where this is set and remove it. I would like to start the listener via a shell script.

Can anyone tell me what file Workflow modified at install to start up the listener?

Thanks..
Dave
_________________
Dave Krier

IBM WebSphere MQ Workflow V3.4 Solution Designer
Back to top
View user's profile Send private message
jmac
PostPosted: Tue Oct 29, 2002 7:24 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Dave:

I'm not really a Unix guy, so this may be totally off base, but I seem to recall something about INETD.

Also, from the Install guide:

Starting MQSeries on UNIX
For any of the UNIX based operating platforms, all MQSeries services except the TCP/IP listener program must be started manually by entering MQSeries commands at a command prompt. The TCP/IP listener program is started automatically.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
kp
PostPosted: Tue Oct 29, 2002 10:27 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2002
Posts: 15
Location: Belgium

Check /etc/inetd.conf and /etc/services.
As Workflow uses MQseries as middleware, it follows those standards.

In /etc/services the following line is added
fmcl <MQQueueManager><MQPort> <MQPort>/tcp #MQSeries
Where:
<MQQueueManager>
is the name for the MQSeries queue manager.
<MQPort>
is the TCP/IP port number (default 5010)

In /etc/inetd.conf you ll find
fmcl <MQQueueManager><MQPort>stream tcp nowait mqm
/usr /mqm/bin/amqcrsta amqcrsta -m <MQQueueManager>

You can delete that entry if you want. Don't forget to run refresh -s inetd to activate your changes.

You can now run your listener via a script using runmqlsr

Good luck,

KP
Back to top
View user's profile Send private message
olan022
PostPosted: Tue Oct 29, 2002 12:17 pm    Post subject: Reply with quote

Acolyte

Joined: 17 Apr 2002
Posts: 50

After defining via RUNMQLSR or INETD, If you want to VERIFY that a listener is actually running, simply telnet to it. For instance, under Windows type

telnet MYSERVER 1414

If the listener is running, you will get a blank screen. Pressing several keys will eventually kill the connection.

If the listener is not running, you will get a connection failure message immediately.
Back to top
View user's profile Send private message Send e-mail
jc_squire
PostPosted: Tue Oct 29, 2002 1:04 pm    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2002
Posts: 105
Location: New Zealand

fyi - if you successfully telnet to the host on the correct port and enter any sequence of characters it will generate ffst reports.

ctrl C will also kill the connection

regards
_________________
J C Squire
IBM Certified Specialist - MQSeries
Back to top
View user's profile Send private message
leongor
PostPosted: Wed Oct 30, 2002 1:40 am    Post subject: Reply with quote

Master

Joined: 13 May 2002
Posts: 264
Location: Israel

Listener when configured with INETD is amqcrsta process. It also can run with mqm user.
_________________
Regards.
Leonid.

IBM Certified MQSeries Specialist.
Back to top
View user's profile Send private message
kriersd
PostPosted: Wed Oct 30, 2002 1:54 pm    Post subject: Reply with quote

Master

Joined: 22 Jul 2002
Posts: 209
Location: IA, USA

Thanks a bunch guys..

I found the command used to start up the listener in the INETD file. This whole UNIX stuff is quite new to me..

Dave :lol:
_________________
Dave Krier

IBM WebSphere MQ Workflow V3.4 Solution Designer
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » How is the listener starting.
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.