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 » Segmentation fault message while installing MQ in Linux

Post new topic  Reply to topic Goto page 1, 2  Next
 Segmentation fault message while installing MQ in Linux « View previous topic :: View next topic » 
Author Message
krsrini79
PostPosted: Tue Oct 23, 2007 12:36 am    Post subject: Segmentation fault message while installing MQ in Linux Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

Hi
I am getting the below error while Installing MQ in Linux ES4.
/var/tmp/rpm-tmp.72418 line 319:1511 segmentation fault /opt/mqm/bin/amqicdir -i -f grep: /var/mqm/mqs.ini:no such file or directory.

Please guide me to proceeed further on this..

If require any more information, please mention the path to look for logs.
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
Gaya3
PostPosted: Tue Oct 23, 2007 12:46 am    Post subject: Re: Segmentation fault message while installing MQ in Linux Reply with quote

Jedi

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

krsrini79 wrote:
Hi
I am getting the below error while Installing MQ in Linux ES4.
/var/tmp/rpm-tmp.72418 line 319:1511 segmentation fault /opt/mqm/bin/amqicdir -i -f grep: /var/mqm/mqs.ini:no such file or directory.

Please guide me to proceeed further on this..

If require any more information, please mention the path to look for logs.


Its prompting no such file or directory, go to that particular directory and find out its ther eor not.
Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
SureshAlagarsamy
PostPosted: Tue Oct 23, 2007 12:50 am    Post subject: Reply with quote

Novice

Joined: 22 Apr 2007
Posts: 17

Obviously mqs.ini is not present at /var/mqm. Only
Back to top
View user's profile Send private message
Gaya3
PostPosted: Tue Oct 23, 2007 12:53 am    Post subject: Reply with quote

Jedi

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

hi

its not only mqs.ini, its good to check the following executable too
/opt/mqm/bin/amqicdir.

as he is installing the product, so i suspect the above executable is missing.

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 12:58 am    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

The mqs.ini is not there. When I try to execute amqicdir -a , it outputs segmentation fault.
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
Gaya3
PostPosted: Tue Oct 23, 2007 1:08 am    Post subject: Reply with quote

Jedi

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

Hi

Are you sure mqs.ini is not there in /var/mqm/ directory.
Recheck it once again.

it will come along with the installation, if its not there means, you havent installed properly.

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 1:16 am    Post subject: MQSeriesRuntime installation error Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

The file is not there. The error I mentioned is thrown during the runtimeserver installation itself.

Obviously the installation is not proper.
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 2:10 am    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

Anybody has suggestions regarding this error ?
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Tue Oct 23, 2007 2:35 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

krsrini79 wrote:
Anybody has suggestions regarding this error ?

amqicdir is run by the postinstall script to create the /var/mqm/directory structure including creating mqs.ini, as amqicdir has failed the following code, which expects mqs.ini to exist, also fails.

What platform is this on ? Can you give the output of uname -a and
file /opt/mqm/bin/amqicdir. Did you do anything unusual when installing, like adding --nodeps to the rpm install command?
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 3:25 am    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

Thanks for the reply Philip.

Uname-a : Linux localhost.localdomain 2.6.9-34.0.2.EL #1 Fri Jun 30 10:22:45 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux

I am performing a normal installation. As the /opt/mqm space is less I have provided a link to /usr/mqm explicitly using ln command.

Also the files ownership I had changed to mqm:mqm and tried,But of no use.
In /opt/mqm/bin, when I issue ./amqicdir -a,it outputs segmentation fault
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 3:29 am    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

Under /opt/mqm/bin, Even I issue dspmqver, it outputs segmentation fault.
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 5:38 am    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

Whether MQ v6.0 is compatible to Linux x86_64 architecture.

Are thereb any other requirements like switching to 32 bit shell using 'linux32 bash' while installing MQ?

When I issue amqicdir -a in solaris,I got the below
AMQ6241: The filesystem object '/var/mqm/' is a symbolic link.
AMQ6241: The filesystem object '/var/mqm/log' is a symbolic link.

and still 'segmentation fault' in Linux.
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Tue Oct 23, 2007 6:16 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

Are you using the x86_64 packages ? What are the names of the rpm files you are using ?
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
krsrini79
PostPosted: Tue Oct 23, 2007 10:03 pm    Post subject: Reply with quote

Novice

Joined: 21 Jun 2006
Posts: 23

I am using WMQv600Trial-x86_linux_2.tar.gz (405MB) for this installation which is mentioned like "WebSphere MQ for Linux for System x 86Series Linux platform".
The RPM packages names were : MQSeriesMsg_Zh_TW-6.0.0-0.i386.rpm
MQSeriesClient-6.0.0-0.i386.rpm MQSeriesRuntime-6.0.0-0.i386.rpm
MQSeriesConfig-6.0.0-0.i386.rpm MQSeriesSamples-6.0.0-0.i386.rpm
MQSeriesFTA-6.0.0-0.i386.rpm MQSeriesSDK-6.0.0-0.i386.rpm
MQSeriesIES30-6.0.0-0.i386.rpm MQSeriesServer-6.0.0-0.i386.rpm
MQSeriesJava-6.0.0-0.i386.rpm MQSeriesTXClient-6.0.0-0.i386.rpm
MQSeriesKeyMan-6.0.0-0.i386.rpm PreReqs
MQSeriesMan-6.0.0-0.i386.rpm readadd.txt
MQSeriesMsg_de-6.0.0-0.i386.rpm READMEs
MQSeriesMsg_es-6.0.0-0.i386.rpm WMQv600Trial-x86_linux_2.tar
MQSeriesMsg_fr-6.0.0-0.i386.rpm mqlicence

I don't find any trial downloads specifically for x86_64.

If anyone has succeded installing MQ in Linux x86_64 Enterprise version4, please let me know your suggestions....
_________________
Regards, Srinivasan.KR
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Wed Oct 24, 2007 2:41 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

krsrini79 wrote:
The RPM packages names were :
MQSeriesMsg_Zh_TW-6.0.0-0.i386.rpm
MQSeriesClient-6.0.0-0.i386.rpm MQSeriesRuntime-6.0.0-0.i386.rpm
MQSeriesConfig-6.0.0-0.i386.rpm MQSeriesSamples-6.0.0-0.i386.rpm
MQSeriesFTA-6.0.0-0.i386.rpm MQSeriesSDK-6.0.0-0.i386.rpm
MQSeriesIES30-6.0.0-0.i386.rpm MQSeriesServer-6.0.0-0.i386.rpm
MQSeriesJava-6.0.0-0.i386.rpm MQSeriesTXClient-6.0.0-0.i386.rpm
MQSeriesKeyMan-6.0.0-0.i386.rpm PreReqs
MQSeriesMan-6.0.0-0.i386.rpm readadd.txt
MQSeriesMsg_de-6.0.0-0.i386.rpm READMEs
MQSeriesMsg_es-6.0.0-0.i386.rpm WMQv600Trial-x86_linux_2.tar
MQSeriesMsg_fr-6.0.0-0.i386.rpm mqlicence

Those are the 32-bit packages - not supported on x86_64 - you need to get the proper 64-bit rpms, they will have file names with x86_64 in place of i386.
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
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 » Segmentation fault message while installing MQ in 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.