Author |
Message
|
joaquin386 |
Posted: Mon May 31, 2010 2:06 am Post subject: /var/mqm/errors filling up partition space |
|
|
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 |
|
 |
Mr Butcher |
Posted: Mon May 31, 2010 2:53 am Post subject: |
|
|
 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 |
|
 |
joaquin386 |
Posted: Mon May 31, 2010 3:27 am Post subject: |
|
|
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 |
|
 |
Mr Butcher |
Posted: Mon May 31, 2010 5:29 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
nice procedure. shoot first, then ask.  _________________ Regards, Butcher |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon May 31, 2010 3:16 pm Post subject: |
|
|
 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 |
|
 |
JosephGramig |
Posted: Tue Jun 01, 2010 3:33 am Post subject: |
|
|
 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 |
|
 |
mvic |
Posted: Tue Jun 01, 2010 5:45 am Post subject: Re: /var/mqm/errors filling up partition space |
|
|
 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 |
|
 |
gbaddeley |
Posted: Tue Jun 01, 2010 3:06 pm Post subject: |
|
|
 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 |
|
 |
bruce2359 |
Posted: Tue Jun 01, 2010 5:14 pm Post subject: |
|
|
 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 |
|
 |
gbaddeley |
Posted: Wed Jun 02, 2010 3:42 pm Post subject: |
|
|
 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 |
|
 |
bruce2359 |
Posted: Wed Jun 02, 2010 6:02 pm Post subject: |
|
|
 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 |
|
 |
exerk |
Posted: Wed Jun 02, 2010 11:15 pm Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Thu Jun 03, 2010 1:52 am Post subject: |
|
|
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 |
|
 |
gbaddeley |
Posted: Thu Jun 03, 2010 3:53 pm Post subject: |
|
|
 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 |
|
 |
bruce2359 |
Posted: Thu Jun 03, 2010 4:32 pm Post subject: |
|
|
 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 |
|
 |
|