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 » installing mq 6.0 on Aix 5.3

Post new topic  Reply to topic
 installing mq 6.0 on Aix 5.3 « View previous topic :: View next topic » 
Author Message
ferari4u
PostPosted: Tue Apr 11, 2006 6:06 am    Post subject: installing mq 6.0 on Aix 5.3 Reply with quote

Newbie

Joined: 11 Apr 2006
Posts: 1

I've bben trying to install websphere mq 6.0 on aix 5.3 32 bit o/s. problem is using the smit utility I choose the components to be installed later I get the message "installp PREVIEW: installation will not actually occur". get this message in the end of output window "End of installp PREVIEW. No apply operation has actually occurred". can anybody help me in going forward from here. /var/mqm dir is empty even after this.
any inputs will be highly appreciated.
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Apr 11, 2006 7:17 am    Post subject: Re: installing mq 6.0 on Aix 5.3 Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

Did you follow all the install steps, in every detail?

http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.amqaac.doc/amqqb0101.htm
Back to top
View user's profile Send private message
euphoria
PostPosted: Wed Apr 12, 2006 1:49 pm    Post subject: Reply with quote

Acolyte

Joined: 08 Feb 2004
Posts: 51

It could be with smit utility settings.
As a general procedure, run the installation with Preview option set to yes ( i guess this what you are currently doing)
Verify the smit log for any errors/warnings.
once you are convinced, change the preview option to NO and begin installation. the product would be installed.
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Apr 12, 2006 2:22 pm    Post subject: Reply with quote

Jedi Knight

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

Quote:
I've bben trying to install websphere mq 6.0 on aix 5.3 32 bit o/s.
Well... MQ 6.0 only runs on a 64 bit AIX, so that might be a hinderance..... but...did you really mean 32 bit/// aix 5.3 is a 64 bit os afaik.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
latelatif
PostPosted: Thu Apr 13, 2006 1:21 pm    Post subject: Reply with quote

Novice

Joined: 08 Feb 2006
Posts: 21

wschutz wrote:
Well... MQ 6.0 only runs on a 64 bit AIX, so that might be a hinderance

Actually this is not correct. MQ 6.0 also runs on 32 bit kernel.

Code:

(root):/ # bootinfo -K
32
(root):/ # dspmqver
Name:        WebSphere MQ
Version:     6.0.0.0
CMVC level:  p000-L050519
BuildType:   IKAP - (Production)
(root):/ #


However you have the option to run MQ 6.0 on a 64 bit kernel as well and use the appropriate 64bit libraries.

Quote:

..... but...did you really mean 32 bit/// aix 5.3 is a 64 bit os afaik.

But can be run as a 32 bit OS as well.
Back to top
View user's profile Send private message
mvic
PostPosted: Fri Apr 14, 2006 9:27 am    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

latelatif wrote:
But can be run as a 32 bit OS as well.

The MQ 6.0 queue manager programs on AIX are 64-bit programs, and need a 64-bit machine and an AIX OS that supports 64-bit processes. They can't be expected to run on 32-bit hardware.

Actually I am not clear what you meant by "32 bit OS". Did you mean AIX running on 32-bit hardware?

Refer to the supported environments list for MQ 6.0 on AIX : http://www.ibm.com/support/docview.wss?rs=171&uid=swg27006268
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Apr 14, 2006 10:02 am    Post subject: Reply with quote

Jedi Knight

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

It appears that you can run AIX in either 32 bit or 64 bit mode:
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.resources/faq.htm

(see the: 32 vs. 64-bit kernel FAQ there).

But why would you want to use a 32 bit kernel?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
latelatif
PostPosted: Fri Apr 14, 2006 12:42 pm    Post subject: Reply with quote

Novice

Joined: 08 Feb 2006
Posts: 21

mvic wrote:

The MQ 6.0 queue manager programs on AIX are 64-bit programs, and need a 64-bit machine and an AIX OS that supports 64-bit processes. They can't be expected to run on 32-bit hardware.


The keyword actually is "capability". With 6.0 now WebSphere MQ has the capability to utilize the 64bit libraries and run the programs/queue managers as 64 bit applications. However it is most certainly not exclusive to 64 bit as i showed above. I have it running on a 32 bit kernel utilizing only the 32 bit libraries. The "Quick Beginings" has a section on how to create queue managers using the 64bit libraries.

Quote:

Actually I am not clear what you meant by "32 bit OS". Did you mean AIX running on 32-bit hardware?


Fart! i meant to say enabling 32 bit kernel on a 64 bit hardware

Quote:

Refer to the supported environments list for MQ 6.0 on AIX : http://www.ibm.com/support/docview.wss?rs=171&uid=swg27006268


From that same document, Point #5

Quote:

On 64-bit platforms where WebSphere MQ provides both a 32-bit and a 64-bit product,



wshutz's link just above will answer a lot of questions you might have. Good link.


Last edited by latelatif on Fri Apr 14, 2006 12:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
latelatif
PostPosted: Fri Apr 14, 2006 12:47 pm    Post subject: Reply with quote

Novice

Joined: 08 Feb 2006
Posts: 21

wschutz wrote:

But why would you want to use a 32 bit kernel?


Almost always because of older versions of different products using kernel extension and not able to function on a 64bit enabled kernel. Its a question of $$ really. Do you want a box just dedicated to WebSphere MQ 6.0 or do you want to share the box with other applications which are not yet capable of functioning on a 64bit kernel.
Back to top
View user's profile Send private message
satya2005
PostPosted: Thu May 18, 2006 5:57 am    Post subject: Reply with quote

Novice

Joined: 25 Dec 2005
Posts: 11

Hi ,

while installing don't select preview (preview value should be NO)

or else if you are trying thru command remove -p option in ur command.

bye.
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Tue May 23, 2006 2:09 am    Post subject: Reply with quote

Master

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

The queue manager on WebSphere MQ V.6 on AIX is 64-bit and requires 64-bit hardware, applications can be either 32-bit or 64-bit. We do not care whether you have chosen to run AIX with a 32-bit or 64-bit kernel.
_________________
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 Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » installing mq 6.0 on Aix 5.3
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.