Re: Red Hat Linux 9

2004-06-29 Thread Jason Antonitis


David,

I had a similar questionrunning Redhat Enterprise Server 3 running WMQ v5.3. The PMR response I received from IBM was to run with LD_ASSUME_KERNEL=2.4.19

LD_ASSUME_KERNELforces every process running on the server to use Linux threads. Somewhere I found the env var AMQ_THREADMODEL_RESET=1. From what I read, this forces WMQ to use Linux Threads, but does not effect other processes. They will still be able to use NPTL. Unfortunately, I don't remember where I read this and google isn't helping this time.



Jason AntonitisSr. MQ Administrator, SSG/Data ServicesInformation Systems and Services DivisionTransunion, LLC.(312) 985-2742
 "David C. Partridge" [EMAIL PROTECTED] 06/29/2004 6:10:39 AM I know there was a discussion about this while back, and IIRC the consensuswas that you should set LD_ASSUME_KERNEL=2.2.5 to run MQ 5.3 on RHL 9.0.Is this really the right value - or should I be usingLD_ASSUME_KERNEL=2.4.1?The reason I ask this is that MQ 5.3 is running fine on my RHL 8 system withkernel level 2.4.20 with no specific LD_ASSUME_KERNEL settings and shouldtherefore be using the "floating stacks" version of LinuxThreads by default(rather than the original LinuxThreads version which a 2.2.5 value wouldforce).Has this changed with recent CSDs (i.e. does MQ 5.3 plus CSD?? now have thefixes to work correctly with both LinuxThreads and NPTL?)?Do user applications using the QM need this setting or is it just the queuemanager processes?What about the IBM JDK/JRE? Does that need this as well?Thanks,David

Re: Red Hat Linux 9

2003-07-08 Thread Kelly, Steve
Did you have to do anything in particular to get it working. I needed to set the 
environment variable LD_ASSUME_KERNEL=2.2.5 to be able to run some of the commands 
(e.g. setmqcap and crtmqm). Even then crtmqm hangs, and I can't start the queue 
manager (strmqm).   

Steve.
 

