Author |
Message
|
riteshprasad1 |
Posted: Thu Jan 25, 2018 10:44 pm Post subject: MQ 9.0 Installation on AIX to NON DEFAULT directory. |
|
|
Apprentice
Joined: 31 Jul 2014 Posts: 25
|
Hi,
We are doing multi stage migration of MQ from version 7.0.1.14 to Version 9.0.x. In the process we are trying to install the latest version to a separate directory other than the default installation directory(usr/mqm). V7.0.1.14 is installed under usr/mqm.
As per the recommendation from IBM we are using the installp command. Below are the steps performed:
mkusil -R /sys2/mqm/V9.0 -c MQ_Install_9.0
installp -R /sys2/mqm/V9.0 -apgXYd . all
The installp command is giving an error stating
installp: relocated installation is not currently supported on TCB enabled systems.
This has become a show stopper , any help and suggestion from the MQ enthusiasts will be highly appreciated. Thanks in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jan 26, 2018 5:35 am Post subject: Re: MQ 9.0 Installation on AIX to NON DEFAULT directory. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
riteshprasad1 wrote: |
installp: relocated installation is not currently supported on TCB enabled systems. |
For the record, I've no idea what a TCB enabled AIX system is.
Given that IBM is the vendor for both products, and this is a show stopper, I'd recommend a PMR with a fairly high priority. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
riteshprasad1 |
Posted: Fri Jan 26, 2018 6:27 am Post subject: Re: MQ 9.0 Installation on AIX to NON DEFAULT directory. |
|
|
Apprentice
Joined: 31 Jul 2014 Posts: 25
|
Vitor wrote: |
riteshprasad1 wrote: |
installp: relocated installation is not currently supported on TCB enabled systems. |
For the record, I've no idea what a TCB enabled AIX system is.
Given that IBM is the vendor for both products, and this is a show stopper, I'd recommend a PMR with a fairly high priority. |
Yes we have a PMR opened, in the mean time we also tried to install MQ 7.1 but got the same error.
IBM Reference Link - https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.mig.doc/q006340_.htm
Also tried with Smitty AIX installation without any luck.
Thanks for the response. |
|
Back to top |
|
 |
zpat |
Posted: Fri Jan 26, 2018 6:48 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
TCB might be Trusted Computing Base?
You need at least 7.0.1.16 to install another version of MQ alongside.
Start by applying the fixpak on your old version, to tolerate multi-install.
Be warned - if you later try to remove 7.0.1, it will wreck your other install. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
riteshprasad1 |
Posted: Fri Jan 26, 2018 6:51 am Post subject: |
|
|
Apprentice
Joined: 31 Jul 2014 Posts: 25
|
zpat wrote: |
TCB might be Trusted Computing Base?
You need at least 7.0.1.16 to install another version of MQ alongside.
Start by applying the fixpak on your old version, to tolerate multi-install.
Be warned - if you later try to remove 7.0.1, it will wreck your other install. |
Hi MQ 7.0.1.14 is the latest and the greatest fixpack which we have already installed. Please see IBM ref link - http://www-01.ibm.com/support/docview.wss?uid=swg27014224 |
|
Back to top |
|
 |
markt |
Posted: Fri Jan 26, 2018 7:19 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
The multiple install prereqs 7.0.1.6 not the non-existent 7.0.1.16.
Quote: |
installp: relocated installation is not currently supported on TCB enabled systems. |
is a general AIX error message from installp, nothing specific to do with MQ - you'd have the message when tyring to do a relocated installp for any product. Any questions about it really need to be directed to AIX support.
Google very quickly found http://www-01.ibm.com/support/docview.wss?uid=swg21967691 which appears to suggest temporarily disabling TCB. |
|
Back to top |
|
 |
riteshprasad1 |
Posted: Fri Jan 26, 2018 8:38 am Post subject: |
|
|
Apprentice
Joined: 31 Jul 2014 Posts: 25
|
markt wrote: |
The multiple install prereqs 7.0.1.6 not the non-existent 7.0.1.16.
Quote: |
installp: relocated installation is not currently supported on TCB enabled systems. |
is a general AIX error message from installp, nothing specific to do with MQ - you'd have the message when tyring to do a relocated installp for any product. Any questions about it really need to be directed to AIX support.
Google very quickly found http://www-01.ibm.com/support/docview.wss?uid=swg21967691 which appears to suggest temporarily disabling TCB. |
Ok got confused by the typo. Yes the pre req is 7.0.1.6 and as suggested by ibm we went to the latest and greatest fixpack 7.0.1.14. Will work with the AIX admin to see if he would be comfortable to disable the TCB. Thanks |
|
Back to top |
|
 |
|