Author |
Message
|
Indrani Sarangi |
Posted: Mon Dec 18, 2006 2:23 am Post subject: Steps to Install MQSeries5.3 on linux |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
Please guide me as to how to install MQ Series5.3 on linux. The detailed steps or pointer to any doc that contains a detailed description will be very helpful .
I have a MQ53Server_LinuxIntel.tar file on the linux server and need to install from the same . The tar file comprises of mqlicense.sh and a set of .rpm files . |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 18, 2006 2:37 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
dp111443 |
Posted: Mon Dec 18, 2006 2:46 am Post subject: |
|
|
Voyager
Joined: 25 Feb 2004 Posts: 82
|
First of all you must untar the file in a directory location of your choice.
tar -xvf MQ53Server_LinuxIntel.tar
You should then accept the license as follows
./mqlicense.sh
this will page the license agreement. Type ‘1’ to accept the license.
You should then run the 'rpm -i' command against the linux install package.
e.g.
rpm -i MQSeriesRuntime-5.3.0-2.i386.rpm
There are several that you must install in particular orders so I would advise you to look at the installation documentation which can be found at:
http://www-306.ibm.com/software/integration/wmq/library/library53.html
Make sure you have done any pre-req's, etc. too.
best of luck!
cheers,
Dharmesh _________________ Integration Design/Developer
IBM Certified System Administrator -
WebSphere MQ V5.3 |
|
Back to top |
|
 |
wschutz |
Posted: Mon Dec 18, 2006 3:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Then apply the latest CSD .... _________________ -wayne |
|
Back to top |
|
 |
Indrani Sarangi |
Posted: Mon Dec 18, 2006 3:32 am Post subject: |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
./mqlicense.sh -accept is giving the following error message:
./mqlicense.sh: line 132: 20517 Segmentation fault ${JRE?} -cp ${LAPCLASSPATH?} com.ibm.lex.lapapp.LAP -l ${PROGPATH?}/lap/licenses -s /tmp/mq_license ${STATUSARG} ${DISPLAYARG}
ERROR: Installation will not succeed unless the license
agreement can be accepted.
If the error was caused by a display problem,
read the license agreement file in the 'License'
directory, and then run the following command:
mqlicense.sh -accept
Only use this command if you accept the license
agreement.
For other errors, contact your IBM support centre.
As found in another post I did LD_ASSUME_KERNEL=4 but still its giving the same error . Please help |
|
Back to top |
|
 |
dp111443 |
Posted: Mon Dec 18, 2006 3:55 am Post subject: |
|
|
Voyager
Joined: 25 Feb 2004 Posts: 82
|
Yeap, many people have problems with the mqlicense.sh. Not sure what the exception means.
work around to this is however:
mkdir /tmp/mq_license
mkdir /tmp/mq_license/license
touch /tmp/mq_license/license/status.dat
This will bypass the license agreement and allow you to continue with the install.
PLEASE NOTE: by doing this, you are still bound to the license agreement.
cheers,
dharmesh _________________ Integration Design/Developer
IBM Certified System Administrator -
WebSphere MQ V5.3 |
|
Back to top |
|
 |
Indrani Sarangi |
Posted: Mon Dec 18, 2006 4:17 am Post subject: |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
Can anybody please tell me how do I create a new file system and mount it as /opt/mqm. I have a directory structure /opt/mqm . |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 18, 2006 4:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Indrani Sarangi wrote: |
Can anybody please tell me how do I create a new file system and mount it as /opt/mqm. I have a directory structure /opt/mqm . |
Don't play in Unix sys admin stuff... get your OS sysadmins to do it for you...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 18, 2006 4:46 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
what is the need of creating a new file system and mount it as /opt/mqm
as fjb_saper suggested get in touch with your system admin
or is it for your local system
if you are having enough space then there is no need to create a new file system or mount it.
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Indrani Sarangi |
Posted: Mon Dec 18, 2006 6:03 am Post subject: |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
I have completed the installation .However, I am getting the following error while trying to execute the runmqsc command from the console:
runmqsc: relocation error: /opt/mqm/lib/libmqmr.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Does it mean that my installation was not proper? |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 18, 2006 6:18 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Did you specify the LD_ASSUME_KERNEL parameter
if not export it to LD_ASSUME_KERNEL =2.4.1
and let us know the status
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Indrani Sarangi |
Posted: Mon Dec 18, 2006 6:27 am Post subject: |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
Yes I specified set LD_ASSUME_KERNEL =2.4.1 at the command prompt but still then its giving me the same error:
runmqsc: relocation error: /opt/mqm/lib/libmqmr.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Please help. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 18, 2006 6:29 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
Indrani Sarangi |
Posted: Mon Dec 18, 2006 6:40 am Post subject: |
|
|
Newbie
Joined: 17 Dec 2006 Posts: 8
|
Yes it worked. Now am getting a different error:
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Starting MQSC for queue manager .
AMQ8146: WebSphere MQ queue manager not available.
No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
Can you tell me what might be the cause for the above error.
Thanks a lot in advance |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 18, 2006 6:44 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Its prompting that you haven't specified the correct queue manager
plz specify the correct queue manager that you created
Its not an error at all
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|