-Original Message-
From: Rexford Ballard [mailto:[EMAIL PROTECTED]
Sent: 02 July 2003 14:36
To: [EMAIL PROTECTED]
Subject: Re: Red Hat Linux 9


I've used MQ 5.3 on RH 9.  It seems to work quite well.

Usually the certified version is listed and Linux tries to maintain
backward compatibility.
Major kernel/glibc revisions sometimes need to be tested.




Kelly, Steve [EMAIL PROTECTED]@AKH-WIEN.AC.AT on
07/02/2003 04:23:12 AM

Please respond to MQSeries List [EMAIL PROTECTED]

Sent by:MQSeries List [EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc:
Subject:Red Hat Linux 9



Anyone tried MQ5.3 on RedHat Linux 9  Does it work ?
I know the MQ doc says it's certified against RedHat 7.2.

Steve.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
 Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-04 Thread Kelly, Steve
Jean-Francois,

Thanks for that. IBM have confirmed that its because RH9 uses NPTL (Native Posix 
Thread Library). I did as you suggested and mqlicense.sh works OK now. IBM suggested 
as did Federico that all you need to do is create an empty file called 
/tmp/mq_license/license/status.dat. Thats all mqlicense.sh does. Makes you wonder what 
the point is, if you don't actually have to tick the box to say you accept the TsCs!  

Thanks again,

Steve.

-Original Message-
From: Jean-Francois Chabilan [mailto:[EMAIL PROTECTED]
Sent: 03 July 2003 13:18
To: [EMAIL PROTECTED]
Subject: Re: Red Hat Linux 9


On Thu, 2003-07-03 at 11:42, Kelly, Steve wrote:
 Not really an MQ problem, as such, but I can't even get past the running of 
 mqlicense.sh to accept the TsCs !
  It fails with a segmentation error. And according to the doc the rest of the 
 install won't work until I've done this !

mqlicence.sh launch the Java License Agreement Process tool. Try

LD_ASSUME_KERNEL=2.2.5 ./mqlicense.sh

for RedHat 9. See the File RELEASE-NOTES from the first RedHat CDs:

-- RELEASE-NOTES --
Applications that are known to have problems using NPTL include:

   - Sun JRE prior to version 1.4.1

   - IBM JRE

   If an application does not work properly with NPTL, it can be run
   using the old LinuxThreads implementation by setting the
following
   environment variable:

   LD_ASSUME_KERNEL=kernel-version

   The following versions are available:

   - 2.4.1 - Linuxthreads with floating stacks

   - 2.2.5 - Linuxthreads without floating stacks

-- RELEASE-NOTES --

--
Jean-Francois Chabilan [EMAIL PROTECTED]

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-03 Thread Kelly, Steve
Not really an MQ problem, as such, but I can't even get past the running of 
mqlicense.sh to accept the TsCs ! It fails with a segmentation error. And according 
to the doc the rest of the install won't work until I've done this !

Steve.

-Original Message-
From: David C. Partridge [mailto:[EMAIL PROTECTED]
Sent: 02 July 2003 09:50
To: [EMAIL PROTECTED]
Subject: Re: Red Hat Linux 9


FWIW it does appear to work just fine on RHL8.

HTH
Dave

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-03 Thread David C. Partridge
If you're getting a segmentation fault running mqlicense.sh, methinks 'tis
time to open an incident with your friendly local IBM support centre.

Dave

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-03 Thread Federico Demi (news)
Before running mqlicense.sh try to create an empty file named:
/tmp/mq_license/license/status.dat

Ciao,
F.
__
Federico Demi
Primeur
Via Malagoli, 12 -- 56124 Pisa, Italy
Phone: +39 050 31331
Fax: +39 050 3133232
Mobile: +39 348 8960 563
http://www.primeur.com
mailto:[EMAIL PROTECTED]




- Original Message -
From: David C. Partridge [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 12:11 PM
Subject: Re: Red Hat Linux 9


 If you're getting a segmentation fault running mqlicense.sh, methinks 'tis
 time to open an incident with your friendly local IBM support centre.

 Dave

 Instructions for managing your mailing list subscription are provided in
 the Listserv General Users Guide available at http://www.lsoft.com
 Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-03 Thread Jean-Francois Chabilan
On Thu, 2003-07-03 at 11:42, Kelly, Steve wrote:
 Not really an MQ problem, as such, but I can't even get past the running of 
 mqlicense.sh to accept the TsCs !
  It fails with a segmentation error. And according to the doc the rest of the 
 install won't work until I've done this !

mqlicence.sh launch the Java License Agreement Process tool. Try

LD_ASSUME_KERNEL=2.2.5 ./mqlicense.sh

for RedHat 9. See the File RELEASE-NOTES from the first RedHat CDs:

-- RELEASE-NOTES --
Applications that are known to have problems using NPTL include:

   - Sun JRE prior to version 1.4.1

   - IBM JRE

   If an application does not work properly with NPTL, it can be run
   using the old LinuxThreads implementation by setting the
following
   environment variable:

   LD_ASSUME_KERNEL=kernel-version

   The following versions are available:

   - 2.4.1 - Linuxthreads with floating stacks

   - 2.2.5 - Linuxthreads without floating stacks

-- RELEASE-NOTES --

--
Jean-Francois Chabilan [EMAIL PROTECTED]

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-02 Thread David C. Partridge
FWIW it does appear to work just fine on RHL8.

HTH
Dave

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Red Hat Linux 9

2003-07-02 Thread Rexford Ballard
I've used MQ 5.3 on RH 9.  It seems to work quite well.

Usually the certified version is listed and Linux tries to maintain
backward compatibility.
Major kernel/glibc revisions sometimes need to be tested.




Kelly, Steve [EMAIL PROTECTED]@AKH-WIEN.AC.AT on
07/02/2003 04:23:12 AM

Please respond to MQSeries List [EMAIL PROTECTED]

Sent by:MQSeries List [EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc:
Subject:Red Hat Linux 9



Anyone tried MQ5.3 on RedHat Linux 9  Does it work ?
I know the MQ doc says it's certified against RedHat 7.2.

Steve.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
 Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive