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 » Not able to start Queue Manager

Post new topic  Reply to topic Goto page 1, 2  Next
 Not able to start Queue Manager « View previous topic :: View next topic » 
Author Message
itsme_001
PostPosted: Mon Jul 06, 2009 3:06 am    Post subject: Not able to start Queue Manager Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Hi,

I have created a queue manager and started running it, but it throwing up an error:

$ dspmq
QMNAME(TEST) STATUS(Ended normally)

$ strmqm TEST
AMQ6109: An internal WebSphere MQ error has occurred.

$ runmqsc TEST
5724-H72 (C) Copyright IBM Corp. 1994, 2008. ALL RIGHTS RESERVED.
Starting MQSC for queue manager TEST.


AMQ8146: WebSphere MQ queue manager not available.

No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.


$ dspmqver
Name: WebSphere MQ
Version: 7.0.0.1
CMVC level: p700-001-090115
BuildType: IKAP - (Production)
AIX: 5.2

please advice..............
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Mon Jul 06, 2009 3:13 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Have you checked the QM error / FDC logs for clues?
Back to top
View user's profile Send private message
itsme_001
PostPosted: Mon Jul 06, 2009 3:21 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Here is the FDC:

Date/Time :- Mon July 06 2009 12:08:23 PAKDT |
| UTC Time :- 1246860503.816420 |
| UTC Time Offset :- 360 (PAKST) |
| Host Name :- mq_dev |
| Operating System :- AIX 5.3 |
| PIDS :- 5724H7221 |
| LVLS :- 7.0.0.1 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- ZS142010 |
| Application Name :- MQM |
| Component :- zslEnqueue |
| SCCS Info :- cmd/zmain/amqzslgx.c, 1.39.1.1 |
| Line Number :- 320 |
| Build Date :- Jan 15 2009 |
| CMVC level :- p700-001-090115 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000204 (mqm) |
| Program Name :- strmqm |
| Addressing mode :- 64-bit |
| Process :- 12554 |
| Thread :- 1 |
| Last HQC :- 0.0.0-0 |
| Last HSHMEMB :- 0.0.0-0 |
| Major Errorcode :- STOP |
| Minor Errorcode :- OK |
| Probe Type :- HALT6109 |
| Probe Severity :- 1 |
| Probe Description :- AMQ6109: An internal WebSphere MQ error has occurred. |
| FDCSequenceNumber :- 0 |
| Arith1 :- 6 6 |
| Arith2 :- 13 d
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jul 06, 2009 3:27 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Try the same advice that was given HERE, and don't double post!
_________________
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
itsme_001
PostPosted: Wed Jul 08, 2009 12:01 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Sorry abt the re-posting; but still I'm having the same issue even after installing the support pac 7.0.0-WS-MQ-AixPPC64-FP0002

$ id
uid=204(mqm) gid=204(mqm) groups=1(staff)
$ strmqm TEST
AMQ6109: An internal WebSphere MQ error has occurred.
Back to top
View user's profile Send private message
itsme_001
PostPosted: Wed Jul 08, 2009 12:11 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Here is the error logged:

07/08/09 09:02:48 - Process(12724.1) User(mqm) Program(strmqm)
AMQ6183: An internal WebSphere MQ error has occurred.

EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 12724.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Jul 08, 2009 12:18 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Did you run the mqconfig script before installing? Any warnings/errors in the installation log? As suggested by WMBDEV1, are there any FDC files?
_________________
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
fjb_saper
PostPosted: Wed Jul 08, 2009 12:25 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Open a PMR with IBM...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
aditya.aggarwal
PostPosted: Wed Jul 08, 2009 2:26 am    Post subject: Reply with quote

Master

Joined: 13 Jan 2009
Posts: 252

Hi itsme_001,

it seems to be the problem of 64 bit queue manager with V7..

Was the queue manager run successfully at any point of time after upgrading to V7?
what was the previosu MQ Version before upgrade to MQ V7?

What is the value of LIBPATH and LD_LIBPATH environment varialbe at your server?

What is o/p of command ls -lrt /usr/mqm/bin ?


Cheers,
Aditya
Back to top
View user's profile Send private message
itsme_001
PostPosted: Wed Jul 08, 2009 2:47 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

aditya.aggarwal wrote:
Hi itsme_001,

it seems to be the problem of 64 bit queue manager with V7..

