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 » Steps to Install MQSeries5.3 on linux

Post new topic  Reply to topic Goto page 1, 2  Next
 Steps to Install MQSeries5.3 on linux « View previous topic :: View next topic » 
Author Message
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 2:23 am    Post subject: Steps to Install MQSeries5.3 on linux Reply with quote

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
View user's profile Send private message
Gaya3
PostPosted: Mon Dec 18, 2006 2:37 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

There are couple of documents in IBM website.

Go to
http://www-306.ibm.com/software/integration/wmq/library/library53.html

Go through the WebSphere MQ for Linux


Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
dp111443
PostPosted: Mon Dec 18, 2006 2:46 am    Post subject: Reply with quote

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
View user's profile Send private message
wschutz
PostPosted: Mon Dec 18, 2006 3:01 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Then apply the latest CSD ....
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 3:32 am    Post subject: Reply with quote

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
View user's profile Send private message
dp111443
PostPosted: Mon Dec 18, 2006 3:55 am    Post subject: Reply with quote

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
View user's profile Send private message
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 4:17 am    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Dec 18, 2006 4:41 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Gaya3
PostPosted: Mon Dec 18, 2006 4:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 6:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Gaya3
PostPosted: Mon Dec 18, 2006 6:18 am    Post subject: Reply with quote

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
View user's profile Send private message
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 6:27 am    Post subject: Reply with quote

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
View user's profile Send private message
Gaya3
PostPosted: Mon Dec 18, 2006 6:29 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

Not set . Set can be used only on Windows i believe

on Unix based systems

export LD_ASSUME_KERNEL =2.4.1

for more information

http://www-304.ibm.com/jct09002c/isv/tech/faq/individual?oid=2:80544

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Indrani Sarangi
PostPosted: Mon Dec 18, 2006 6:40 am    Post subject: Reply with quote

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
View user's profile Send private message
Gaya3
PostPosted: Mon Dec 18, 2006 6:44 am    Post subject: Reply with quote

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
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 » Steps to Install MQSeries5.3 on linux
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.