Author |
Message |
Topic: AIX MQ trigger Monitor V6. |
Twilight
Replies: 3 Views: 5537
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 23, 2011 6:08 am Subject: AIX MQ trigger Monitor V6. |
nohup runmqtrm -m myqmgr > log.txt &
yahoo ! it works Rama.
it warns you but I can logout from mqm with running runmqrtm leave behind.
also, it triggers fine.
thanks a lot !  |
Topic: AIX MQ trigger Monitor V6. |
Twilight
Replies: 3 Views: 5537
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Mar 22, 2011 12:02 pm Subject: AIX MQ trigger Monitor V6. |
I want to start trigger monitor under AIX using command below:
"runmqtrm -m myqmgr > log.txt &"
It is running background without locking up my terminal but when I try to exit from s ... |
Topic: BlockIP2 exit poblem |
Twilight
Replies: 2 Views: 8636
|
Forum: User Exits Posted: Tue Jan 25, 2011 10:27 am Subject: BlockIP2 exit poblem |
yes. I used 192.168.1.[1-9] actually.
Can you try this pattern and let me know ?
I really appreciate.  |
Topic: BlockIP2 exit poblem |
Twilight
Replies: 2 Views: 8636
|
Forum: User Exits Posted: Mon Jan 24, 2011 10:21 am Subject: BlockIP2 exit poblem |
Anyone have a problem with BlockIP2 exit at Pattern parm ?
I used 192,168.1.[1-9] as a pattern but it failed to recognized.
According to manual it should allow 1-9 of IPs but exit didn't know about ... |
Topic: MQ Client connects to 2 different Qmgrs |
Twilight
Replies: 6 Views: 5611
|
Forum: General IBM MQ Support Posted: Tue Jul 21, 2009 10:15 am Subject: MQ Client connects to 2 different Qmgrs |
Excellent input folks !
I'll pass these input to my developer as caution.
thanks again everyone replied to my questions. |
Topic: MQ Client connects to 2 different Qmgrs |
Twilight
Replies: 6 Views: 5611
|
Forum: General IBM MQ Support Posted: Tue Jul 21, 2009 7:56 am Subject: MQ Client connects to 2 different Qmgrs |
Yes. it becomes very complicate client programming.
Also, it may cause stability issue in terms of "Data "integrity".
I believe MQ client is not XA compatible so 2 phase commit is not ... |
Topic: MQ Client connects to 2 different Qmgrs |
Twilight
Replies: 6 Views: 5611
|
Forum: General IBM MQ Support Posted: Tue Jul 21, 2009 7:27 am Subject: MQ Client connects to 2 different Qmgrs |
HI.
Our development folks to use MQ client to GET from Qmgr A and PUT into
Qmgr B instead having own qmgr for msg rerouting.
Is any kind of Pro/Con or no..no stuff for this attempt ?
please advice ... |
Topic: OAM security problem |
Twilight
Replies: 5 Views: 6145
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 13, 2009 12:42 pm Subject: OAM security problem |
you're right.
mquser don't have authority to connect Qmgr.
I gave mquser to +connect as below:
setmqaut -m TEST.QMGR -t qmgr -p mquser +connect
thanks a lot.  |
Topic: OAM security problem |
Twilight
Replies: 5 Views: 6145
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 13, 2009 11:44 am Subject: OAM security problem |
I got an event on QMGR.EVENT. it shows userid and windows program I used to MQPUT after sec event on.
there is no channel name on QMGR.EVENT queue.
It looks like 1. exit passed wrong userid padded w ... |
Topic: OAM security problem |
Twilight
Replies: 5 Views: 6145
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 13, 2009 10:45 am Subject: OAM security problem |
I'm using BlockIP2 channel exit that shows log details it passed connection fine.
that's why mqm worked ok, I think.
I may turn on sec event to trace this.
thanks for advice. |
Topic: OAM security problem |
Twilight
Replies: 5 Views: 6145
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 13, 2009 10:18 am Subject: OAM security problem |
Hi,
I tried to give an access to queue object to userid under AIX but it looks like no effect at all.
I did as below:
setmqaut -m TESTQMGR -t queue -n MY.TEST.QUEUE -p mquser +get +put
+browse +ds ... |
Topic: BlockIP2 error |
Twilight
Replies: 4 Views: 13067
|
Forum: User Exits Posted: Wed Jul 08, 2009 9:51 am Subject: BlockIP2 error |
OK. I figured out a reason as below.
Our version MQ V6.0.2.0 have a bug. I have to apply FP on this issue.
Resources
IY86343: ConnectionName passed to exit or CONNAME
displayed in runmqsc is 0.0 ... |
Topic: BlockIP2 error |
Twilight
Replies: 4 Views: 13067
|
Forum: User Exits Posted: Tue Jul 07, 2009 10:33 am Subject: BlockIP2 error |
I found a log that complain version.
Is this just warning or it is an issue here ?
Pattern exist but rejected.
009-07-07|14:30:32|Warning: It seems like your queue manager needs fix 6.0.2.1 or la ... |
Topic: BlockIP2 error |
Twilight
Replies: 4 Views: 13067
|
Forum: User Exits Posted: Mon Jul 06, 2009 11:43 am Subject: BlockIP2 error |
I gave a permission to max (777) just in case.
-rwxrwxrwx 1 mqm mqm 96337 Jul 2 17:48 BlockIP2
-rwxrwxrwx 1 mqm mqm 62 Jul 2 17:17 rulefile.txt
Channel ... |
Topic: BlockIP2 error |
Twilight
Replies: 4 Views: 13067
|
Forum: User Exits Posted: Mon Jul 06, 2009 11:12 am Subject: BlockIP2 error |
I just copied a exit from BlockIP website for AIX MQ6.0 version and tested but got a following error.
Any idea ? should I recompile it ?
----------------------------------------------------------- ... |