Author |
Message |
Topic: Setting up a clustering solution |
glen
Replies: 1 Views: 5009
|
Forum: Clustering Posted: Tue Oct 22, 2002 7:03 am Subject: Setting up a clustering solution |
Hi
I currently have MQS 5.2.1 on NT4-enterprise: Several qm's have been setup and running for some time now.
the install was not straightforward as MQS is in a DMZ - with clients in our (interna ... |
Topic: Limit the number of Client Connections. |
glen
Replies: 6 Views: 8603
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 22, 2002 12:35 am Subject: Limit the number of Client Connections. |
You don't need to change the properties of the server connection channel, you need to alter the queue manager attributes from the MQ Services MMC snapin.
The figure you choose for maxchannels depen ... |
Topic: Unable to connect to qmgr Q2ZP with NT client RC=2059 |
glen
Replies: 11 Views: 7026
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 01, 2002 4:17 am Subject: Unable to connect to qmgr Q2ZP with NT client RC=2059 |
if you could connect to one MQS but not the other, then the client is installed correctly.
two things to check
echo %mqserver% from command prompt, make sure the output is correct.
the queue na ... |
Topic: Dead letter queue in W2k? |
glen
Replies: 3 Views: 2750
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 01, 2002 4:10 am Subject: Dead letter queue in W2k? |
IF you don't want to do any of this using runmqsc commands, the same can also be done through the MQ Explorer.
right click queue manager - properties
you could also specify a queue other than the ... |
Topic: Limit the number of Client Connections. |
glen
Replies: 6 Views: 8603
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 01, 2002 4:06 am Subject: Limit the number of Client Connections. |
the default number of connections to a QM in NT is 100.
I had a need to increase this - (maxchannels, maxactivechannels)
in your case, you might want to change the maxinitiators too - default is ... |
Topic: MQ Series - NT Services |
glen
Replies: 1 Views: 2204
|
Forum: General IBM MQ Support Posted: Mon Jul 01, 2002 3:34 am Subject: MQ Series - NT Services |
queue managers are all dependant on the ibm mq service starting.
the service is required to run so the queue manager, listener, channel initiator, tracing (if enabled)
multiple queue managers can ... |
Topic: changing the default port |
glen
Replies: 3 Views: 3724
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 01, 2002 3:17 am Subject: changing the default port |
(For NT) most commonly using TCP/IP, you also need to set the global environment variable on the client.
set MQSERVER=channelname/transport-type/connectionname(port)
where
channelname is the na ... |
Topic: Brain dump for MQ certifications ! |
glen
Replies: 2 Views: 2939
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 20, 2002 5:45 am Subject: Brain dump for MQ certifications ! |
Why don't you LEARN MQ - start by reading the system administration guide, interconnection, client and go from there.
Don't try to devalue the certifications by cheating with dumps, if you want to ... |
Topic: Reason code 2035 |
glen
Replies: 5 Views: 7920
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 19, 2002 11:55 pm Subject: Reason code 2035 |
At least you aren't getting 2059's.
I had this problem when I had an NT4/MQServer in a DMZ - this did not have the rights to verify the SID of the client, in a foreign domain. Trusting the domain w ... |
Topic: Design document template |
glen
Replies: 18 Views: 23624
|
Forum: General Discussion Posted: Wed Jun 19, 2002 7:45 am Subject: Design document template |
I am also interested in the design templates - we are about to embark on a new MQSeries project which will change the way data moves between several organisations
Thanking you in advance
Glen. |
Topic: MQ Client Connection Problem |
glen
Replies: 4 Views: 6233
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 18, 2002 12:32 am Subject: MQ Client Connection Problem |
If your machines are not connected to a network, what are you using as a gateway? a router, switch, or one of the machines in your test environment?
are you sure you are using valid IP addresses?
... |
Topic: No Authorization Problem |
glen
Replies: 1 Views: 2460
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 12, 2002 7:46 am Subject: mq authentication |
The changes you have made are most likely local, and won't affect your MQ installation. From a security viewpoint, I would remove the changes to the Token objects and remove the SeTcbPrivelege (act as ... |
Topic: domain mqm |
glen
Replies: 2 Views: 3800
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 12, 2002 3:21 am Subject: domain mqm |
domain mqm needs to be created in win2k domain controllers to provide access for MQ authentication. The group allows its containing accounts access to read permissions in the domain SAM.
the perm ... |