Author |
Message
|
siri2083 |
Posted: Wed Dec 09, 2009 1:24 am Post subject: Deploy bar on AIX server |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi,
I am trying to deploy a bar file on AIX environment. i am using below command :
mqsideploy -i [ipaddress] -p 1417 -q D3 -b D3 -e WM_WAM_ORDER_MF
-a /opt/archivesoa/BAR/WM_WAM_ORDER.bar -m -w 360
When i am trying to execute this on AIX env, its gives me an error saying : "BIP1044I: Connecting to the Configuration Manager's queue manager...
BIP1046E: Unable to connect with the Configuration Manager (Either the network is down, the queue manager 'D3' is not running, or a Configuration Manager has not been defined on 'D3' (MQ reason code 2009 while trying to connect))."
Please help  |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Dec 09, 2009 2:20 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Are you trying to deploy to a broker D3 which is running on QMGR D3 AND that this Queue Manager also hosts the Config Manager?
The deploy is done via the config manager (up to V7 that is) and the ip address, port & queue manager you specify in the deploy command is that of the system & queuemanager that HOSTS the configmanager.
As detailed in the mqsideploy documentation
Quote: |
-i ipAddress
(Optional) This parameter specifies the host name or IP address of the Configuration Manager. If you do not specify this parameter, the default value "" (a pair of quotation marks) is used, which results in a local binding connection.
-p port
(Optional) This parameter is the port number of the Configuration Manager. If you do not specify this parameter, the default value 1414 is used.
-q qMgr
(Optional) This parameter specifies the name of the WebSphere® MQ queue manager that the Configuration Manager is using. If you do not specify this parameter, the default value "" (a pair of quotation marks) is used.
|
(my emphasis added)
Please let us know if you are trying to do something different _________________ 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 |
|
 |
siri2083 |
Posted: Wed Dec 09, 2009 2:41 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi smdavies99,
there is a config manger called C3 which is running on queue manager D4. and i have 2 brokers D2 and D3.
broker D2 is running on queue manager D2 and
broker D3 is running on queue manager D3.
so here config manger is running on different queue manger than the broker's queue manger.
even when i modified the queue manger name i am still getting the same error.
 |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Dec 09, 2009 3:29 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
You need to make sure that ALL of the -i -p -q parameters refer to the connection details of the Configuration Manager, not the broker. |
|
Back to top |
|
 |
siri2083 |
Posted: Wed Dec 09, 2009 4:13 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi,
Thank you for your reply. I am very new to MQSI commands,
can you please give me commands for how to check the config manager, broker are running and to display its properties
also command for identifying which version of bar file is deployed and when it was deployed.
Thank you |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Dec 09, 2009 5:42 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Much of what you are asking has been discussed at length in this Forum (barfile versions especially in the past few weeks) and is also in the Documentation. There have been a lot of improvements in this area in V7 but that is probably not much use to you.
Is there anyone else in your location who knows broker who you could ask for help? If there isn't then I wish you luck with your endeavours.
IF there isn't anyone on the ground who can help then I humbly suggest that you get some formal training. _________________ 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 |
|
 |
aditya.aggarwal |
Posted: Fri Dec 11, 2009 10:46 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
Quote: |
Hi,
Thank you for your reply. I am very new to MQSI commands,
can you please give me commands for how to check the config manager, broker are running and to display its properties
also command for identifying which version of bar file is deployed and when it was deployed. |
Read about mqsilist and mqsiservice commands |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Dec 14, 2009 3:55 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Mqsiservice is not a documented command. |
|
Back to top |
|
 |
aditya.aggarwal |
Posted: Tue Dec 15, 2009 2:42 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
I Agree...Thanks for recalling it to me... |
|
Back to top |
|
 |
|