Author |
Message
|
padarthprasad9 |
Posted: Mon Sep 12, 2016 2:04 am Post subject: IIB broker creation issue |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
Hi Folks,
I have installed MQ v7.5, Runtime in AIX machine Successfully. Now I want to create a BROKER in it. So My installation path is /opt/IBM/mqsi. So I am running this command to create a broker but getting following error.
$ mqsicreatebroker BRK -q QM
BIP8967E: Failed to create the queue manager 'QM' because the Websphere MQ environment has not been set up.
The Websphere MQ environment must be set up for the command mqsicreatebroker to be able to create a queue manager. Run the setmqenv command from the install of the version of Websphere MQ you want to use to create the queue manager.
So can anyone guide me on this?? |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 12, 2016 2:30 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The explanation is quite good at telling you what is wrong.
Can you do any 'mq' commands from that command window?
say...
dspmqver
dspmqenv
If you can't then you have to follow the instructions in the MQ documentation to make those commands available to you. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
exerk |
Posted: Mon Sep 12, 2016 2:31 am Post subject: Re: IIB broker creation issue |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
padarthprasad9 wrote: |
So can anyone guide me on this?? |
Yes: "Run the setmqenv command from the install of the version of Websphere MQ you want to use to create the queue manager" _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
padarthprasad9 |
Posted: Mon Sep 12, 2016 6:34 am Post subject: |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
I am able to do dspmqver.i executed primary installation and environment.using below commands.
setmqinst -i -p /usr/mqm
. /usr/mqm/bin/setmqenv -s
$ dspmqver
Name: WebSphere MQ
Version: 7.5.0.0
Level: p000-L120604
BuildType: IKAP - (Production)
Platform: WebSphere MQ for AIX
Mode: 64-bit
O/S: AIX 7.1
InstName: Installation1
InstDesc:
InstPath: /usr/mqm
DataPath: /var/mqm
Primary: Yes
MaxCmdLevel: 750
but still i am facing issue.can you please guide me on this.... |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 12, 2016 6:40 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
did it not occur to you to apply some maintennance fixes to MQ? The dspmever shows that you are running
V7.5.0.0
We have V8 and V9 out now.
What version of IIB are you trying to use?
Can you not create the QMGR first, have it running and then create the broker? That's what I do.
Now is a good time to create some nice neat scripts to do all the heavery lifting for you. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
padarthprasad9 |
Posted: Mon Sep 12, 2016 6:50 am Post subject: |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Sep 12, 2016 6:53 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
padarthprasad9 wrote: |
I am using IIB 9.0.0.3.. |
Doesn't that require a minimum of 7.5.0.1 ??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 13, 2016 4:10 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Can a moderator please move this to the Broker forum? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
padarthprasad9 |
Posted: Tue Sep 13, 2016 9:33 pm Post subject: |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
Can you please help me with steps to resolve this issue..because i am new to IIB. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Sep 13, 2016 10:14 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
padarthprasad9 wrote: |
Can you please help me with steps to resolve this issue..because i am new to IIB. |
Have you applied some fix packs to MQ 7.5.0.0 to bring it up to a level that you can exepct to be able to use IIB 9?
Two of us have suggested that but so far we see no evidence that you have done that yet.
Have you tried creating the Queue Manager first as I suggested?
Is the user who is trying to do this operation setup correctly? The documentation will tell you about what group membership is needed. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|