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 » IBM MQ Installation/Configuration Support » How to change installation location of WMQ using SMITTY??

Post new topic  Reply to topic Goto page 1, 2  Next
 How to change installation location of WMQ using SMITTY?? « View previous topic :: View next topic » 
Author Message
kirankatthula
PostPosted: Tue May 06, 2014 4:52 am    Post subject: How to change installation location of WMQ using SMITTY?? Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

I got a requirement to install the WebSphere MQ in non-default installation location.

Need to install this using SMITTY tool.

The reason for installing in non-default installation location is to keep the OS binaries and WMQ binaries separate.

So all the OS binaries are maintained under rootvg and softwares like WMQ binaries are maintained under DataVG.

I spent lot of time in exploring infocentre,google and failed to find a solution.

Operating System:AIX 7.1
WMQ Version: V7.0

Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue May 06, 2014 4:54 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Look at MQ 7.1 or 7.5, not 7.0, if you want to install in non default locations.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
kirankatthula
PostPosted: Tue May 06, 2014 8:53 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.helphome.doc%2Fwmq_helphome.html

Hi peter

Got to know that I can use installp command.....for non-default installation path

installp -R USIL_Directory -acgXYd. all

For example can I do the installation in <DataVG>/usr/mqm?

If that is successful will it create data path...ie...<DataVG>/var/mqm???


Last edited by kirankatthula on Wed May 07, 2014 1:16 am; edited 2 times in total
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue May 06, 2014 10:13 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Default data and log paths can be common to more than one version...
However the binaries should sit in different directories.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
kirankatthula
PostPosted: Wed May 07, 2014 1:00 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

I'm just trying to find a way to install WMQ in non-default installation location.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Wed May 07, 2014 1:03 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Why don't you try it? If it needs the target directories to be creates and setup correctly before you run it the installation may fail and tell you why it failed.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
kirankatthula
PostPosted: Wed May 07, 2014 1:14 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

The environment is not yet ready.......before it gets ready I'm trying to get some idea on it......

Didn't got a chance for AIX(Non-default installation location) till now.......


Last edited by kirankatthula on Wed May 07, 2014 2:25 am; edited 2 times in total
Back to top
View user's profile Send private message
exerk
PostPosted: Wed May 07, 2014 1:43 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

kirankatthula wrote:
...I tried it on RHEL(LINUX) and was successful...

Let me get this straight - you were able to install WebSphere MQ Version 7.0 in non-default locations, i.e. not /opt/mqm and /var/mqm, so I'd be really interested in how you did that unless you mean you sym-linked?
_________________
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
View user's profile Send private message
kirankatthula
PostPosted: Wed May 07, 2014 2:43 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

I did that installation for installing wmq7.1 and 7.5 over 7.0 under /opt only ......may be I was wrong in giving that as a example.

Is there any possibility there for me to install WMQ 7.0 under non-default installation location otherthan /usr/mqm????
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed May 07, 2014 4:27 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

I don't believe you can install 7.0 in a location other than default.
AFAIK this feature was introduced with 7.1 and requires your 7.0 if present to be at a minimum level of 7.0.1.6 or higher (from memory)
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Tibor
PostPosted: Wed May 07, 2014 5:34 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

kirankatthula wrote:
Is there any possibility there for me to install WMQ 7.0 under non-default installation location otherthan /usr/mqm????

As exerk mentioned, you can manage it Unix-way, just create a symbolic link to your favorite data volume, e.g.
Code:
ln -s /vol/dir/mq70 /usr/mqm
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed May 07, 2014 5:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Tibor wrote:
kirankatthula wrote:
Is there any possibility there for me to install WMQ 7.0 under non-default installation location otherthan /usr/mqm????

As exerk mentioned, you can manage it Unix-way, just create a symbolic link to your favorite data volume, e.g.
Code:
ln -s /vol/dir/mq70 /usr/mqm


Be cautious - not tried it with WMQv7.0, but certainly WMQv6 didn't enjoy that. If you do this, I would suggest that you install WMQv7.0 where it wants to be installed and place a symlink so that if you ls where you want it installed it shows up.

But I'm just some guy, you know?

It of course depends why you're trying to segrigate OS and other binaries; are you trying to use separate mount points or just trying to make it look nice and tidy in the directory listings?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Wed May 07, 2014 6:25 am    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

If you do succeed in installing it in a non-default location, nobody else will be expecting this change. It will cause confusion and delay.
Back to top
View user's profile Send private message AIM Address
kirankatthula
PostPosted: Thu May 08, 2014 12:02 am    Post subject: Reply with quote

Novice

Joined: 16 Oct 2012
Posts: 10

Joseph Gramig:

Anyway we will provide some documentation on it.......I hope there will be no confusion.

Vitor:

For this particular infra configuration OS is SAN booted, nothing stays in the internal disks.

This is my client requirement to keep the software (WMQ) installations out of the rootVG.

Otherwise I would have proceeded with default installation procedure.

Tibor:

I will try for the symbolic link concept.......


I'm trying to learn some new things from you guys........
Back to top
View user's profile Send private message
Tibor
PostPosted: Thu May 08, 2014 12:20 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

For symlink: as it was told, if the installer is creating a "real" directory entry when installing MQ, you can move /usr/mqm entry to anywhere else and then create a symlink for this one.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » How to change installation location of WMQ using SMITTY??
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.