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"
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