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 » IBM MQ API Support » Create QManager on HP Unix

Post new topic  Reply to topic
 Create QManager on HP Unix « View previous topic :: View next topic » 
Author Message
xabhijit
PostPosted: Wed Jun 11, 2003 4:53 am    Post subject: Create QManager on HP Unix Reply with quote

Newbie

Joined: 04 Apr 2003
Posts: 6

1)I need to create a QManager on Unix machine with a port different from the default port.How do I do that?

2)I need to see which QManager's are up on Unix machine? what is the command for it?
Back to top
View user's profile Send private message
Leafar
PostPosted: Wed Jun 11, 2003 5:28 am    Post subject: Reply with quote

Acolyte

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

To create more than one qmgr, you must create them in the common way

crtmqm QM1
crtmqm QM2

Then, to specify the port you can issue the comman

runmqlsr -m QM1 -t tcp (or udp) -p 1414
runmqlsr -m QM2 -t tcp -p 1415
and so on

Or you can declare two services in /etc/services file, indicating te port number
Service1 1414/tcp
Service2 1415/tcp
and append the followin comman in /etc/inetd.conf file
Service1 stream tcp nowait mqm /opt/mqm/bin/amqcrsta -m QM1
Service2 stream tcp nowait mqm /opt/mqm/bin/amqcrsta -m QM2
and then you must restart the inetd service (depending on your Operating system)


2) To see all QM up in your system you can use "dspmq" command
or

ps -eaf | grep amqzxa0


Saludos
Rafael
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Create QManager on HP Unix
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.