Was the queue manager run successfully at any point of time after upgrading to V7?
what was the previosu MQ Version before upgrade to MQ V7?

What is the value of LIBPATH and LD_LIBPATH environment varialbe at your server?

What is o/p of command ls -lrt /usr/mqm/bin ?


Cheers,
Aditya



This is a case of a new installation of MQ V7.0.

For LIBPATH and LD_PATH; o/p of env is:
$ env
_=/usr/bin/env
LANG=en_US
LOGIN=mqm
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/mqm/bin:/usr/bin/X11:/sbin:.
LC__FASTMSG=true
LOGNAME=mqm
MAIL=/usr/spool/mail/mqm
LOCPATH=/usr/lib/nls/loc
USER=mqm
AUTHSTATE=files
SHELL=/usr/bin/ksh
ODMDIR=/etc/objrepos
HOME=/home/mqm
TERM=xterm
MAILMSG=[YOU HAVE NEW MAIL]
PWD=/usr/mqm/lib
TZ=PAKST-5PAKDT
A__z=! LOGNAME
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat



O/P of ls -l in /usr/mqm/bin
$ ls -l
total 37112
lrwxrwxrwx 1 mqm mqm 21 Jul 08 08:52 amqcctca -> /usr/mqm/lib/amqcctca
lrwxrwxrwx 1 mqm mqm 23 Jul 08 08:52 amqcctca_r -> /usr/mqm/lib/amqcctca_r
lrwxrwxrwx 1 mqm mqm 21 Jul 08 08:52 amqcltca -> /usr/mqm/lib/amqcltca
lrwxrwxrwx 1 mqm mqm 23 Jul 08 08:52 amqcltca_r -> /usr/mqm/lib/amqcltca_r
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 amqcrs6a -> /usr/mqm/bin/amqcrs6a_nd
-r-sr-sr-x 1 mqm mqm 90092 Jan 16 01:55 amqcrs6a_nd
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 amqcrsta -> /usr/mqm/bin/amqcrsta_nd
-r-sr-s--- 1 mqm mqm 94470 Jan 16 01:55 amqcrsta_nd
-r-sr-s--- 1 mqm mqm 6018 Jan 16 02:01 amqfcxba
-r-sr-s--- 1 mqm mqm 6020 Jan 16 02:01 amqfqpub
-r-sr-s--- 1 mqm mqm 166602 Jan 16 01:52 amqharmx
-r-sr-s--- 1 mqm mqm 166602 Jan 16 01:52 amqhasmx
-r-xr-x--- 1 mqm mqm 36926 Jan 16 02:01 amqicdir
-r-xr-xr-x 1 mqm mqm 37484 Jan 16 02:01 amqiclen
-r-sr-s--- 1 mqm mqm 100946 Jan 16 01:52 amqldmpa
-rwsr-s--- 1 mqm mqm 16278 Jan 16 01:55 amqltmc0
-r-xr-x--- 1 mqm mqm 116694 Jan 16 02:01 amqoamd
-r-sr-s--- 1 mqm mqm 393791 Jan 16 01:53 amqpcsea
-r-sr-s--- 1 mqm mqm 332185 Jan 16 01:56 amqrcmla
-r-sr-s--- 1 mqm mqm 116397 Jan 16 01:56 amqrdbgm
-r-sr-s--- 1 mqm mqm 92314 Jan 16 01:56 amqrfdm
-r-sr-s--- 1 mqm mqm 83923 Jan 16 01:55 amqrmppa
-r-sr-s--- 1 mqm mqm 586759 Jan 16 01:56 amqrrmfa
-r-xr-xr-x 1 mqm mqm 17525 Jan 16 02:03 amqsstop
-r-xr-xr-x 1 mqm mqm 557 Jan 16 02:16 amqwCleanSideQueue.sh
-r-xr-xr-x 1 mqm mqm 874 Jan 16 02:16 amqwclientConfig.sh
-r-xr-xr-x 1 mqm mqm 576 Jan 16 02:16 amqwclientTransport.wsdd
-r-xr-xr-x 1 mqm mqm 692 Jan 16 02:16 amqwdeployWMQService.sh
-r-xr-xr-x 1 mqm mqm 4137 Jan 16 02:16 amqwsetcp.sh
-r-xr-xr-x 1 mqm mqm 606 Jan 16 02:16 amqwstartwin.sh
-r-sr-sr-x 1 mqm mqm 19162 Jan 16 02:00 amqxmsg0
-r-sr-s--- 1 mqm mqm 127849 Jan 16 01:55 amqzdmaa
-r-sr-s--- 1 mqm mqm 195828 Jan 16 02:01 amqzfuma
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 amqzlaa0 -> /usr/mqm/bin/amqzlaa0_nd
-r-sr-s--- 1 mqm mqm 780076 Jan 16 01:52 amqzlaa0_nd
-r-sr-s--- 1 mqm mqm 93460 Jan 16 01:52 amqzllp0
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 amqzlsa0 -> /usr/mqm/bin/amqzlsa0_nd
-r-sr-s--- 1 mqm mqm 753699 Jan 16 01:52 amqzlsa0_nd
-r-sr-s--- 1 mqm mqm 105396 Jan 16 02:01 amqzlwa0
-r-sr-s--- 1 mqm mqm 201084 Jan 16 01:54 amqzmgr0
-r-sr-s--- 1 mqm mqm 542184 Jan 16 01:55 amqzmuc0
-r-sr-s--- 1 mqm mqm 309971 Jan 16 01:55 amqzmuf0
-r-sr-s--- 1 mqm mqm 867948 Jan 16 01:55 amqzmur0
-r-sr-s--- 1 mqm mqm 173890 Jan 16 01:54 amqzslf0
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 amqzxma0 -> /usr/mqm/bin/amqzxma0_nd
-r-sr-s--- 1 mqm mqm 1311568 Jan 16 01:54 amqzxma0_nd
-r-xr-xr-x 1 mqm mqm 598550 Jan 16 02:00 crtmqcvx
-r-xr-x--- 1 mqm mqm 3198 Nov 21 2008 crtmqlnk
-r-sr-s--- 1 mqm mqm 596322 Jan 16 01:54 crtmqm
-r-sr-s--- 1 mqm mqm 6014 Jan 16 02:01 dltmqbrk
-r-xr-x--- 1 mqm mqm 1344 Nov 21 2008 dltmqlnk
lrwxrwxrwx 1 bin bin 22 Jul 08 08:53 dltmqm -> /usr/mqm/bin/dltmqm_nd
-r-sr-s--- 1 mqm mqm 370661 Jan 16 01:54 dltmqm_nd
-r-sr-s--- 1 mqm mqm 182539 Jan 16 01:54 dmpmqaut
-r-sr-s--- 1 mqm mqm 83909 Jan 16 01:52 dmpmqlog
-r-xr-xr-x 1 mqm mqm 274553 Jan 16 01:54 dspmq
-r-sr-s--- 1 mqm mqm 256260 Jan 16 01:54 dspmqaut
-r-sr-s--- 1 mqm mqm 89859 Jan 16 01:52 dspmqcsv
-r-sr-s--- 1 mqm mqm 181451 Jan 16 01:52 dspmqfls
-r-sr-s--- 1 mqm mqm 175836 Jan 16 02:01 dspmqras
-r-xr-xr-x 1 mqm mqm 1442568 Jan 16 01:52 dspmqrte
-r-xr-xr-x 1 mqm mqm 207894 Jan 16 01:56 dspmqtrc
-r-sr-s--- 1 mqm mqm 184652 Jan 16 01:54 dspmqtrn
-r-xr-xr-x 1 mqm mqm 107299 Jan 16 01:53 dspmqver
-r-sr-s--- 1 mqm mqm 6006 Jan 16 02:01 endmqbrk
-r-sr-s--- 1 mqm mqm 98924 Jan 16 01:52 endmqcsv
-r-sr-s--- 1 mqm mqm 97333 Jan 16 01:55 endmqlsr
-r-sr-s--- 1 mqm mqm 277987 Jan 16 01:54 endmqm
-r-sr-s--- 1 mqm mqm 682122 Jan 16 01:55 endmqtrc
-r-xr-x--- 1 mqm mqm 107977 Jan 16 02:01 ffstsummary
-r-xr-x--- 1 mqm mqm 686487 Jan 16 02:01 migmbbrk
-r-xr-xr-x 1 mqm mqm 364031 Jan 16 02:01 mqrc
-r-xr-xr-x 1 mqm mqm 788 Nov 21 2008 mqsh
-r-xr-x--- 1 mqm mqm 6610 Jan 16 01:53 mqver
-r-sr-s--- 1 mqm mqm 262717 Jan 16 01:53 rcdmqimg
-r-sr-s--- 1 mqm mqm 356191 Jan 16 01:53 rcrmqobj
-r-xr-xr-x 1 mqm mqm 8380 Nov 21 2008 restrictedmode_migrateQM
-r-sr-s--- 1 mqm mqm 176950 Jan 16 01:54 rsvmqtrn
-r-sr-s--- 1 mqm mqm 6018 Jan 16 02:01 runmqbrk
-r-sr-s--- 1 mqm mqm 212497 Jan 16 01:55 runmqchi
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 runmqchl -> /usr/mqm/bin/runmqchl_nd
-r-sr-s--- 1 mqm mqm 91487 Jan 16 01:55 runmqchl_nd
-r-sr-s--- 1 mqm mqm 449648 Jan 16 01:53 runmqdlq
lrwxrwxrwx 1 bin bin 24 Jul 08 08:53 runmqlsr -> /usr/mqm/bin/runmqlsr_nd
-r-sr-s--- 1 mqm mqm 310347 Jan 16 01:55 runmqlsr_nd
-r-sr-s--- 1 mqm mqm 90157 Jan 16 01:56 runmqsc
-r-sr-s--- 1 mqm mqm 36120 Jan 16 01:55 runmqtmc
-r-sr-s--- 1 mqm mqm 36120 Jan 16 01:55 runmqtrm
-r-sr-s--- 1 mqm mqm 184875 Jan 16 01:54 setmqaut
-r-sr-s--- 1 mqm mqm 296004 Jan 16 01:54 setmqprd
lrwxrwxrwx 1 mqm mqm 21 Jul 08 08:53 strmqbrk -> /usr/mqm/bin/runmqbrk
-r-sr-s--- 1 mqm mqm 87327 Jan 16 01:52 strmqcsv
-r-sr-s--- 1 mqm mqm 489690 Jan 16 01:54 strmqm
-r-sr-s--- 1 mqm mqm 685849 Jan 16 01:55 strmqtrc
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Jul 08, 2009 2:55 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Looks like a day for repeating myself...

