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 » WebSphere Message Broker (ACE) Support » IIBV10 installation and broker creation

Post new topic  Reply to topic Goto page 1, 2  Next
 IIBV10 installation and broker creation « View previous topic :: View next topic » 
Author Message
abd.wsu
PostPosted: Tue Oct 18, 2016 12:49 pm    Post subject: IIBV10 installation and broker creation Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

I have wasted an entire day behind this now, but for the love of IBM, i can't figure it out.

In lab i have a user mbrlab1 which is part of mqbrkrs and mqm groups. Now as root, I am copying the IIB10 tar file to /opt/IBM, unzipping and doing a ./iib make make registry global accept license as root.
But from there things so awry. Do i change the ownership of the install location and workpath to mbrlab1:mqbrkrs?
If i can't do it, i can't migrate broker using mqsi commands. Also, i can't simply load the mqsiprofile.
Another thing i noticed is, if i create it as the broker user, the workpath is $HOME/iibconfig, now I don't know how to proceed here.

So what i did was install for global as root, change the file onwerships, change the .profile for the broker user mbrlab1 to use /server/bin/mqsiprofile.
But it keeps complaining about library files missing. I looked at the LD_LIBRARY_PATH and LIBPATH and added a bunch of locations in the .profile to export. Finally i get this error.

Code:
BIP2176S: Could not find message '9107' in catalog '/server/messages/En_US/BIPmsgs.cat', inserts are '{0}' '{1}' '{2}' '{3}' '{4}' '{5}' '{6}'

One more thing i see is all these LD_LIBRARY_PATH files are automatically exported in IIB9 but it doesn't happen in IIB10.
I can share the .profile files if needed. IIB10 has simply broken by will to work today.
I almost smashed my laptop infront of my colleagues.
Am i doing ythe installation wrong? Am i in the wrong line of work?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Oct 19, 2016 4:11 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

In the old days, you had to verify that your user's primary group was mqm or mqsi... not sure what it looks like these days.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 4:43 am    Post subject: Re: IIBV10 installation and broker creation Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
Am i in the wrong line of work?


We all are, but what's the alternative? Where else can we be paid so much for doing so little?

Are you using the "real" IIBv10 or a beta?

What *nix are you using? You mention a laptop so I'm guessing this is Ubuntu or similar?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 5:04 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

I am using Full verion IIB10. I am trying to run this on RHEL6.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 5:27 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
I am using Full verion IIB10. I am trying to run this on RHEL6.


Ok, I've just got one of our RHEL6 R&D machines to volunteer as a guinea pig and performed the following:


    Unpacked 10.0.0.5 into /opt/IBM
    Accepted the license with iib make registry global accept license silently
    Checked with iib verify all
    Created a broker
    Started the broker
    Screamed "it's ALIVE!!" and wished there was a thunderstorm
    Verified running broker was at 10.0.0.5 with a mode of advanced
    Deployed my Mickey Mouse test flow & checked for normal operation, including the ability to throw errors with the inserts filled in
    Got a cease & desist letter from Disney's lawyers


(For the benefit of future readers, all these instructions can be found here and here)

Not sure how this varies from what you're doing (if at all) but proves that in theory it works.....


_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 5:40 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

Thanks for the reply, Vitor. But can you tell me what user you ran these as?
Install as root and creation onwards as user?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 6:05 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
Thanks for the reply, Vitor. But can you tell me what user you ran these as?
Install as root and creation onwards as user?


Everything to verification as root, everything else as user.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 6:26 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

That's pretty much what i am trying to do. Can you tell me if the userid has anything special to it? is it part of mqbrkrs and mqm? Does it have access to the install location and work path.
What's the user .profile look like?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 6:29 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
Can you tell me if the userid has anything special to it?


No.

abd.wsu wrote:
is it part of mqbrkrs and mqm?


Yes.

abd.wsu wrote:
Does it have access to the install location and work path.


Yes.


abd.wsu wrote:
What's the user .profile look like?


It's the standard for our RHEL with mqsiprofile in it.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 6:37 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

Looks pretty straightforward to me. I am assuming the user isn't part of root.
Let me start from the scratch. I'll scrub everything i did and follow your steps. May The IBM Gods shower their smiles on me.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 7:05 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
I am assuming the user isn't part of root.


It's not. Even on an R&D box the sys admins would come for me armed with sharp pieces of metal for making someone other than root part of root. Almost as bad as signing on as root - in the interests of full transparency I should point out I (in accordance with our standards) I sudo'd to both root and the service user in question.

abd.wsu wrote:
follow your steps.


Not my steps - I simply walked the path of righteousness described in The Documentation.

abd.wsu wrote:
May The IBM Gods shower their smiles on me.


Be sure to sprinkle pure rainwater from a hazel twig over the hardware while wearing a crowd woven from mistletoe cut under the full moon. Not only will this raise the spirits of your colleagues (one of whom should post the video to YouTube for us) but will allow you to claim it was working fine until the circuits shorted out when they got wet.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 7:50 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

No dice. I was able to install, verify, create , start broker as root( albeit bypassing all the Server Admin rules that we know since existence of mankind), but the moment i switch to broker user it goes bad.
The problem for me is i was planning an inplace migration and can't really go on like this.
I'll open a PMR and hope they have some answers for me. I was wondering if i got the wrong install files but then it shouldn't have worked for root as well.

Something seriously messed up with my broker user. I removed the .profile for the broker user and simply tried to run

. /opt/IBM/EAsmbl_image/iib-10.0.0.3/server/bin/mqsiprofile to load the profile and it still won't budge. It gives me this.
Code:
MQSI 10.0.0.3
/server

An immediate mqsilist gives me this.
Code:
mqsilist
-ksh: mqsilist: not found [No such file or directory]

I am trying to run all this as mbrlab1 which is part of mqbrkrs and mqm.
I have never felt to powerless.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Oct 19, 2016 8:22 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

abd.wsu wrote:
No dice. I was able to install, verify, create , start broker as root( albeit bypassing all the Server Admin rules that we know since existence of mankind), but the moment i switch to broker user it goes bad.


Ok, I didn't create the broker as root. I did the verification as root, and then switched to the service user for the create, start and subsequent operations. I thought I'd articulated that.

If root created the broker then it's very likely no one else can use it.....

abd.wsu wrote:
I have never felt to powerless.


Try doing what I did, not what you thought I did, and pull the mistletoe firmly down on your head.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
abd.wsu
PostPosted: Wed Oct 19, 2016 9:24 am    Post subject: Reply with quote

Acolyte

Joined: 12 Sep 2012
Posts: 65

Ok. I did what you suggested and have a bump on my head to prove it. But i cleaned up everything, downloaded the install files again but this time 10.0.0.6 rather than 10.0.0.3 and redid everything and it works.

IT WORKS!!! AND IT"S ALIVE!!!
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Oct 19, 2016 9:38 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447


_________________
chmod -R ugo-wx /
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 » WebSphere Message Broker (ACE) Support » IIBV10 installation and broker creation
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.