Author |
Message
|
Hanuman |
Posted: Mon Aug 28, 2006 7:54 am Post subject: Problem in configuring MQ Series Queues |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
We have installed MQ Series 5.3 on Solaris 8. While trying to configure queues as mentioned in manual we are getting error:
$ runmqsc jupiter.queue.manager
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Starting MQSC for queue manager jupiter.queue.manager.
AMQ8146: WebSphere MQ queue manager not available.[/b][/b]
No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
$
Could some one help us to understand what is missing? Where is problem? |
|
Back to top |
|
 |
bbburson |
Posted: Mon Aug 28, 2006 7:59 am Post subject: Re: Problem in configuring MQ Series Queues |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
Parag wrote: |
We have installed MQ Series 5.3 on Solaris 8. While trying to configure queues as mentioned in manual we are getting error:
$ runmqsc jupiter.queue.manager
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Starting MQSC for queue manager jupiter.queue.manager.
AMQ8146: WebSphere MQ queue manager not available.[/b][/b]
No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
$
Could some one help us to understand what is missing? Where is problem? |
1) is the queue manager running (use dspmq to see)
2) is the queue manager name really 'jupiter.queue.manager'? Or is it perhaps JUPITER.QUEUE.MANAGER -- case matters in the UNIX world
3) is your userid in the mqm group? |
|
Back to top |
|
 |
Hanuman |
Posted: Mon Aug 28, 2006 8:04 am Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
$ dspmq
QMNAME(venus.queue.manager) STATUS(Ended normally)
QMNAME(venus1.queue.manager) STATUS(Ended normally)
QMNAME(jupiter.queue.manager) STATUS(Ended normally)
$ touch xyz
$ ls -l
total 2
drwxr-xr-x 10 mqm mqm 512 Aug 25 02:59 dumps
-rw-r--r-- 1 mqm mqm 0 Aug 28 09:55 xyz
$
Yes, I have attached output of dspmq. mqm is group of mqm |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 28, 2006 8:07 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
First off, those are sample names and are horrible things to use for real.
Second off, MQ pretty much upper cases things unless you specifically tell it not to. So when you say "runmqsc jupiter.queue.manager", it actually turns into "runmqsc JUPITER.QUEUE.MANAGER", which is not the same at all.
This is another reason why the sample names are horrible to use for real. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Hanuman |
Posted: Mon Aug 28, 2006 8:15 am Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
We tried creating our own queue, but still not able to proceed.
$ crtmqm -q Q1.queue.manager
WebSphere MQ queue manager created.
WebSphere MQ was unable to display an error message 893.
$ strmqm Q1.queue.manager
WebSphere MQ was unable to display an error message 893.
$ runmsqc Q1.queue.manager
runmsqc: not found
$
$ runmqsc Q1.queue.manager
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Starting MQSC for queue manager Q1.queue.manager.
AMQ8146: WebSphere MQ queue manager not available.
No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
$
Pls advise |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 28, 2006 8:20 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
After creating the QMGR, you will have to start it.
Use strmqm to start the QMGR |
|
Back to top |
|
 |
wschutz |
Posted: Mon Aug 28, 2006 8:28 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
jefflowrey wrote: |
Second off, MQ pretty much upper cases things unless you specifically tell it not to. So when you say "runmqsc jupiter.queue.manager", it actually turns into "runmqsc JUPITER.QUEUE.MANAGER", which is not the same at all. |
No. Folding to uppercase only happens in MQSC context. _________________ -wayne |
|
Back to top |
|
 |
jeevan |
Posted: Mon Aug 28, 2006 8:46 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Did you also install fixpak? Install fixpak and create the queue manager. Dun forget to give queue manager name in CAP. |
|
Back to top |
|
 |
Hanuman |
Posted: Mon Aug 28, 2006 8:54 am Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
Well i am creating queue solaris 8. and according to installation guide all patches have allready been cleared,
Can u be more clear on which FIXpak to be used. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Aug 28, 2006 9:23 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
One occassion you will get this error message 893 is when you create qmgr without installing a fixpak. Which fixpak did you install? I would suggest please install fixpak 12 which is latest and try again. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Aug 28, 2006 9:26 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Also, please check whether the disk is full. This error message is generated if the disk is full. |
|
Back to top |
|
 |
Hanuman |
Posted: Mon Aug 28, 2006 10:30 pm Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
i am doing all this using telnet.
Accessing the SUn server on which Websphere is installed and trying to creates queues using telnet is this genearating problem,
Please help me out in this. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 29, 2006 1:48 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
No, telnet should'nt be the problem...do this:
Code: |
cd /var/mqm/errors
ffstsummary |
and post the output .... _________________ -wayne |
|
Back to top |
|
 |
bbburson |
Posted: Tue Aug 29, 2006 5:21 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
Also, do this:
Code: |
df -k /var/mqm /var/mqm/log |
...and post the output here. |
|
Back to top |
|
 |
Hanuman |
Posted: Tue Aug 29, 2006 6:03 am Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
$ df -k /var/mqm
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c1t0d0s0 2829007 438049 2334378 16% /
$
This is the output of df -k/var/mqm |
|
Back to top |
|
 |
|