Author |
Message
|
lam |
Posted: Mon Nov 27, 2006 9:39 am Post subject: crtmqm not found!! |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
hi,
I installed websphere MQ in HP-UX :
swinstall -s src_dir MQSERIES
(and I choosethe target path '/opt' beccause it does not go with target path '/' )
I found now my file bin in /opt/opt/mqm/bin
but when I log in with mqm and I try to create a MQ with command
crtmqm -q queue.manager
I've :ksh: crtmqm: not found
when I search this command in /opt/opt/mqm/bin and /usr/bin I don't found it!!!!!!!!!!!!
please where is the problem !!!suggest me what can I do to resolve my problem |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 27, 2006 9:45 am Post subject: Re: crtmqm not found!! |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lam wrote: |
(and I choosethe target path '/opt' beccause it does not go with target path '/' )
|
Did it give any particular reason or just sulk?
[/quote]
lam wrote: |
I found now my file bin in /opt/opt/mqm/bin
when I search this command in /opt/opt/mqm/bin I don't found it!!!!!!!!!!!!
|
So is it there or isn't it?
Are you sure your PATH hasn't been set to the right location, i.e. /opt/bin where it won't find the command? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mvic |
Posted: Mon Nov 27, 2006 9:49 am Post subject: Re: crtmqm not found!! |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
lam wrote: |
please where is the problem !!!suggest me what can I do to resolve my problem |
Possibly the install did not complete successfully. Check the output logs from the installer. |
|
Back to top |
|
 |
lam |
Posted: Mon Nov 27, 2006 10:07 am Post subject: |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
I found in /opt/opt/mqm/bin : crtmqm_nd
and when I try with crtmqm_nd queuemanager it does not go
and when i TRY/
# whereis crtmqm
crtmqm: /opt/mqm/man/man1/crtmqm.1
# which crtmqm
no crtmqm in /telesci/bin /telesci/modulebase/bin /bin /usr/bin /etc /sbin /usr/sbin /usr/contrib/bin /usr/lib /usr/lib/acct /telesci/sebx /telesci/programs /telesci/poller
swlist MQSERIES
# Initializing...
# Contacting target "chambord"...
ERROR: Software "MQSERIES" was not found on host "chambord:/".
swverify MQSERIES.MQM-SERVER
======= 11/27/06 18:01:47 WET BEGIN swverify SESSION
(non-interactive) (jobid=chambord-0112)
* Session started for user "root@chambord".
* Beginning Selection
* Target connection succeeded for "chambord:/".
ERROR: Could not apply the software selection "MQSERIES.MQM-SERVER";
it is not available from depot or root "chambord:/".
* Software selection failed for "chambord:/".
ERROR: Cannot continue the "swverify" task.
* Selection had errors.
======= 11/27/06 18:01:51 WET END swverify SESSION (non-interactive)
(jobid=chambord-0112)
I announce that during the installation I d'nt found anny error it's installed as 100%
thanks a lot for your answer |
|
Back to top |
|
 |
