Author |
Message
|
JYama |
Posted: Thu Aug 02, 2007 8:03 pm Post subject: WMB syslog format? |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hi there,
Does anybody know about the WMB syslog format (not user trace)?
I guess the WMB syslog includes a lot of useful information such as process ids of execution groups.
I looked around the WMB documentations but didn't find it.
Where can I refer the format of the WMB syslog?
Where is it documented?
Many thanks in advance, |
|
Back to top |
|
 |
EddieA |
Posted: Thu Aug 02, 2007 10:49 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
What platform. On WinBlows, it uses the Event log. On *NIX like platforms, it uses the syslogd.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
JYama |
Posted: Thu Aug 02, 2007 11:02 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
Aug 3 11:49:03 mms0 user:err|error WebSphere Broker v6004[659704]: (ESB_BK01.ESB_EG01)[3621]BIP2628E: ÆþÎϥΡ¼¥É 'MSGFL_Main_test.MQInput' ¤ÇÎã³°¾ò·ï¤¬¸¡½Ð¤µ¤ì¤Þ¤·¤¿¡£ : ESB_BK01.7853ec05-1401-0000-0080-e298537ed182: /build/S600_P/src/DataFlowEngine/ImbCommonInputNode.cpp: 1106: ImbCommonInputNode::run: ComIbmMQInputNode: MSGFL_Main_test#FCMComposite_1_1 |
Thank you for your post.
Actually, what I'd like to know is the layout of a record.
I guess a syslog record may starts with timestamp('Aug 3 11:49:03') and the server name('mms0') follows ,,, how can I understand the layout of the WMB syslog?
What is [659704] and [3621], and what does '7853ec05-1401-0000-0080-e298537ed182: /build/S600_P/src/DataFlowEngine/ImbCommonInputNode.cpp: 1106: ImbCommonInputNode::run: ComIbmMQInputNode: MSGFL_Main_test#FCMComposite_1_1' mean in this sample?
I need an official information on this layout because, in my understanding so far, it is not clearly documented.
My WMB is running on AIX, BTW. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Aug 03, 2007 10:25 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
JYama wrote: |
I need an official information on this layout because, in my understanding so far, it is not clearly documented. |
I very much doubt you will get one, as it could change between releases/CSDs.
What IBM does document is the message number: BIP2628E
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Aug 03, 2007 10:53 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Message Broker is an CEI Emitter. This might solve your problems
CEI = Common Event Infrastructure
for more info, try here
http://www-306.ibm.com/software/tivoli/features/cei/
More and more IBM Products are having this added. There are a number of things you can do to receive the events.
To Quote
Quote: |
Common elements of CEI include:
Public interfaces to build event sources
Public interfaces for the receipt of "real time" events
Public interfaces for the querying of historical event data
Capability for pluggable event stores
|
It might be worth a look.
/S _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 03, 2007 4:10 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
smdavies99 wrote: |
Message Broker is an CEI Emitter. |
Are you sure about that? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JYama |
Posted: Sun Aug 05, 2007 4:25 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
I very much doubt you will get one, as it could change between releases/CSDs. |
I was thinking about that.
As a result, we can't define and write a fixed operating manual for daily administrators or troubleshooters based on the syslog...
Quote: |
Message Broker is an CEI Emitter. This might solve your problems |
CEI is becoming a catchy word and it is particuarly focused with 'WAS' family such as WESB and WPS.
In WMB, I don't think there are any features related to CEI so far.  |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Aug 05, 2007 7:24 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JYama wrote: |
In WMB, I don't think there are any features related to CEI so far.  |
From what I know, which is fairly little, CEI is ... just... XML. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JYama |
Posted: Sun Aug 05, 2007 7:34 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
I think that CEI is just a way of idea to unify program logging and events, and it should not depend on specific software.
On the other hand, WebSphere Integration Developer(WID) provides an easy configuration of CEI while WMB toolkit doesn't.  |
|
Back to top |
|
 |
|