ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Performance Monitoring » SupportPac MS67 and WebSphere MQ 6.0.2.4 AMQ7467

Post new topic  Reply to topic
 SupportPac MS67 and WebSphere MQ 6.0.2.4 AMQ7467 « View previous topic :: View next topic » 
Author Message
hal
PostPosted: Fri Jul 18, 2008 2:07 pm    Post subject: SupportPac MS67 and WebSphere MQ 6.0.2.4 AMQ7467 Reply with quote

Acolyte

Joined: 07 Dec 2005
Posts: 67
Location: New York City, New York

After upgrading to WebSphere MQ 6.0.2.4 from 6.0.2.0, the MS67 linear log clean up SupportPac from http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24006603&loc=en_US&cs=utf-8&lang=en fails on both UNIX and LINUX operating systems.

The MS67 Korn shell script parses queue manager error files and identifies the oldest linear log by looking for AMQ7467 strings. WebSphere MQ 6.0.2.4 dumps AMQ7467 lines to queue manager log files that did not appear in WebSphere MQ 6.0.2.0. In addition to messages similar to,

Quote:
AMQ7467: The oldest log file required to start queue manager QMGRNAME is S000XXXX.LOG.

WebSphere MQ 6.0.2.4 queue manager logs contain messages similar to,

Quote:
ACTION:
Use this information together with the information in the most recent AMQ7467 message. Archivable log files are all those older than BOTH S000XXXX.LOG and the log file mentioned in the AMQ7467 message.

SupportPac MS67 script does not handle the new AMQ7467 lines correctly. The fix to the script is simple. In the evaluate_logs() function, change the stream editor (sed) line to look for "AMQ7467:" instead of "AMQ7467"

Replace
Code:
OLDEST_FILE_NEEDED_FOR_RESTART=`sed -ne '/AMQ7467/N' -e 's/\n/ /p' \
  $MQERROR/AMQERR0*.LOG|awk '{ print $13 }'|cut -c2-8|sort -u|tail -n 1`

with

Code:
OLDEST_FILE_NEEDED_FOR_RESTART=`sed -ne '/AMQ7467:/N' -e 's/\n/ /p' \
  $MQERROR/AMQERR0*.LOG|awk '{ print $13 }'|cut -c2-8|sort -u|tail -n 1`


I do not know if the other linear log SupportPacs are impacted.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Performance Monitoring » SupportPac MS67 and WebSphere MQ 6.0.2.4 AMQ7467
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.