Author |
Message
|
WBI_user |
Posted: Wed Apr 16, 2008 6:42 am Post subject: stdout and stderr for the broker |
|
|
Partisan
Joined: 07 Aug 2001 Posts: 386
|
In redbook " Managing WebSphere Message Broker Resources in a Production Environment "(sg247283.pdf) section 7.2 it says
"You should monitor the stdout and stderr messages. WebSphere Message Broker captures stdout and stderr to a file so that you can view this information later. Components such as Java write useful information to stdout and stderr that is not captured within the service trace or other message
broker files. The default location for the files are:
– <WorkPath>/components/<broker_Name>/<EG_UUID>/stdout
– <WorkPath>/components/<broker_Name>/<EG_UUID>/stderr
You must monitor these files to ensure that there are no error messages."
I am running WMB V6 on windows and AIX. I have problem finding these stdout and stderr files. Does any one know where they are ? |
|
Back to top |
|
 |
jsware |
Posted: Wed Apr 16, 2008 7:56 am Post subject: Re: stdout and stderr for the broker |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
WBI_user wrote: |
The default location for the files are:
– <WorkPath>/components/<broker_Name>/<EG_UUID>/stdout
– <WorkPath>/components/<broker_Name>/<EG_UUID>/stderr
You must monitor these files to ensure that there are no error messages."
I am running WMB V6 on windows and AIX. I have problem finding these stdout and stderr files. Does any one know where they are ? |
On my AIX box they are in:
Code: |
mqm@d01n01e0:/var/mqsi/components/D01N01T/1a14f7da-1701-0000-0080-c5493dbb25c3 $ ls -l
total 16
drwxrws--- 8 mware mqbrkrs 256 Feb 02 16:29 config
-rw-rw---- 1 mware mqbrkrs 1573 Apr 14 08:26 stderr
-rw-rw---- 1 mware mqbrkrs 1573 Apr 14 08:26 stdout
|
_________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Apr 16, 2008 8:06 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Locate the work path directory for your installation on the local system by running the following command:
echo $MQSI_WORKPATH$
as mentioned files would be at
<WorkPath>/components/<broker_Name>/<EG_UUID>/stdout
<WorkPath>/components/<broker_Name>/<EG_UUID>/stderr _________________ Cheers |
|
Back to top |
|
 |
mgk |
Posted: Thu Apr 17, 2008 2:02 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Also, these files are not available on Windows before 6.1. In 6.1 on windows they are merged into a single file (in the same location in the workpath) called 'console.txt' _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Apr 17, 2008 2:27 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
mgk |
Posted: Thu Apr 17, 2008 3:35 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
I was refering to the stdout and stderr files only, not the workpath itself... _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Apr 17, 2008 3:43 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
oopss my mistake....
n yeah .. i learn again here
thanks mgk for correcting me  _________________ Cheers |
|
Back to top |
|
 |
|