Author |
Message |
Topic: Error while creating Standalone Broker as MQ service |
Mangesh1187
Replies: 2 Views: 7181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 11, 2019 3:16 am Subject: Error while creating Standalone Broker as MQ service |
Hi All,
I am new to IIB Administration and doing my R&D on my personal laptop.
I was trying to create a Integration node which will be run as MQ Service.
IIB Version : 10.0.0.5 &a ... |
Topic: Why mq don't have runmqsckm command |
Mangesh1187
Replies: 3 Views: 5143
|
Forum: General IBM MQ Support Posted: Tue May 29, 2018 1:52 am Subject: Why mq don't have runmqsckm command |
runmqakm is a wrapper for the gskcapicmd (gsk7capicmd & gsk8capicmd)
runmqckm is a wrapper for the gskcmd (gsk7cmd & gsk8cmd)
Below link can be a helpful as an quick introduction.
htt ... |
Topic: CHLAUTH question |
Mangesh1187
Replies: 4 Views: 7306
|
Forum: General IBM MQ Support Posted: Wed May 09, 2018 8:42 am Subject: CHLAUTH question |
Presuming:
1) All the 2000 desktop users are using the same server-con channel OR multiple channels with the fixed pattern.
2) All the 2000 desktop users want same level of authorizations on MQ ... |
Topic: Currently inetd for MQ listener is usful in any scenarios ? |
Mangesh1187
Replies: 18 Views: 19047
|
Forum: General Discussion Posted: Wed May 09, 2018 8:23 am Subject: Currently inetd for MQ listener is usful in any scenarios ? |
Mangesh1187 wrote:
Thank you all for the clarification. Between below is the link I referred for this conversation
Just curious about MQ internals. I like to learn & hence explore more a ... |
Topic: Currently inetd for MQ listener is usful in any scenarios ? |
Mangesh1187
Replies: 18 Views: 19047
|
Forum: General Discussion Posted: Wed May 09, 2018 4:30 am Subject: Currently inetd for MQ listener is usful in any scenarios ? |
Thank you all for the clarification. Between below is the link I referred for this conversation
https://hursleyonwmq.wordpress.com/2007/07/12/why-is-runmqlsr-now-the-recommended-listener-over-in ... |
Topic: Currently inetd for MQ listener is usful in any scenarios ? |
Mangesh1187
Replies: 18 Views: 19047
|
Forum: General Discussion Posted: Tue May 08, 2018 4:34 am Subject: Currently inetd for MQ listener is usful in any scenarios ? |
Gone through one article about MQ listener given below :
In MQSeries 5.2 and previous releases, runmqlsr ran each inbound connection as a new thread within itself. If runmqlsr ran out of resource ... |
Topic: Consequences of creating 2 CLUSSDR channels in Queue Manager |
Mangesh1187
Replies: 1 Views: 3387
|
Forum: General IBM MQ Support Posted: Sun Apr 01, 2018 9:17 pm Subject: Consequences of creating 2 CLUSSDR channels in Queue Manager |
Hi All,
Created more than one CLUSSDR channel is not recommended. However curious about if accidentally someone created it, what will be consequences of it:
I can imagine 3 scenarios :
#1) ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Wed Feb 28, 2018 11:14 pm Subject: Not able to see MQ listener port in the netstat output |
"Well-known" does not equal "reserved" in the sense that, for example, 1414 can only be used by MQ. "Reserved" refers to an industry standard for well established applic ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Wed Feb 28, 2018 11:11 pm Subject: Not able to see MQ listener port in the netstat output |
Ironically. many sites avoid the use of well-known ports since they are a target for hackers and are used by those who forget to change the defaults.
We're one such site; we typically ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Wed Feb 28, 2018 4:39 am Subject: Not able to see MQ listener port in the netstat output |
"Well-known" does not equal "reserved" in the sense that, for example, 1414 can only be used by MQ. "Reserved" refers to an industry standard for well established applic ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Mon Feb 26, 2018 9:45 pm Subject: Not able to see MQ listener port in the netstat output |
Have you googled 'understanding netstat -an output'?
Yes.
netstat -a
will show the details of all the ports having any status & protocols.
netstat -an
will show the same details as of ' ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Mon Feb 26, 2018 3:39 am Subject: Not able to see MQ listener port in the netstat output |
try
netstat -an
it will show all ports as numbers and not translated to the service names.
Thanks for your input. I checked with the netstat -an as you suggested and can see the enttries for ... |
Topic: Not able to see MQ listener port in the netstat output |
Mangesh1187
Replies: 12 Views: 15563
|
Forum: General IBM MQ Support Posted: Fri Feb 23, 2018 4:27 am Subject: Not able to see MQ listener port in the netstat output |
I have MQ 8.0.0.4 installed on Linux & created a Queue manager QM1 with two listener.
Also I have started these listeners on the port 15000 & 15005 respectively. PFB screenshot :
display ... |
Topic: Number of execution cotroller process per Queue Manager |
Mangesh1187
Replies: 3 Views: 4956
|
Forum: General IBM MQ Support Posted: Tue Jan 23, 2018 8:45 am Subject: Number of execution cotroller process per Queue Manager |
Thanks Abhi.
I have gone through the link and it is helpful.
It is mentioned there "
On Linux, "ps -ef" shows threads, not processes."
Is it the same case with AIX ?
Meanw ... |
Topic: Number of execution cotroller process per Queue Manager |
Mangesh1187
Replies: 3 Views: 4956
|
Forum: General IBM MQ Support Posted: Mon Jan 22, 2018 10:29 pm Subject: Number of execution cotroller process per Queue Manager |
Hi All,
Have a query.
Is there any possibility if a Queue Manager can have more than one execution controller process at a time ?
e.g. on AIX system when I execute below command I get o/p as ... |