ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Installing MQ 7.5 along with 7.0.1..9

Post new topic  Reply to topic
 Installing MQ 7.5 along with 7.0.1..9 « View previous topic :: View next topic » 
Author Message
rammer
PostPosted: Wed Apr 17, 2013 1:56 pm    Post subject: Installing MQ 7.5 along with 7.0.1..9 Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

Hi All,

Maybe its me reading the document incorrect

I currently have 7.0.1.9 installed on AIX and this is primary installation

I have now installed MQ 7.5 to do this I created a filesystem
/usr/mqm75

Then ran
installp -R /usr/mqm75 -acgYWd. <file sets>

This install correct but installs to
/usr/mqm75/usr/mqm

Info Centre shows >
The directory specified with the -R flag is an AIX User Specified Install Location (USIL). WebSphere MQ is installed underneath the directory specified. For example, if -R /USIL1 is specified, the WebSphere MQ product files are located in /USIL1/usr/mqm.

So I believe that maps to what I see.

However I have seen in other documentation and also on Linux that you can install to /opt/mqm75 and after installation is complete then all the binaries etc etc hand direct of mqm75 and not as my example on AIX /usr/mqm75/usr/mqm is currently showing

I know its me doing something wrong but for some reason I am missing it.

ie I was hoping the directories would be direct of /usr/mqm/75...

Thank you in advance
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Apr 17, 2013 2:03 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Linux is not AIX.....

installp is not rpm...

Maybe there's an alternate install method on AIX, smitty perhaps, that gives you a different option...
Back to top
View user's profile Send private message
rammer
PostPosted: Wed Apr 17, 2013 2:32 pm    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

Hi Jeff

Thanks for taking the time to respond. I understand Linux / Aix differences I was just presuming (maybe incorrectly) that installing it would be similar in terms of the paths etc.

I cant find anything in SMIT and our Unix Team tell me there isnt anything but I just needed to ask the question and see what my respected peers in MQ Land may have done.

Thanks
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Apr 17, 2013 2:48 pm    Post subject: Re: Installing MQ 7.5 along with 7.0.1..9 Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

rammer wrote:
ie I was hoping the directories would be direct of /usr/mqm/75...

What you've observed is perfectly ok, and should be exactly what you see in the MQ install instructions. The AIX USIL is a bigger concept than just a means to install MQ. There is no similar concept in use on any of the other platforms MQ supports.
Back to top
View user's profile Send private message
rammer
PostPosted: Wed Apr 17, 2013 2:53 pm    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

Thanks mvic.
Back to top
View user's profile Send private message
rammer
PostPosted: Tue Apr 23, 2013 3:36 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

Morning All.

I have carried on testing out installation / removal of MQ 7.5 and have come across strange scenario.

Installation has been by
installp -R USIL_Directory -acgXYd. list of file sets
uninstallation has been by
installp -R usil -u mqm

First installation went into /usr/mqm75 and all was ok, and queue manager could be created and associated with 7.5 installation.

running lslpp -l | grep mqm it only shows filesets for 7.0.1.9 example
mqm.base.runtime 7.0.1.9 APPLIED WebSphere MQ Runtime for

This is where I decided to uninstall it and carry out reinstallation. Info centre for removal was followed and no errors shown. Then when I try to re-install I get the following

Verifying selections...0503-040 installp: A system error occurred while attempting
to access the Software Vital Product Data.
Use local problem reporting procedures.

Created new filesystem all installed fine but same output as above, does not show 7.5 filesets and same issue doing uninstall etc. (This installation I did not create a queue manager with the installation)

After various attempts this is what I see. Installation0 and Installation 4 are the only installations on the server at the moment.

InstName: Installation0
InstDesc: IBM WebSphere MQ Installation
Identifier: 0
InstPath: /usr/mqm
Version: 7.0.1.9
Primary: Yes
State: Available

InstName: Installation1
InstDesc:
Identifier: 1
InstPath: /usr/mqm75/usr/mqm
Version: ?.?.?.?
Primary: No
State: Not Available

InstName: Installation2
InstDesc:
Identifier: 2
InstPath: /usr/mqm75/usr/usr/mqm
Version: ?.?.?.?
Primary: No
State: Not Available

InstName: Installation3
InstDesc:
Identifier: 3
InstPath: /temp/mqtest/2204/usr/mqm
Version: ?.?.?.?
Primary: No
State: Not Available

InstName: Installation4
InstDesc:
Identifier: 4
InstPath: /usr/mq75/usr/mqm
Version: 7.5.0.1
Primary: No
State: Available


So in summary what I do not understand is why
1) trying to display the filesets that are installed for MQ 7.5 on AIX are not showing just 7.0.1.9
2) Why after removal can we not reinstal into that directory and why does dspmqinst think there is someting hanging around.

Thanks in advance
Back to top
View user's profile Send private message
rammer
PostPosted: Tue Apr 23, 2013 3:39 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

dspmqver -i
Name: WebSphere MQ
Version: 7.5.0.1
Level: p750-001-130308
BuildType: IKAP - (Production)
Platform: WebSphere MQ for AIX
Mode: 64-bit
O/S: AIX 6.1
InstName: Installation4
InstDesc:
InstPath: /usr/mq75/usr/mqm
DataPath: /var/mqm
Primary: No
MaxCmdLevel: 750

Name: WebSphere MQ
Version: 7.0.1.9
InstName: Installation0
InstDesc: IBM WebSphere MQ Installation
InstPath: /usr/mqm
Primary: Yes
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Apr 23, 2013 3:56 am    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

What do you see if you use -R <path> on the lslpp command?
Back to top
View user's profile Send private message
rammer
PostPosted: Tue Apr 23, 2013 4:02 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

mvic,

Thank you

lslpp -R /usr/mq75/ -l | grep mqm
mqm.base.runtime 7.5.0.1 COMMITTED IBM WebSphere MQ Runtime for

Do you have any ideas why when running dspmqinst I still see old installs?

Thanks in advance
Back to top
View user's profile Send private message
rammer
PostPosted: Tue Apr 23, 2013 7:01 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

rammer wrote:
Do you have any ideas why when running dspmqinst I still see old installs?


ok this is the offending file, appears that uninstal of MQ 7.5 is not tidying this file up

/etc/opt/mqm/mqinst.ini
Back to top
View user's profile Send private message
rammer
PostPosted: Tue Apr 23, 2013 8:39 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

MY query can be ignored IBM kindly pointed me in direction of dltmqinst.. so thats good news..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Installing MQ 7.5 along with 7.0.1..9
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.