Author |
Message
|
zpat |
Posted: Fri Nov 19, 2010 4:08 am Post subject: Difference in WMB 7 to WMB 6.1 for mqsireportbroker |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I want to set the default broker HTTP port.
On WMB 6.1, I issue mqsichangebroker xxxx -P 8888. Then I mqsireportbroker xxxx which give me this.
Quote: |
BIP8926I: Broker Name 'XXXX'
Install path = '/opt/IBM/mqsi/6.1'
Work path = '/var/mqsi'
Broker UUID = 'e9ac83b8-2301-0000-0080-e3eb211d0562'
Process id = '1151050'
Service userId = xxx
Service password = '********'
Queue Manager = 'XXXX'
User Name Server Queue Manager = ''
Broker database name = 'XXXX'
Broker database userId = 'xxxxx'
Broker database password = '********'
User lil path = ''
User lil path64 = ''
User exit path = ''
User exit path64 = ''
Active user exits = ''
LDAP principal = ''
LDAP credentials = ''
ICU converter path = ''
HTTP listener port = '8888'
Pubsub migration = 'false'
Pubsub access control = 'false'
Trusted (fastpath) Queue Manager application = 'false'
Configuration change timeout = '300' seconds
Internal configuration timeout = '60' seconds
Statistics major interval = '60' minutes
Operation mode = 'enterprise'
Fixpack capability level = 'all' (effective level '6.1.0.8')
Broker registry format = 'v6.1'
|
As you can see the port value is reported correctly.
Now I do the same in WMB 7.0.0.1, but I get this report
Quote: |
BIP8927I: Broker Name 'YYYY'
Install path = '/opt/IBM/mqsi/7.0'
Work path = '/var/mqsi'
Broker UUID = '89202286-f32e-11df-9378-000000000000'
Process id = '2056276'
Queue Manager = 'YYYY'
User lil path = ''
User exit path = ''
Active user exits = ''
LDAP principal = ''
LDAP credentials = ''
ICU converter path = ''
Trusted (fastpath) Queue Manager application = 'false'
Configuration change timeout = '300' seconds
Internal configuration timeout = '60' seconds
Statistics major interval = '60' minutes
Operation mode = 'enterprise'
Fixpack capability level = 'all' (effective level 'unrestricted')
Broker registry format = 'v7.0'
Administration security = 'active'
Multi-instance Broker = 'false'
Shared Work Path = 'none'
Start as WebSphere MQ Service = 'undefined'
|
The http port is not reported (but the mqsichangebroker command was accepted).
How can I see the http port number to confirm that it is set on WMB 7? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 19, 2010 5:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Presumably since in v7 you can now use either the bipHTTPListener or the SOAP listener to handle HTTP traffic, depending on what you set, mqsireportbroker has stopped reporting on the HTTP port as it could be misleading.
mqsireportproperties on the broker level HTTPConnector should give you what you need.
and mqsiservice BROKERNAME might as well. |
|
Back to top |
|
 |
zpat |
Posted: Fri Nov 19, 2010 6:32 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Neither seem to produce the desired result so I am going to PMR this.
I tried
Code: |
mqsireportproperties XXXX -o AllReportableEntityNames -c AllTypes -r | grep 8888 |
Nothing shown. mqsiservice does not show it either. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 19, 2010 7:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
try -b httplistener -o HTTPConnector -a, not -o AllReportableEntityNames -c AllTypes -r |
|
Back to top |
|
 |
zpat |
Posted: Fri Nov 19, 2010 7:45 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Yes, that does work. Thanks.
However I would expect the mqsireportbroker command to report whatever the mqsichangebroker command sets. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 19, 2010 8:09 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
Yes, that does work. Thanks.
However I would expect the mqsireportbroker command to report whatever the mqsichangebroker command sets. |
That does sound logical to me, too. |
|
Back to top |
|
 |
zpat |
Posted: Tue Dec 07, 2010 1:08 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
APAR IC72977 has been opened. Searching for this APAR on Google is a bit premature, but gives an interesting result. |
|
Back to top |
|
 |
|