Author |
Message
|
csmith28 |
Posted: Thu Sep 18, 2003 12:34 pm Post subject: Installing SSL for MQ (this is now a tip) see final posts |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
OS: AIX 4.3.3.0
MQSeries 5.3 with CSD04
I am trying to install SSL for MQ on my server. I have installed:
#lslpp -l | grep -i java
Java131.rte.bin 1.3.1.0 COMMITTED Java Runtime Environment
Java131.rte.lib 1.3.1.0 COMMITTED Java Runtime Environment
mqm.java.rte 5.3.0.4 COMMITTED WebSphere MQ Java Client
But when ever I run /usr/bin/gsk6ikm & I get the following alert:
"The java native library was not correctly loaded. You can work only with a pure java based key database but not a CMS key database."
I have another server with same OS/MQver and it appears to have a few more java filesets commited that aren't on the new server:
ava131.ext.security.cmp-us
1.3.1.0 COMMITTED Java Certificate Management
Java131.ext.security.jce-us
1.3.1.0 COMMITTED Java Cryptography Extension
Java131.ext.security.jsse-us
1.3.1.0 COMMITTED Java Secure Socket Extension
Java131.ext.security.pkcs-us
1.3.1.0 COMMITTED Java Public Key Cryptography
I looked all over the MQ5.3 install disk and I couldn't find anything that looked like they were what I needed. I did some searching on the AIX 4.3.3 install disks but again no luck.
Can anyone here point me to where these filesets are or perhaps point me to the documentation I need to read so I can complete this install.
Thanks _________________ Yes, I am an agent of Satan but my duties are largely ceremonial.
Last edited by csmith28 on Mon Sep 22, 2003 12:49 pm; edited 1 time in total |
|
Back to top |
|
 |
harwinderr |
Posted: Thu Sep 18, 2003 9:34 pm Post subject: |
|
|
 Voyager
Joined: 29 Jan 2002 Posts: 90
|
Quote: |
I looked all over the MQ5.3 install disk |
Did you find a Java2 SDK on WMQ53 install disk? If yes, install that and it may work for you
I faced the same problem on Linux. The gsk6ikm did not work with the previously installed Java SDK. But after installing the Java SDK (from the install disk) it worked.
Hope it helps
Later,
HR |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Sep 19, 2003 7:56 am Post subject: yup sdk is installed |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
#lslpp -l | grep -i mqm
mqm.Client.Bnd 5.3.0.0 COMMITTED WebSphere MQ Client Bundle
mqm.Server.Bnd 5.3.0.0 COMMITTED WebSphere MQ Server Bundle
mqm.base.runtime 5.3.0.4 COMMITTED WebSphere MQ Runtime for
mqm.base.samples 5.3.0.4 COMMITTED WebSphere MQ Samples
mqm.base.sdk 5.3.0.4 COMMITTED WebSphere MQ Base Kit for
mqm.client.rte 5.3.0.4 COMMITTED WebSphere MQ Client for AIX
mqm.java.rte 5.3.0.4 COMMITTED WebSphere MQ Java Client
mqm.keyman.rte 5.3.0.2 COMMITTED WebSphere MQ Support for GSKit
mqm.msg.en_US 5.3.0.4 COMMITTED WebSphere MQ Messages - U.S.
mqm.server.rte 5.3.0.4 COMMITTED WebSphere MQ Server
mqm.base.runtime 5.3.0.4 COMMITTED WebSphere MQ Runtime for
mqm.man.en_US.data 5.3.0.0 COMMITTED WebSphere MQ Man Pages - U.S. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Sep 19, 2003 8:55 am Post subject: I found it |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
|
Back to top |
|
 |
csmith28 |
Posted: Mon Sep 22, 2003 11:21 am Post subject: Doh!, the prerequisits will kill you..... |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
To confirm this run the following command: #lslpp -l | grep -i mqm
You should see the following filesets:
mqm.Client.Bnd mqm.Server.Bnd mqm.base.runtime mqm.base.samples mqm.base.sdk mqm.client.rte
mqm.java.rte mqm.keyman.rte mqm.man.en_US.data mqm.msg.en_US mqm.server.rte.
The base install of AIX 4.3.3 has C++ 4.3.0.1 and the gsk6ikm program needs C++ Runtime version 5.0.2. or better to work properly. Without C++ version 5.0.2 or better the gsk6ikm GUI will throw the following error message "The Java native library was not correctly loaded. You can work only with a pure Java based key databases but not a CMS key database."
To correct this you need to install:
xlC.adt.include 5.0.2.0 xlC.aix43.rte 5.0.2.0
xlC.msg.en_US.rte 5.0.2.0
xlC.rte 5.0.2.0
Then you need to install:
xlC.rte.5.0.2.1 xlC.aix43.rte.5.0.2.7
Note: you may have to re-install mqm.base.sdk and mqm.java.rte. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|