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 » AMQRFCDA.DAT filesystem error AND AMQ6037 MQ Storage problem

Post new topic  Reply to topic
 AMQRFCDA.DAT filesystem error AND AMQ6037 MQ Storage problem « View previous topic :: View next topic » 
Author Message
RatherBeGolfing
PostPosted: Fri Feb 02, 2007 12:44 pm    Post subject: AMQRFCDA.DAT filesystem error AND AMQ6037 MQ Storage problem Reply with quote

Centurion

Joined: 12 Nov 2002
Posts: 118
Location: Syracuse, NY, USA

We're running MQ 5.3 with FixPack 7 ( yeah I know) on Win2003 platform and, over the past few weeks (not really sure when it started) have been seeing the following errors appear in the QMgrs\Errors\ file on 2 different machines.

-------------------------------------------------------------------------------
2/2/2007 13:56:16
AMQ6037: WebSphere MQ was unable to obtain enough storage.

EXPLANATION:
The product is unable to obtain enough storage. The product's error recording
routine may have been called.
ACTION:
Stop the product and restart it. If this does not resolve the problem see if a
problem has been recorded. If a problem has been recorded, use the standard
facilities supplied with your system to record the problem identifier, and to
save the generated output files. Contact your IBM support center. Do not
discard these files until the problem has been resolved.
----- amqrsrva.c : 437 --------------------------------------------------------

-------------------------------------------------------------------------------
2/2/2007 14:39:28
AMQ9516: File error occurred.

EXPLANATION:
The filesystem returned error code 6 for file 'E:\Program Files\IBM\WebSphere
MQ\QMGRS\SSWBIAP1\@ipcc\AMQRFCDA.DAT'.
ACTION:
Record the name of the file 'E:\Program Files\IBM\WebSphere
MQ\QMGRS\SSWBIAP1\@ipcc\AMQRFCDA.DAT' and tell the systems administrator, who
should ensure that file 'E:\Program Files\IBM\WebSphere
MQ\QMGRS\SSWBIAP1\@ipcc\AMQRFCDA.DAT' is correct and available.
----- amqrcdfa.c : 499 --------------------------------------------------------
2/2/2007 14:39:28
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SSWBIAP1.CLIENT' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SSWBIAP1.CLIENT' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------

After about 1/2 hour the client is able to re-establish his connection, drain the queue, and all is well again.

There are no FDC files created as a result of this. I have 55 Gb free space on my 64 Gb drive where the product is installed and where the logs are written. We use Circular logging with 2048 LogFilePages, 20 primary and 40 secondary - currently there are 30 allocated. There is 24 Gb memory on the box, with over 17 Gb free.

We have maxchannels set at 200 and maxactivechannels set at 2000.

I can't imagine what kind of "storage" Websphere was unable to obtain. And I don't see anything odd looking with the amqrfcda.dat file.

Nothing new has been introduced into the server in months (except application logic and microsoft security patches).

We do NOT see these errors on our Win2000 servers running MQ 5.3 with CSD06....

Does anyone have a clue as to what may be going on here?
_________________
Cheers,
Larry
MQ Certifiable
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Feb 02, 2007 12:56 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I'd say that you're running out of kernel or system resources to start another network session.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Feb 05, 2007 12:49 am    Post subject: Re: AMQRFCDA.DAT filesystem error AND AMQ6037 MQ Storage pro Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

RatherBeGolfing wrote:
We're running MQ 5.3 with FixPack 7 ( yeah I know) on Win2003 platform


I'm guessing from the world-weary "I know" moving your 5.2 to CSD 12 is not as easy as it looks from my perspective....?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
RatherBeGolfing
PostPosted: Mon Feb 05, 2007 8:26 am    Post subject: Reply with quote

Centurion

Joined: 12 Nov 2002
Posts: 118
Location: Syracuse, NY, USA

Yes, any kind of software upgrade here is like pulling teeth. We've been keeping our fingers crossed that we'd be okay with V5.3 - CSD7, until we could get to v6. Thank goodness the EOS date was set for this year, that will usually buy us an upgrade ticket.

Knock on wood, this error hasn't seemed to affect any applications - at least none that are complaining to us.
_________________
Cheers,
Larry
MQ Certifiable
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Mon Feb 05, 2007 9:06 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

How long has the queue manager been running?

We had some strange issues with long running queue managers (months) that we resolved by scheduling a monthly restart of the queue manager.

I am not sure what CSD levels were involved but mostly our Windoze Qmgrs are at at least CSD7 with the majority at CSD11. I believe the issue was only with a CSD7 queue manager.

Of course this may be a total red herring but I thought I would mention it just in case.
Back to top
View user's profile Send private message
RatherBeGolfing
PostPosted: Mon Feb 05, 2007 9:32 am    Post subject: Reply with quote

Centurion

Joined: 12 Nov 2002
Posts: 118
Location: Syracuse, NY, USA

Thanks for the comments, but because we're running Windows (Win2003), we're applying security patches every month - and that almost always results in a reboot of the box. The QMgr therefore rarely runs continuously for more than about 4 weeks.
_________________
Cheers,
Larry
MQ Certifiable
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Feb 06, 2007 4:40 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

RatherBeGolfing wrote:
Thanks for the comments, but because we're running Windows (Win2003), we're applying security patches every month - and that almost always results in a reboot of the box. The QMgr therefore rarely runs continuously for more than about 4 weeks.


Are quotas being set on the directories?
_________________
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
RatherBeGolfing
PostPosted: Tue Feb 06, 2007 7:26 am    Post subject: Reply with quote

Centurion

Joined: 12 Nov 2002
Posts: 118
Location: Syracuse, NY, USA

Nope, we're not using dirquota on these particular servers.
_________________
Cheers,
Larry
MQ Certifiable
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Feb 06, 2007 8:28 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

One of our Win Admins suggests you run Perfmon to identify any physical and virtual memory issues.

Any errors in Event Viewer showing physical/virtual memory errors?

Trying to find a link to a MS white-paper that gives good information regarding Perfmon helping in identifying problems, I'll post it when I can find it again
_________________
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
RatherBeGolfing
PostPosted: Tue Feb 06, 2007 9:36 am    Post subject: Reply with quote

Centurion

Joined: 12 Nov 2002
Posts: 118
Location: Syracuse, NY, USA

Thanks for the posts, however this problem appears to be correlated to a bug within a WBIMB flow that is trying to insert a row to a SQL database, and failing. Our WBIMB developers are looking into the offending SQL statement. Based on time correlations, I'm pretty confident this is the root cause of my "storage" problem in MQ.
_________________
Cheers,
Larry
MQ Certifiable
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » AMQRFCDA.DAT filesystem error AND AMQ6037 MQ Storage problem
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.