Author |
Message
|
siri2083 |
Posted: Mon Jan 24, 2011 7:42 pm Post subject: WMB commands |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hello,
Can some one help me on below 3 commands. As i am part of procuction support,I would need to know the commands for below 3 operation as soon as possible:
1. command for identifying that a message flow is running or not on unix environment
2. Identify Message set is deployed or not
3. identify the time/date of the deployed objects when it was deployed.
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 24, 2011 8:41 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The authority on this is either the broker explorer (/toolkit V6) or the CMP (Config Mgr Proxy) API.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Jan 24, 2011 10:26 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
Quote: |
part of procuction support |
go and see your local administrator, who installed and configured all that stuff. if these kind of subsystems and applications are moved to production (and to your responsibility), they should give you also the required education, commands and procedures to be able to perform the proper production support. _________________ Regards, Butcher |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Jan 24, 2011 10:26 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
fjb_saper wrote: |
The authority on this is either the broker explorer (/toolkit V6) or the CMP (Config Mgr Proxy) API.
Have fun  |
Neither of which are any use if the OP only has telnet/ssh access to said Unix box.
They can howver be run remotely from a Linux or Windows system.
This is the only way the toolkit can get at the broker anyway. _________________ 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 |
|
 |
mqmatt |
Posted: Tue Jan 25, 2011 10:41 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
smdavies99 wrote: |
fjb_saper wrote: |
... or the CMP (Config Mgr Proxy) API... |
Neither of which are any use if the OP only has telnet/ssh access to said Unix box.
|
BTW The CMP is just an interface and so can run over telnet/ssh; the CMP API Exerciser Sample OTOH is generally run as a graphical app (though it can actually run in commandline mode too).
Look at the DomainInfo sample (aka BrokerInfo in V7) for an example CMP commandline app that shows you which message flows are running.
Additionally, in V7 you can use the mqsilist command, which can also be run remotely. This command will also show you the deployed dictionaries, and the time everything was deployed.... all three of siri2083's requirements. |
|
Back to top |
|
 |
|