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 » General IBM MQ Support » QMgr Logging info

Post new topic  Reply to topic
 QMgr Logging info « View previous topic :: View next topic » 
Author Message
pdmenon
PostPosted: Wed Sep 29, 2010 9:36 pm    Post subject: QMgr Logging info Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

Is there any command to know the queue manager log type, apart from checking in the qm.ini file?

p/f: AIX
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Sep 29, 2010 10:51 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

The documentation? You do document your builds don't you?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
pdmenon
PostPosted: Wed Sep 29, 2010 10:54 pm    Post subject: Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

exerk wrote:
The documentation? You do document your builds don't you?


provide me the link plz..
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Sep 29, 2010 11:59 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

I don't have any links to your documentation...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Thu Sep 30, 2010 3:44 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

Quote:
provide me the link plz..


lol

at least something funny on this dull day
_________________
Regards, Butcher
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Thu Sep 30, 2010 4:34 pm    Post subject: Re: QMgr Logging info Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

pdmenon wrote:
Is there any command to know the queue manager log type, apart from checking in the qm.ini file?

p/f: AIX


AFAIK, there are no MQ administration commands to do this on any platform.

On Unix, a shell command can do this quite easily:

grep LogType /var/mqm/qmgrs/MQGNB01/qm.ini
_________________
Glenn
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Sep 30, 2010 7:08 pm    Post subject: Re: QMgr Logging info Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

gbaddeley wrote:
pdmenon wrote:
Is there any command to know the queue manager log type, apart from checking in the qm.ini file?

p/f: AIX


AFAIK, there are no MQ administration commands to do this on any platform.

On Unix, a shell command can do this quite easily:

grep LogType /var/mqm/qmgrs/MQGNB01/qm.ini


Wouldn't the display qmstatus give an idea with the current log, recovery log and medialog? As stated here
Quote:
If the queue manager is using circular logging, and this parameter is explicitly requested, a blank string is displayed.

and this is valid for all 3 parameters (currlog, reclog, medialog).

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
pdmenon
PostPosted: Thu Sep 30, 2010 9:26 pm    Post subject: Re: QMgr Logging info Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

Thanks fjb, the link helped me in finding out the logging type of a QMGR.

Thanks gbaddeley.
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Fri Oct 01, 2010 12:03 pm    Post subject: Re: QMgr Logging info Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

pdmenon wrote:
Is there any command to know the queue manager log type, apart from checking in the qm.ini file?

Did you try MQWhat?

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
pdmenon
PostPosted: Sun Oct 03, 2010 9:15 pm    Post subject: Re: QMgr Logging info Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

RogerLacroix wrote:

Did you try MQWhat?

Regards,
Roger Lacroix
Capitalware Inc.


Dear Roger, I wrote a simple customized shell script which does the work.
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Oct 04, 2010 1:21 am    Post subject: Re: QMgr Logging info Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

pdmenon wrote:
RogerLacroix wrote:

Did you try MQWhat?

Regards,
Roger Lacroix
Capitalware Inc.


Dear Roger, I wrote a simple customized shell script which does the work.


Did that take as long as posting here, or less?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Mon Oct 04, 2010 4:26 pm    Post subject: Re: QMgr Logging info Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

fjb_saper wrote:
Wouldn't the display qmstatus give an idea with the current log, recovery log and medialog? As stated here


Yes it does, indirectly. CURLOG, MEDIALOG and RECLOG are displayed as blanks or not at all for a qmgr that is using Circular logging.
_________________
Glenn
Back to top
View user's profile Send private message
raj429
PostPosted: Fri Oct 08, 2010 9:35 am    Post subject: Reply with quote

Acolyte

Joined: 04 Jul 2009
Posts: 53

Did you try *dis qmstatus*?
Back to top
View user's profile Send private message
pdmenon
PostPosted: Sun Oct 10, 2010 10:33 pm    Post subject: Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

raj429 wrote:
Did you try *dis qmstatus*?


Dear Raj, "dis qmstatus" followed by log info like CURLOG, MEDIALOG and RECLOG will tell us the type of log, Qmgr is using.

This has been already pointed out by fjb, earlier in this post.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » QMgr Logging info
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.