mvic |
Posted: Mon Nov 27, 2006 10:22 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
lam wrote: |
swlist MQSERIES
# Initializing...
# Contacting target "chambord"...
ERROR: Software "MQSERIES" was not found on host "chambord:/". |
This suggests the software did not install successfully.
I think your problems may center around the fact that you have found files in /opt/opt/mqm. They are expected to be installed in /opt/mqm. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 28, 2006 12:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lam wrote: |
I announce that during the installation I d'nt found anny error it's installed as 100%
thanks a lot for your answer |
I concur that it's not installed properly. I've seen instances before where people have (for justifyable reasons) tried to install somewhere other than /opt/mqm & ended up in a tangle. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Nov 28, 2006 1:31 am Post subject: Re: crtmqm not found!! |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
lam wrote: |
hi,
I installed websphere MQ in HP-UX :
swinstall -s src_dir MQSERIES
(and I choosethe target path '/opt' beccause it does not go with target path '/' )
I found now my file bin in /opt/opt/mqm/bin
but when I log in with mqm and I try to create a MQ with command
crtmqm -q queue.manager
I've :ksh: crtmqm: not found
when I search this command in /opt/opt/mqm/bin and /usr/bin I don't found it!!!!!!!!!!!!
please where is the problem !!!suggest me what can I do to resolve my problem |
The problem you have found is that the postinstall scripts that create crtmqm ( on HP-UX it is a symbolic link to crtmqm_nd ) will only work if the product is installed to the correct location. There are numerous other reason why the product will not work in this configuration.
You can not install MQSERIES in an alternative location, you need to uninstall the product, determine why you can not install it to the default location and reinstall it correctly, following the instructions in the Quick Beginnings manual. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
lam |
Posted: Tue Nov 28, 2006 2:27 am Post subject: |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
when I chosse target path = '/' a message tell me that the software MQSERIES is imcompatible with the target.
and when I change target by '/opt/???' I found MQSERIES with the software compatible with the target and I can run installation
where is the problem and what I have to do to installe the software in the correcte repertory '/'!!! |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 28, 2006 2:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lam wrote: |
when I chosse target path = '/' a message tell me that the software MQSERIES is imcompatible with the target.
|
You want to do a search in here - there have been a couple of recent posts (last couple of days) about an "incompatable software" message in HP-UX.
You may have the wrong media image for your version. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Nov 28, 2006 2:41 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
lam wrote: |
when I chosse target path = '/' a message tell me that the software MQSERIES is imcompatible with the target.
and when I change target by '/opt/???' I found MQSERIES with the software compatible with the target and I can run installation
where is the problem and what I have to do to installe the software in the correcte repertory '/'!!! |
Probably you are installing on ia64 using PARISC media or vice-versa, installing to an alternate root disables that check. What is the output of uname -a and swlist -l product -a software_spec -d -s <path_to_depot> MQSERIES ? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
lam |
Posted: Tue Nov 28, 2006 4:12 am Post subject: |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
# uname -a
HP-UX chambord B.11.11 U 9000/800 2006012639 unlimited-user license
# Contacting target "chambord"...
ERROR: The "swlist" command requires a path when operating on a
depot. The path cannot be "/". The target given is
"chambord"; the path given is "/".
ERROR: More information may be found in the daemon logfile on this
target (default location is
chambord:/var/adm/sw/swagentd.log).
I annouce that during installation I have thirs warnnig:
WARNING: The product "MQSERIES,r=6.0.1.0" will not be configured
because it is not compatible with this system. Configuration
can only be done on compatible systems, or by running the
"swconfig" command with the "allow_incompatible" option set to
"true". |
|
Back to top |
|
 |
lam |
Posted: Tue Nov 28, 2006 4:35 am Post subject: |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
I think that the version 6.0.1.0 of webspher mq is incompatible with the OS HP-ux B.11.11 !!!!! that true or not |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Nov 28, 2006 5:10 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi lam,
MQ 6.0.1.0 is compatible with OS HP-ux B.11.11.
find out is it a itanium or pa-risc, and re-check which MQ Series installble that you got.
Please let us know about this
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Nov 28, 2006 6:37 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
lam wrote: |
# uname -a
HP-UX chambord B.11.11 U 9000/800 2006012639 unlimited-user license
|
OK, so the system is a PA-RISC machine.
Quote: |
# Contacting target "chambord"...
ERROR: The "swlist" command requires a path when operating on a
depot. The path cannot be "/". The target given is
"chambord"; the path given is "/".
ERROR: More information may be found in the daemon logfile on this
target (default location is
chambord:/var/adm/sw/swagentd.log).
|
Use the form of swlist that I posted earlier, the -d option should be the same as you use when you attemt to install the product
Quote: |
I annouce that during installation I have thirs warnnig:
WARNING: The product "MQSERIES,r=6.0.1.0" will not be configured
because it is not compatible with this system. Configuration
can only be done on compatible systems, or by running the
"swconfig" command with the "allow_incompatible" option set to
"true". |
This gives us a clue, WebSphere MQ V.6 for HP-UX was released as 6.0.0.0 for PA-RISC and 6.0.1.0 for IA64, you are trying to install from the IA64 media when the system is PA-RISC.
When swinstall says The product ... is not compatible with this system', it means it, you should not attempt to circumvent the installer by using the 'allow incompatible software' option. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
lam |
Posted: Tue Nov 28, 2006 6:55 am Post subject: |
|
|
Acolyte
Joined: 09 Nov 2006 Posts: 50
|
|
Back to top |
|
 |
|