Author |
Message
|
happyj |
Posted: Mon Nov 24, 2008 9:07 am Post subject: MQ install - Solaris |
|
|
Voyager
Joined: 07 Feb 2005 Posts: 87
|
Hi
Are there any options for changing the location where MQ installs
certain files. I'm thinking specifically of the library files placed
under /usr/lib ?
thanks in advance |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 24, 2008 4:00 pm Post subject: Re: MQ install - Solaris |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
happyj wrote: |
Hi
Are there any options for changing the location where MQ installs
certain files. I'm thinking specifically of the library files placed
under /usr/lib ?
thanks in advance |
I thought the mq stuff under /usr/lib was all symlinks  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Wed Nov 26, 2008 5:28 pm Post subject: Re: MQ install - Solaris |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
happyj wrote: |
Hi
Are there any options for changing the location where MQ installs
certain files. I'm thinking specifically of the library files placed
under /usr/lib ?
thanks in advance |
Files are always installed to /opt/mqm. Symlinks are placed in /usr/lib and /usr/include. Queue manager data defaults to /var/mqm but this can be configured per-queue-manager. |
|
Back to top |
|
 |
happyj |
Posted: Fri Nov 28, 2008 4:39 am Post subject: |
|
|
Voyager
Joined: 07 Feb 2005 Posts: 87
|
from what I've found in the documentation MQ installs soft links, message catologs and man pages to /usr.
Does anyone know why this is done ?
I would expect /usr to be an O/S only file system. |
|
Back to top |
|
 |
vennela |
Posted: Sun Nov 30, 2008 7:32 pm Post subject: Re: MQ install - Solaris |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
happyj wrote: |
Hi
Are there any options for changing the location where MQ installs
certain files. I'm thinking specifically of the library files placed
under /usr/lib ?
thanks in advance |
You cannot change where MQ is installed
If you want you can create a sym link |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Nov 30, 2008 10:11 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
happyj wrote: |
I would expect /usr to be an O/S only file system. |
Why? "usr" is short for "user". /usr is the "user" part of the file system.
"/opt" is the "optional" part of the file system, "/var" is the "variable" part.
Putting symlinks into "/lib" instead of "/usr/lib" would be putting stuff into an O/S only file system. |
|
Back to top |
|
 |
|