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 » qmgr inactive with 2059 reason

Post new topic  Reply to topic
 qmgr inactive with 2059 reason « View previous topic :: View next topic » 
Author Message
pink21
PostPosted: Fri Mar 28, 2014 2:35 am    Post subject: qmgr inactive with 2059 reason Reply with quote

Newbie

Joined: 27 Mar 2014
Posts: 6

can any one please help me in this case what steps to be taken

AMQ9508: Program cannot connect to the queue manager.

EXPLANATION:
The connection attempt to queue manager 'xxxxx.xx' failed with reason code
2059.
ACTION:
Ensure that the queue manager is available and operational.
----- amqrmsaa.c : 602 --------------------------------------------------------
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'xx.xx.xx' ended abnormally.
ACTION:
Look at previous error messages for channel program 'xx.xx.xx' in the error
files to determine the cause of the failure.
----- amqrmrsa.c : 565 --------------------------------------------------------
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Mar 28, 2014 2:43 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Search the Info Centre appropriate to the version of WMQ you're using or Google 'MQRC 2059'...
_________________
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
PaulClarke
PostPosted: Fri Mar 28, 2014 2:49 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

The most likely cause of that message is that the Queue Manager really isn't running or available on that machine. Have you checked your server error log? Have you looked at all messages in your client error log ? The next thing to do is to double check that you really are connecting to the machine you thought you were. It wouldn't be the first time that someone had misspelled the IP address or port number and were connecting to a test machine or whatever.

Cheers,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
pink21
PostPosted: Fri Mar 28, 2014 4:25 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2014
Posts: 6

using WMQ v7.0.1 linux server ...
when i try to check the mqm logs > var/mqm/errors/$ *FDC

latest FDC file say

+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Fri March 28 2014 10:02:26 CET |
| UTC Time :- 1396001126.123893 |
| UTC Time Offset :- 60 (CET) |
| Host Name :- XXXXXX |
| Operating System :- Linux 2.6.18-194.el5 |
| PIDS :- 5724H7230 |
| LVLS :- 7.0.1.8 |
| Product Long Name :- WebSphere MQ for Linux (x86-64 platform) |
| Vendor :- IBM |
| Probe Id :- XC173006 |
| Application Name :- MQM |
| Component :- xllGetSemSet |
| SCCS Info :- lib/cs/unix/linux_2/amqxlpix.c, 1.51.1.4 |
| Line Number :- 301 |
| Build Date :- Feb 24 2012 |
| CMVC level :- p701-108-120224 |
| Build Type :- IKAP - (Production) |
| Effective UserID :- 59018 (mqm) |
| Real UserID :- 59018 (mqm) |
| Program Name :- amqzlaa0 |
| Addressing mode :- 64-bit |
| Process :- 16538 |
| Process(Thread) :- 4077 |
| Thread :- 1255 |
| ThreadingModel :- PosixThreads |
| QueueManager :- XXXXXXX |
| UserApp :- FALSE |
| ConnId(1) IPCC :- 10789781 |
| ConnId(2) QM :- 812343 |
| Last HQC :- 2.0.0-3163200 |
| Last HSHMEMB :- 2.0.0-3368024 |
| 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 |
| ('28 - No space left on device' from semget.) |
| FDCSequenceNumber :- 0
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Fri Mar 28, 2014 4:31 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

Well a quick search on 'mq probe XC173006' yielded this http://www-01.ibm.com/support/docview.wss?uid=swg1IZ20579 Is it possible you have not configured your Linux machine with enough semaphores?
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
pink21
PostPosted: Fri Mar 28, 2014 4:37 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2014
Posts: 6

Semaphores ? what step has to take now to come up qmgr online..
Back to top
View user's profile Send private message
MQsysprog
PostPosted: Fri Mar 28, 2014 4:47 am    Post subject: Reply with quote

Centurion

Joined: 24 Feb 2014
Posts: 116

You will find some useful hints about semaphores and MQ configuration on Unix and Linux here :

http://www-01.ibm.com/support/docview.wss?uid=swg21271236
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Mar 28, 2014 4:48 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

The pre-requisites needed by WMQ in the area of shared memory, semaphores is fully described in the WMQ documentation.

You can check your usage with the 'ipcs' command.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
pink21
PostPosted: Fri Mar 28, 2014 5:03 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2014
Posts: 6

Just Restarted the qmgr on linux serve..
working fine...

thank you for all giving support on semapohrs..



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 any generated output files. Use either the WMQ Support site:

http://www.ibm.com/software/integration/wmq/support/, or IBM Support Assistant

(ISA): http://www.ibm.com/software/support/isa/, to see whether a solution is

already available. If you are unable to find a match, contact your IBM support

center. Do not discard these files until the problem has been resolved.
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Mar 28, 2014 5:03 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

MQsysprog wrote:
You will find some useful hints about semaphores and MQ configuration on Unix and Linux here :

http://www-01.ibm.com/support/docview.wss?uid=swg21271236

Interesting that the page states that the script must be downloaded first, especially as it's bundled with V7.5 now (I don't have access to a V7.1 system to check).
_________________
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
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » qmgr inactive with 2059 reason
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.