Author |
Message
|
Linda Kinnard |
Posted: Wed Apr 05, 2006 3:54 pm Post subject: Install MQ 6.0 on HP-UX |
|
|
Newbie
Joined: 05 Apr 2006 Posts: 1
|
We are installing MQ 6.0.1 on HP-UX B.11.11. When running the mqlicense script (./mqlicense.sh) we received error messages at the lunch LAP tool command:
Error: Could not find libjava.sl
Error: Could not find Java 2 Runtime environment.
When we manually run the command in the script, we got permission denied message even though we are login as root. The path to all the java libraries are included for root.
We don't have any JAVA application that uses MQ. There is no pre-reqs stated for JAVA in the MQ manual. How do we get around this problem and why we even have this problem to start with?
Any help is appreciated. _________________ Linda Kinnard |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 05, 2006 4:09 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
xxx |
Posted: Wed Apr 05, 2006 4:13 pm Post subject: |
|
|
Centurion
Joined: 13 Oct 2003 Posts: 137
|
check if you have JAVA_HOME set ,
i.e do a echo $JAVA_HOME , if the JAVA_HOME is set , unset it ! and run the license,
We ran into similar problem on 5.3 CSD 10 Upgrade , I am not sure if both are same but JAVA_HOME fixed the issue |
|
Back to top |
|
 |
vennela |
Posted: Wed Apr 05, 2006 11:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
sminstall should also have a flag that cold be set to accept a license (if I remember correctly). I am pretty sure there is one for smit (or installp or geninstall on AIX).
Wayne's suggestion above is the best one for all platforms though. |
|
Back to top |
|
 |
mvic |
Posted: Thu Apr 06, 2006 12:25 am Post subject: Re: Install MQ 6.0 on HP-UX |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Linda Kinnard wrote: |
We are installing MQ 6.0.1 on HP-UX B.11.11. When running the mqlicense script (./mqlicense.sh) we received error messages at the lunch LAP tool command:
Error: Could not find libjava.sl
Error: Could not find Java 2 Runtime environment. |
That command (or the Java utility it runs) should pick up a JRE on the CD. The last time I looked (which isn't recently) I think it used the path ( ./ if you said ./mqlicense.sh ) to work out where its JRE was.
Did you really type the ./ in ./mqlicense.sh ? |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Apr 06, 2006 4:39 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
vennela wrote: |
sminstall should also have a flag that cold be set to accept a license (if I remember correctly). I am pretty sure there is one for smit (or installp or geninstall on AIX). |
WebSphere MQ does not use the swinstall licensing tools - the java required is in the install image and should be found relative to the mqlicense.sh script. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Apr 06, 2006 4:50 am Post subject: Re: Install MQ 6.0 on HP-UX |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Linda Kinnard wrote: |
We are installing MQ 6.0.1 on HP-UX B.11.11. When running the mqlicense script (./mqlicense.sh) we received error messages at the lunch LAP tool command:
Error: Could not find libjava.sl
Error: Could not find Java 2 Runtime environment.
When we manually run the command in the script, we got permission denied message even though we are login as root. The path to all the java libraries are included for root.
We don't have any JAVA application that uses MQ. There is no pre-reqs stated for JAVA in the MQ manual. How do we get around this problem and why we even have this problem to start with?
Any help is appreciated. |
The required jvm is included in the install media and should be found in a directory relative to the mqlicense.sh script. Are you sure you are using the right install image? There are separate ones for PA-RISC and IA64 and the error you give is the same one I get if I try to run the IA64 version on a PA-RISC machine. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
rdubey |
Posted: Tue Aug 01, 2006 7:46 am Post subject: |
|
|
Novice
Joined: 11 Jul 2006 Posts: 17 Location: USA
|
does anyone know how licensing is done in mq on hpux ?
i have 2 boxes in a frame with each having 2 cpus and licensing units
are 18. does that mean 14 licenses will waste ? is it possible that i can use remaing 14 units on different machines which are in different frame.
licensing is CPU based or frmae based in mq ? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 01, 2006 7:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The only reliable answer you can get on any licensing question is the one you'll get from your IBM Sales Representative.
In general, MQ licensing is done by CPU these days. But that may be different for you, on your platform, under your agreements, in your region.
Ask your sales rep. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|