Author |
Message |
Topic: OAM authorities |
mimi
Replies: 5 Views: 3665
|
Forum: General IBM MQ Support Posted: Fri Jan 14, 2005 12:54 pm Subject: OAM authorities |
I still got an error for at this line even though I put -t qmgr
echo setting webadmin authorities for qmgr self
/opt/mqm/bin/setmqaut -m TEST -t qmgr -n self -g webadmin \
-all +altusr +connect + ... |
Topic: OAM authorities |
mimi
Replies: 5 Views: 3665
|
Forum: General IBM MQ Support Posted: Fri Jan 14, 2005 12:30 pm Subject: OAM authorities |
Here is part of the file
#!/bin/sh
# script to regenerate MQSeries OAM authorizations
# Queue Manager: TEST
# generated: Fri Jan 14 13:32:49 2005
echo script generated Fri Jan 14 13:32:49 200 ... |
Topic: OAM authorities |
mimi
Replies: 5 Views: 3665
|
Forum: General IBM MQ Support Posted: Fri Jan 14, 2005 12:16 pm Subject: OAM authorities |
Hi,
I use the ms0i to backup the authorities for my queue manager, this support pack generate a script file contains a bunch of setmqaut. Now I would like to restore this, so I run the script file ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Tue Nov 30, 2004 7:14 am Subject: amqrmppa process |
Well....welll....what can I say? The application development is reside in another group....I have no control or even a pick at their code |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Tue Nov 30, 2004 6:57 am Subject: amqrmppa process |
What do I look for in the netstat -a output? I did a netstat -a |grep 1414 which is one of the port my queue manager is listening on. It shown a bunch of "ESTABLISH" and "TIME_WAIT". I suspect this ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Tue Nov 30, 2004 6:38 am Subject: amqrmppa process |
None of queues are full.
Thanks,
Mimi |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Tue Nov 30, 2004 5:57 am Subject: amqrmppa process |
Have you found the way to resolve it yet? How do I check for full queues?
Here is my mq.ini
ExitPath:
ExitsDefaultPath=/var/mqm/exits/
#* ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Tue Nov 30, 2004 5:38 am Subject: amqrmppa process |
No, I don't see any .FDC file created.
No, I didn't use either ipcrm nor amqiclen. But we did reboot the whole box twice.
Is there any idea how to control those amqrmppa processes? Each queue ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 12:46 pm Subject: amqrmppa process |
I stopped the queue manager and ran "endmqlsr -m RCMQ1OL" and got that message.
Sometimes I stopped the listener by killing it. But I think that "endmqlsr" has some other functionality which will ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 12:39 pm Subject: amqrmppa process |
I tried to end all queue managers, kill all listeners and those amqrmppa processes are still hanging around. There were hundred of them and I had to write a script to kill them. |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 12:33 pm Subject: amqrmppa process |
When I did ps -ef | grep amqrmppa I noticed that the parent process ID is the listener process ID. How come I couldn't use endmqlsr to end the listener process? I suspect once I end listener process ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 12:14 pm Subject: amqrmppa process |
Here is how I start my listener
runmqlsr -t tcp -p 1418 -b 100 -m RCMQ1OL
I tried to end the listener using endmqlsr but I couldn't get it to end, here is the message I got back
No WebSphere ... |
Topic: amqrmppa process |
mimi
Replies: 23 Views: 21786
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 11:25 am Subject: amqrmppa process |
I had MQ v5.3 with CSD06 installed on a Sun Cluster. There are about hundred of amqrmppa processes are left running over time and they ate up memory. I tried to stop the queue manager but those proc ... |
Topic: Cant' start queue manager |
mimi
Replies: 5 Views: 2976
|
Forum: General IBM MQ Support Posted: Fri Oct 22, 2004 11:32 am Subject: Cant' start queue manager |
Does anyone know why I'm getting this error in the FDC file?
+-----------------------------------------------------------------------------+
| ... |
Topic: stop/start channel |
mimi
Replies: 9 Views: 3793
|
Forum: IBM MQ API Support Posted: Wed Oct 13, 2004 5:01 am Subject: stop/start channel |
Since we already have a C program to handle certain messages in the DLQ, I would like to put the logic into this program as well. How do I put the channel admin commands into the system command input ... |