Author |
Message
|
lehare |
Posted: Thu Mar 16, 2006 11:24 pm Post subject: check if ConfigMgr / Broker are started |
|
|
 Apprentice
Joined: 25 Jul 2005 Posts: 48
|
Hi guys,
is there a way to check if either the configmgr or broker are started ... in the comand line? |
|
Back to top |
|
 |
Mensch |
Posted: Thu Mar 16, 2006 11:29 pm Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
type mqsilist _________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
lehare |
Posted: Thu Mar 16, 2006 11:39 pm Post subject: |
|
|
 Apprentice
Joined: 25 Jul 2005 Posts: 48
|
mqsilist only LIST the objects but does not indicate if they are started or stop ... and the only way to check is to go into services.msc to check - i'm looking for a short cut for this  |
|
Back to top |
|
 |
fschofer |
Posted: Fri Mar 17, 2006 12:30 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
you could for example start the command "net start" in a dos box.
I think there a lot of other ways to check if a service is running.
Check some websites like
http://www.sysinternals.com/
or google for "windows resource kit"
so far i remember you can use the kit to manipulate services from a remote windows
Greetings
Frank |
|
Back to top |
|
 |
elvis_gn |
Posted: Fri Mar 17, 2006 12:40 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi lehare,
If you are on the AIX system you could try a ps -ef|grep <Component Name>
Regards. |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Mar 17, 2006 2:52 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
|
Back to top |
|
 |
wschutz |
Posted: Fri Mar 17, 2006 3:07 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
In case anyone is interested, here's the output of DomainInfo:
Quote: |
Usage: DomainInfo [-h] [-i] [<filename>]
where -h : Display help and exit
-i : Interactive mode (listen for changes)
<filename> : Location of .configmgr connection file
[wschutz@wschutz ConfigManagerProxy]$ java cmp/DomainInfo ~/MyPrograms/wmbt6.0/Servers/conn1.configmgr
Skipped Compiling {java/util/Hashtable}{rehash}
Skipped Compiling {java/util/Hashtable}{rehash}
(3/17/06 6:05:04 AM) Connecting. Please wait...
(3/17/06 6:05:05 AM) Successfully connected to the Configuration Manager's Queue Manager.
(3/17/06 6:05:06 AM) Successfully connected to the Configuration Manager.
(3/17/06 6:05:08 AM) Broker 'WBRK_BROKER' is running.
(3/17/06 6:05:10 AM) Execution group 'eg1' on 'WBRK_BROKER' is running.
(3/17/06 6:05:11 AM) Message flow 'simple' on 'eg1' on 'WBRK_BROKER' is running.
(3/17/06 6:05:11 AM) Disconnected.
|
_________________ -wayne |
|
Back to top |
|
 |
|