Author |
Message
|
depuk |
Posted: Sun Jul 29, 2018 11:08 pm Post subject: Regarding Multi version installation |
|
|
Apprentice
Joined: 13 Nov 2015 Posts: 31
|
I have installed MQ version 8 but i am trying to install MQ9 on the same server on Linux .When i try to install it i am facing the problem .plz help me .I have created packages but getting the below error .Here MQ94 is package name which i have created .Plz suggest where i am makeing mistake.
root@fedora17-64-base x86_64]# rpm MQ94 /opt/MQ10 -ivh MQSeries*.rpm
error: open of MQ94 failed: No such file or directory
error: not an rpm package
error: /opt/MQ10: not an rpm package (or package manifest):
[root@fedora17-64-base x86_64]# uname -a
Linux fedora17-64 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux |
|
Back to top |
|
 |
exerk |
Posted: Mon Jul 30, 2018 12:06 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Was the command you ran ./crtmqpkg MQ94 ?
If so, the installer will expect the full path to the packages, e.g. /var/tmp/mq_rpms/MQ94/x86_64/MQSeriesRuntime_1-9.0.0-0.x86_64.rpm _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
depuk |
Posted: Mon Jul 30, 2018 12:46 am Post subject: |
|
|
Apprentice
Joined: 13 Nov 2015 Posts: 31
|
Hi Exerk,
Thanks for your reply .
Yes I ran the command as ./crtmqpkg MQ94
As you suggested i ran the command with full path but still i am facing problem .Plz suggest.
root@fedora17-64-base x86_64]# rpm MQ94 /opt/MQ10 -ivh MQSeriesJava_MQ94-9.0.0-0.x86_64.rpm MQSeriesRuntime_MQ94-9.0.0-0.x86_64.rpm MQSeriesJava_MQ94-9.0.0-0.x86_64.rpm
error: open of MQ94 failed: No such file or directory
error: not an rpm package
error: /opt/MQ10: not an rpm package (or package manifest):
warning: package MQSeriesJava_MQ94-9.0.0-0.x86_64 was already added, skipping MQSeriesJava_MQ94-9.0.0-0.x86_64
[root@fedora17-64-base x86_64]# pwd
/var/tmp/mq_rpms/MQ94/x86_64 |
|
Back to top |
|
 |
exerk |
Posted: Mon Jul 30, 2018 12:55 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
This is a command I run:
rpm --prefix /opt/mqm/inst1 -ivh /var/tmp/mq_rpms/1/x86_64/MQSeriesRuntime_1-9.0.0-0.x86_64.rpm
As stated in paragraph 5, HERE in the Knowledge Centre. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
depuk |
Posted: Mon Jul 30, 2018 2:26 am Post subject: |
|
|
Apprentice
Joined: 13 Nov 2015 Posts: 31
|
Thanks Exerk,
Now i am able to install MQ 9 |
|
Back to top |
|
 |
|