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 » /var/mqm/errors filling up partition space

Post new topic  Reply to topic Goto page 1, 2  Next
 /var/mqm/errors filling up partition space « View previous topic :: View next topic » 
Author Message
joaquin386
PostPosted: Mon May 31, 2010 2:06 am    Post subject: /var/mqm/errors filling up partition space Reply with quote

Newbie

Joined: 31 May 2010
Posts: 2

Hi Guys,

When I run certain mqm test I get my space on a certain partition up to 100% with files in the /var/mqm/errors.

How can i tell mqm not to output these errors onto files in the /var/mqm/errors?

I need to change these because every time the partition goes up to 100% MQM stops to work and I have to erase all files and restart MQM.

Any ideas? (I dont want to create a crontab job to erase these files, just make mqm do it automatically)

BR

Joaquin
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon May 31, 2010 2:53 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

when mq runs without problems you should not get too may files under /var/mqm/errors, the 3 amqserr*.log files are 256kb each (imho). shis should nog eat too much

so what filenames or files do you find there? fdc files? then you should investigate, because they indicate problems....
_________________
Regards, Butcher
Back to top
View user's profile Send private message
joaquin386
PostPosted: Mon May 31, 2010 3:27 am    Post subject: Reply with quote

Newbie

Joined: 31 May 2010
Posts: 2

I erase all of them again before posting here. I will take a look as they will appear again. Then I will post here the files.
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon May 31, 2010 5:29 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

nice procedure. shoot first, then ask.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Mon May 31, 2010 3:16 pm    Post subject: Reply with quote

Jedi Knight

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

joaquin386 wrote:
I erase all of them again before posting here. I will take a look as they will appear again. Then I will post here the files.


Let's see if you can get away without posting the files. Look in the files at the Probe Id, Component, Process Name, Errorcodes, Description. Do some searching on Internet. Good luck.
_________________
Glenn
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Tue Jun 01, 2010 3:33 am    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

Also, another good reason to separate the following file systems:
/var/mqm
/var/mqm/error
/var/mqm/qmgr
/var/mqm/log
Back to top
View user's profile Send private message AIM Address
mvic
PostPosted: Tue Jun 01, 2010 5:45 am    Post subject: Re: /var/mqm/errors filling up partition space Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

joaquin386 wrote:
When I run certain mqm test I get my space on a certain partition up to 100% with files in the /var/mqm/errors.

How many gigabytes of space do you have in /var/mqm/errors ?

What type of testing was going on?

It is never a good idea to clear out that directory unless you know the information in there is not useful for future reference.

You can get a view of the data in there by doing this:
Code:
cd /var/mqm/errors
ffstsummary
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Tue Jun 01, 2010 3:06 pm    Post subject: Reply with quote

Jedi Knight

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

JosephGramig wrote:
Also, another good reason to separate the following file systems:
/var/mqm
/var/mqm/error
/var/mqm/qmgr
/var/mqm/log


Unfortunately this seems to be rarely done. /var/mqm/qmgr and /var/mqm/log should be on separate file systems and physical hard disks for reliability, performance and capacity reasons. Ideally there should be separate file systems for each queue manager so they don't impact each other. How long is a piece of string...
_________________
Glenn
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Jun 01, 2010 5:14 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Then again, if errors fill the filesystem, there are two possibilities: too little disk space, and/or too many errors.

Which piece of string?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Wed Jun 02, 2010 3:42 pm    Post subject: Reply with quote

Jedi Knight

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

bruce2359 wrote:
Then again, if errors fill the filesystem, there are two possibilities: too little disk space, and/or too many errors.


Usually its both

Quote:
Which piece of string?


The piece of string involved in making capacity estimates, buying disks, setting up the file systems, and implementing capacity alerts.
_________________
Glenn
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Jun 02, 2010 6:02 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Oh, that piece of string... I was thinking of the other piece of string.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Jun 02, 2010 11:15 pm    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

gbaddeley wrote:
...How long is a piece of string...


Exactly? Twice half its length
_________________
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
mqjeff
PostPosted: Thu Jun 03, 2010 1:52 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

gbaddeley wrote:
The piece of string involved in making capacity estimates, buying disks, setting up the file systems, and implementing capacity alerts.


This must be an international thing.

Most shops in the U.S. appear to use handwaving for this instead of a piece of string.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Thu Jun 03, 2010 3:53 pm    Post subject: Reply with quote

Jedi Knight

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

mqjeff wrote:
gbaddeley wrote:
The piece of string involved in making capacity estimates, buying disks, setting up the file systems, and implementing capacity alerts.


This must be an international thing.

Most shops in the U.S. appear to use handwaving for this instead of a piece of string.


Hi Jeff,

http://idioms.thefreedictionary.com/How+long+is+a+piece+of+string%3F says:
"(British & Australian) something that you say when someone asks you a question that you cannot answer about how big something is or how much time something will take"

http://en.wiktionary.org/wiki/how_long_is_a_piece_of_string says:
" 1. (humorous) Used as a response to a question such as "How long will it take?" or "How big is it?" when the length or size is unknown or infinite."


_________________
Glenn
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Jun 03, 2010 4:32 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

More international than US, I suppose.

Here in the US, when asked a fundamentally rude, idiotic or stupid question, (like 'how long will it take?'), it is not uncommon to respond with: "...are you a f***ing idiot?!"
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » /var/mqm/errors filling up partition space
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.