Author |
Message
|
prakash27 |
Posted: Tue Jun 05, 2012 1:05 pm Post subject: Issues in installling MQ V7.1 |
|
|
Novice
Joined: 15 Feb 2011 Posts: 20
|
Hi All,
I had installed MQ 7.1( New installation )on AIX ( os level 7100-00-04-1140). After installation i am unable to run the commands like dspmq and crtmqm.
When i ran dspmq command i am getting below response
Ksh: dspmq: not found.
I am unable to see these commands under <installpath/bin>.
I read and followed the procedure mentioned in IBM documentation.
Set the installation to primyary...Done
ran the command <MQ Installation path> setmqenv -s
But still i am unable to run commands like dspmq and crtmqm....
Any suggestions ? |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jun 05, 2012 1:56 pm Post subject: Re: Issues in installling MQ V7.1 |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
prakash27 wrote: |
Hi All,
I had installed MQ 7.1( New installation )on AIX ( os level 7100-00-04-1140). After installation i am unable to run the commands like dspmq and crtmqm.
When i ran dspmq command i am getting below response
Ksh: dspmq: not found.
I am unable to see these commands under <installpath/bin>.
I read and followed the procedure mentioned in IBM documentation.
Set the installation to primyary...Done
ran the command <MQ Installation path> setmqenv -s
But still i am unable to run commands like dspmq and crtmqm....
Any suggestions ? |
The 'not found' error is from the shell telling you that dspmq command cannot be found in the current search PATH. This is a UNIX error.
Try the UNIX find command to locate dspmq. Change your directory to that path, then try dspmq again. _________________ 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 |
|
 |
prakash27 |
Posted: Tue Jun 05, 2012 2:47 pm Post subject: Issues in installling MQ V7.1 |
|
|
Novice
Joined: 15 Feb 2011 Posts: 20
|
I don't find dspmq in the entire filesystem. (find / -type f -name dspmq -exec ls -l {} \; )
Any other suggestions before requesting for the re-installation ?
FYI :
The /usr/mqm/bin has these file
amqcgskv32 amqicvar amqwstartwin.sh dspmqras runmqras
amqcgskv64 amqltmc0 amqxdbg dspmqtrc runmqtmc
amqicdir amqltmcc amqxmsg0 dspmqver setmqenv
amqicfil amqwCleanSideQueue.sh crtmqenv endmqtrc setmqinst
amqichlp amqwclientConfig.sh crtmqinst isa.xml strmqikm
amqiclen amqwclientTransport.wsdd dltmqinst mqrc strmqtrc
amqiclib amqwdeployWMQService.sh dmpmqcfg runmqakm
amqicrel amqwsetcp.sh dspmqinst runmqckm
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 06, 2012 2:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
prakash27 |
Posted: Wed Jun 06, 2012 8:36 am Post subject: Issues in installling MQ V7.1 |
|
|
Novice
Joined: 15 Feb 2011 Posts: 20
|
Thanks Jeff.
I did run setmqenv command after teh installation. The dspmqver is working but not the 'dspmq', runmqsc,crtmq... commands.
Thanks,
Prakash |
|
Back to top |
|
 |
JasonE |
Posted: Wed Jun 06, 2012 9:16 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Are you sure it wasnt a client only installation, or perhaps only partial components that was performed? The list includes things like soap samples, and client only parts plus mqbase only parts, but nothing obviously from the server component |
|
Back to top |
|
 |
prakash27 |
Posted: Wed Jun 06, 2012 9:46 am Post subject: |
|
|
Novice
Joined: 15 Feb 2011 Posts: 20
|
Thanks JasonE for your reply.
I think both runtime ( server ) and client were installed.
below are the list of the components installed on AIX server
lslpp -l | grep mq
mqm.base.runtime 7.1.0.0 COMMITTED WebSphere MQ Runtime for
mqm.base.samples 7.1.0.0 COMMITTED WebSphere MQ Samples
mqm.base.sdk 7.1.0.0 COMMITTED WebSphere MQ Base Kit for
mqm.client.rte 7.1.0.0 COMMITTED WebSphere MQ Client for AIX
mqm.gskit.rte 7.1.0.0 COMMITTED IBM Global Security Kit for
mqm.java.rte 7.1.0.0 COMMITTED WebSphere MQ Java Client, JMS
mqm.jre.rte 7.1.0.0 COMMITTED WebSphere MQ Java Runtime
mqm.msg.en_US 7.1.0.0 COMMITTED WebSphere MQ Messages - U.S.
mqm.xr.clients 7.1.0.0 COMMITTED WebSphere MQ Telemetry Clients
mqm.base.runtime 7.1.0.0 COMMITTED WebSphere MQ Runtime for
mqm.man.en_US.data 7.1.0.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 06, 2012 9:15 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
That does not look like a server install
You only have the client *.rte parts...
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
JasonE |
Posted: Thu Jun 07, 2012 1:00 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Quote: |
That does not look like a server install
You only have the client *.rte parts... |
Right... They are definitely missing mqm.server.rte for a start (which includes crtmqm) |
|
Back to top |
|
 |
|