Author |
Message |
Topic: Just checking in |
csmith28
Replies: 7 Views: 8732
|
Forum: General Discussion Posted: Fri Jun 03, 2011 6:43 pm Subject: Just checking in |
Actaully, I am confident in saying that the dog in the clip is and Australian Cattle Dog which is not to be confused with an Australian Shepherd which was not actually bred in Australia.
5 views, w ... |
Topic: Just checking in |
csmith28
Replies: 7 Views: 8732
|
Forum: General Discussion Posted: Sun May 08, 2011 5:15 pm Subject: Just checking in |
I don't do much WMQSeries support anymore and I really miss it and all of you. Just want you to know that I still check in from time to time.
Thought I would share this with you, I found it to be ... |
Topic: WMQ Log Space issue |
csmith28
Replies: 7 Views: 8294
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Apr 03, 2010 12:32 pm Subject: WMQ Log Space issue |
There are pretty much two supported options for you.
If you did not specify the number of log or size of the logs for your MQManager when you created it, it will have been created with the default ... |
Topic: need help in installing mq |
csmith28
Replies: 2 Views: 4621
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Apr 03, 2010 12:24 pm Subject: need help in installing mq |
The more things change, the more they stay the same. |
Topic: How to remove expire message from queue in AIX Platform |
csmith28
Replies: 11 Views: 15962
|
Forum: General IBM MQ Support Posted: Sat Apr 03, 2010 12:17 pm Subject: How to remove expire message from queue in AIX Platform |
Vitor is right but I dont' think that solves the immediate problem. If you want to clear these messages off you will have to make sure that the application doesn't have the queue in question open for ... |
Topic: Is there a way to know who is using how many MQ connections? |
csmith28
Replies: 8 Views: 9199
|
Forum: General IBM MQ Support Posted: Sat Apr 03, 2010 12:05 pm Subject: Is there a way to know who is using how many MQ connections? |
# echo "dis chs(*)" | runmqsc QMGRNAME > dischs.out
Will give you a snapshot of the running channels.
Then you can scan the .out file using vi or view and watch for trends.
If th ... |
Topic: AMQ8156: Wepshere MQ queue manager quiescing |
csmith28
Replies: 12 Views: 27378
|
Forum: General IBM MQ Support Posted: Sat Apr 03, 2010 11:56 am Subject: AMQ8156: Wepshere MQ queue manager quiescing |
ps -ef | grep mqm | grep -v grep | awk '{print $2}' | xargs kill -9
It's brutal but it works really fast and you will probably have to clean up quite a lot of Shared Memory after you use it. |
Topic: MQWF3.6 migrating WMQ v5.3 to 7.0 |
csmith28
Replies: 0 Views: 18596
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sat Apr 03, 2010 11:27 am Subject: MQWF3.6 migrating WMQ v5.3 to 7.0 |
Ok, I am fix'n to migrate a WMQWorkflow Cluster from WMQ5.3 to 7.0 on an AIX 5300-09 platform.
I don't have a lot of details yet but I have been told that WorkFlow has already been upgraded to v3.6 ... |
Topic: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
csmith28
Replies: 7 Views: 12380
|
Forum: General IBM MQ Support Posted: Fri Jan 15, 2010 1:58 pm Subject: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
Honestly, I don't know. I didn't get a chance to look before he deleted them and he was sort of embarrassed so I didn't press the issue.
However he did promise not to do it again.
Only thing I ... |
Topic: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
csmith28
Replies: 7 Views: 12380
|
Forum: General IBM MQ Support Posted: Fri Jan 15, 2010 12:18 pm Subject: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
Thanks guys I wasn't aware of the ipcrm thingy but in this particular instance after I disable the MQManager start up scripts and rebooted the server I was still getting the same error saying I had an ... |
Topic: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
csmith28
Replies: 7 Views: 12380
|
Forum: General IBM MQ Support Posted: Fri Jan 15, 2010 10:38 am Subject: Heads up, files in /var/mqm/qmgrs can be bad mmmkay.... |
I was trying to migrate from WMQ6.0.1.0 to WMQ7.0.1.0 on AIX 5300-08.
I stopped the MQManager and confirmed there were no mqm processes running and attempted to perform the upgrade but I kept getti ... |
Topic: How to stop a queue manager which is in ending state |
csmith28
Replies: 20 Views: 29388
|
Forum: General IBM MQ Support Posted: Tue Dec 08, 2009 7:48 am Subject: How to stop a queue manager which is in ending state |
ps -ef | grep mqm | grep -v grep | awk '{print $2}' | xargs kill -9 |
Topic: Migrating existing Qmgr to MQHA Qmgr |
csmith28
Replies: 9 Views: 14999
|
Forum: General IBM MQ Support Posted: Wed Nov 12, 2008 12:18 pm Subject: Migrating existing Qmgr to MQHA Qmgr |
Sorry I didn't mean to give you an HACMP 101 class but the original questoin in the thread was not indicative of an indepth knowledge of HACMP. Thanks guys.
Actually I very well understand how to c ... |
Topic: Migrating existing Qmgr to MQHA Qmgr |
csmith28
Replies: 9 Views: 14999
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2008 7:04 pm Subject: Migrating existing Qmgr to MQHA Qmgr |
Vitor is right MQSeries needs to be installed on both members of the cluster.
In an HACMP Cluster the application, in this case a WMQSeries MQManager has to be defined within an Resource Group.
... |
Topic: cmqc.h: A file or directory in the path name does not exist. |
csmith28
Replies: 3 Views: 14474
|
Forum: General IBM MQ Support Posted: Tue Sep 30, 2008 8:10 am Subject: cmqc.h: A file or directory in the path name does not exist. |
Thanks guys. |