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 » installation directory of MQ ?

Post new topic  Reply to topic
 installation directory of MQ ? « View previous topic :: View next topic » 
Author Message
satya_jammy
PostPosted: Mon Jan 18, 2010 5:16 am    Post subject: installation directory of MQ ? Reply with quote

Acolyte

Joined: 01 Oct 2009
Posts: 66

Can some tell me how i can change the installation directory of mq while installing in solaris. My requirement is to install the mqm in an directory structure given by my client .
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jan 18, 2010 5:26 am    Post subject: Re: installation directory of MQ ? Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

satya_jammy wrote:
Can some tell me how i can change the installation directory of mq while installing in solaris. My requirement is to install the mqm in an directory structure given by my client .


And the Quick Beginnings manual for Solaris says what?
_________________
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
satya_jammy
PostPosted: Mon Jan 18, 2010 5:45 am    Post subject: Reply with quote

Acolyte

Joined: 01 Oct 2009
Posts: 66

Quick Beginings says that we need to install the MQ on /opt/mqm directory. instead of /opt/mqm can i specify any other directory structure as its installation directory.. apart from creating a symbolic link from /opt/mqm to this new directory.
Back to top
View user's profile Send private message
satya_jammy
PostPosted: Mon Jan 18, 2010 5:47 am    Post subject: Reply with quote

Acolyte

Joined: 01 Oct 2009
Posts: 66

my required installation directory doesnot contain mqm folder in its structure
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Jan 18, 2010 5:51 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

satya_jammy wrote:
my required installation directory does not contain mqm folder in its structure


Nor will it until you create it...I suggest you read the manual again.
_________________
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
Vitor
PostPosted: Mon Jan 18, 2010 6:11 am    Post subject: Reply with quote

Grand High Poobah

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

satya_jammy wrote:
my required installation directory doesnot contain mqm folder in its structure


No, it wouldn't.

Questions:

- why does the client want a different install directory? What purpose does it serve?
- how have other software products with specific directory requirements been installed on the server in question?
- what's wrong with a sym link?
- what does the manual have to say about this?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mvic
PostPosted: Mon Jan 18, 2010 8:18 am    Post subject: Re: installation directory of MQ ? Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

satya_jammy wrote:
Can some tell me how i can change the installation directory of mq while installing in solaris. My requirement is to install the mqm in an directory structure given by my client .

Please tell your IBM account rep (or the client's IBM rep?) about this requirement. The MQ product today does not support this requirement. Product files are installed to /opt/mqm and the runtime of the product expects the files to be in that location, hard coded.
Back to top
View user's profile Send private message
biruk
PostPosted: Fri Apr 02, 2010 3:06 am    Post subject: Reply with quote

Novice

Joined: 31 Mar 2010
Posts: 14

Hy,

I'm new in MQ administration, but this should be optional.
On some companies, all the software installed separately from the OS, must be installed on a specific drive:
that drive will be backup at a specific interval.
security reason, they can give access to that folder and monitor the activity more easily.

I'm aware that not all applications store data in their folders, but some do that, and I think is better to have a start point in case of...

We usually work with windows, and this is the main reason )).
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 02, 2010 5:18 am    Post subject: Reply with quote

Grand High Poobah

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

biruk wrote:
We usually work with windows, and this is the main reason )).


And if you consult the documentation for Windows you'll notice that WMQ does allow the selection of an installation directory on that platform.

On Solaris and most Unix platforms software goes to a specific directory; in the case of Solaris it's /opt. It's highly unusual to put anything anywhere else and your Solaris admin will probably look at you funny if you ask, hence my question about the requirement and how the client in question runs software already installed on the box.

One reason for this as opposed to the Windows model is there's no reason for /opt/mqm to be stored on the same disc as /opt or any of the other /opt directories. The file path, unlike Windows, doesn't flow from the root. Indeed the documentation for WMQ recommends that the queues (in /var/mqm/qmgrs/<name>/queues) be on a separate disc to the logs (logically adjacent in the directory tree at /var/mqm/qmgrs/<name>/logs) for recovery purposes.

It's like saying (in Unix terms) you want to store data in /opt with the software not /var - everyone will give you a very strange look.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Fri Apr 02, 2010 5:56 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

biruk wrote:
Hy,

I'm new in MQ administration, but this should be optional.
On some companies, all the software installed separately from the OS, must be installed on a specific drive:
that drive will be backup at a specific interval.
security reason, they can give access to that folder and monitor the activity more easily.

I'm aware that not all applications store data in their folders, but some do that, and I think is better to have a start point in case of...

We usually work with windows, and this is the main reason )).


Ask the sys admin to create a separate file system for /opt/mqm on any available disk. That file system can then be backed up separately at a specific interval. The same goes for /var/mqm.
_________________
Glenn
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Apr 03, 2010 7:17 am    Post subject: Reply with quote

Grand High Poobah

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

Vitor wrote:
...separate disc to the logs (logically adjacent in the directory tree at /var/mqm/qmgrs/<name>/logs) for recovery purposes
I thought the default path for logs was at /var/mqm/logs/<qmgrname>/active... ??
Did that change ?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Sat Apr 03, 2010 8:00 am    Post subject: Reply with quote

Grand High Poobah

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

fjb_saper wrote:
Vitor wrote:
...separate disc to the logs (logically adjacent in the directory tree at /var/mqm/qmgrs/<name>/logs) for recovery purposes
I thought the default path for logs was at /var/mqm/logs/<qmgrname>/active... ??
Did that change ?


Anybody got a Unix box to hand?

Anyway, my point regarding queues & logs being on separate discs yet adjacent under /var/mqm/qmgrs/<name> holds.
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » IBM MQ Installation/Configuration Support » installation directory of MQ ?
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.