Quote:
Did you run the mqconfig script before installing? Any warnings/errors in the installation log? As suggested by WMBDEV1, are there any FDC files?


...and...

fjb_saper wrote:
Open a PMR with IBM...

_________________
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
aditya.aggarwal
PostPosted: Wed Jul 08, 2009 3:12 am    Post subject: Reply with quote

Master

Joined: 13 Jan 2009
Posts: 252

Hi exerk,

Agree with you...


Itsme_001,

Seems You need to open PMR with IBM on this...

I can only say that MQ installation seems to be correct.... you need to ensure that kernal parameters should be set correctly...and whether this queue manager under hacmp?

Cheers,
Aditya
Back to top
View user's profile Send private message
itsme_001
PostPosted: Wed Jul 08, 2009 3:25 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

exerk wrote:
Did you run the mqconfig script before installing? Any warnings/errors in the installation log? As suggested by WMBDEV1, are there any FDC files?


searching for the mqconfig script. Once installed would let u know of the output!!!!!!!
Back to top
View user's profile Send private message
itsme_001
PostPosted: Wed Jul 08, 2009 3:33 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

[quote="exerk"]Looks like a day for repeating myself...

Quote:
Did you run the mqconfig script before installing? Any warnings/errors in the installation log? As suggested by WMBDEV1, are there any FDC files?



here's the output of the mqconfig script

# ./mqconfig -v 7.0
mqconfig: Analyzing AIX 5.3 (powerpc) settings for WebSphere MQ 7.0

System V Semaphores
SEMMNI 9 sets [Auto Tuned] OK
SEMMNS 10 semaphore [Auto Tuned] OK

System V Shared Memory
SHMMNI 5 sets [Auto Tuned] OK

Other Settings
MAXUPROC 128 processes IBM:1024 FAIL
#
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 08, 2009 4:13 am    Post subject: Reply with quote

Grand High Poobah

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

itsme_001 wrote:
Other Settings
MAXUPROC 128 processes IBM:1024 FAIL
#


Found your problem.....
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » Not able to start Queue Manager
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.