Author |
Message
|
Anirud |
Posted: Tue Oct 19, 2004 6:22 am Post subject: /var/mqm and /var/mqm/errors full. |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
Hi,
Our /var/mqm and /var/mqm/errors is full.
Environment: WMQ 5.3.0.7, Linux 2.4.20-20.9smp
I checked the channel status and it showed the channel status as "INITIALIZING". I recycled the channel with no luck. A receiver channel is defined on the receiver side and the listener is running. The transmission queue has a curdepth of 482. My understanding is that is what is filling up the /var/mqm file system. I recycled the queue manager, started the channels and the channels were up and running but after some time had the same problem.
An FDC of 114MB was generated under /var/mqm/errors.
This is the header.
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday October 19 07:37:12 EDT 2004 |
| Host Name :- xxx.xxx.xxx.com (Linux 2.4.20-20.9smp) |
| PIDS :- 5724B4104 |
| LVLS :- 530.7 CSD07 |
| Product Long Name :- WebSphere MQ for Linux for Intel |
| Vendor :- IBM |
| Probe Id :- AD031001 |
| Application Name :- MQM |
| Component :- adiWriteFile |
| Build Date :- May 27 2004 |
| CMVC level :- p530-07-L040527 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000504 (mqm) |
| Program Name :- amqzlaa0 |
| Thread-Process :- 00025764 |
| Thread :- 00000077 |
| QueueManager :- xxxxxx |
| ThreadingModel :- LinuxThreads |
| LD_ASSUME_KERNEL :- 2.4.19 |
| Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6119 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred |
| (Rc=0 from write) |
| FDCSequenceNumber :- 0 |
| Comment1 :- Rc=0 from write |
| |
| Comment2 :- Success |
| |
| |
+-----------------------------------------------------------------------------+
TIA |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Oct 19, 2004 6:55 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You might want to delete (or archive) some of your errors subdirectory's contents. This might be eating up some valuable space. Also, if you are using linear logging, are you archiving the logs? Lastly, you might want to consider adding space to your filesystems. They may not be large enough for the qmgrs in your messaging environment. |
|
Back to top |
|
 |
Anirud |
Posted: Tue Oct 19, 2004 9:03 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
Hi Bower,
This is a test environment and We are using circular logging.
This is what our file system shows
Code: |
df -k | grep /var
507748 481534 0 100% /var/mqm
507748 57695 423839 12% /var/mqm/log
126931 120378 0 100% /var/mqm/errors |
My understanding is the df -k option shows the space on the disk in kb, which means that we have allocated 129MB of space to /var/mqm/errors and 507MB for /var/mqm and /var/mqm/log. Please correct me if I am wrong.
My concern is, if we increase the space it might eatup the availabel space.
Any help would be appreciated. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Oct 19, 2004 4:34 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
This is an incredibly small amout of space in this day and age of cheap storage.
We get 10+ Gigabytes of data just for /var/mqm, and make the logs as big as MQ will allow on day 1. What servers out there today can't spare a few gig? To many headaches result from file systems \ logs that are to small for MQ. And it is so easy to prevent in the first place. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Anirud |
Posted: Wed Oct 20, 2004 8:58 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
I agree that it doesn't cost much to allocate more space, it's nothing I can do. That is the case with all the test systems here. We have a UNIX support team and they build the systems for us. Every time I get a new system it will be of different configuration, nothing I can do other than trying to get hold of people who can allocate more space. You know what I'm talking about.
Coming to the problem...
It was an application issue and is solved.
Thanks. |
|
Back to top |
|
 |
csmith28 |
Posted: Sat Oct 23, 2004 4:44 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
rm /var/mqm/errors/*.FDC should free up some space. However I would not recommend doing anything with your AMQERR0*.LOG files. I also agree with Anirud and Peter. Increasing the size of those filesystems would be a good idea. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|