Author |
Message
|
shashivarungupta |
Posted: Thu Mar 26, 2009 5:04 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
ramires wrote: |
I you do that you may have more than one line as output, look for the one with the name of the EG, and you are using 64 bits EG try a ps -elf | DataFlowEngine, in my example was for a 32bit EG.
regards
ramires |
$ ps -elf | grep DataFlowEngine64
202001 A mqsiprd 1204652 303562 0 60 20 15bf2f400 224 f10001100ff34308 09:01:50 pts/4 0:00 grep DataFlowEngine64
Result is same.
When I hit following, I came to know bold faced stats:
$ prtconf
System Model: IBM,9133-55A
Machine Serial Number: 06C6CEG
Processor Type: PowerPC_POWER5
Processor Implementation Mode: POWER 5
Processor Version: PV_5_2
Number Of Processors: 8
Processor Clock Speed: 1499 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 shmip028
Memory Size: 31872 MB
Good Memory Size: 31872 MB
Platform Firmware level: Not Available
Firmware Version: IBM,SF240_202
Console Login: enable |
|
Back to top |
|
 |
ramires |
Posted: Thu Mar 26, 2009 6:24 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
and a ps -elf | grep DataFlow or ps -elf | grep bipservice ?
The output you show here is unexecpected |
|
Back to top |
|
 |
shashivarungupta |
Posted: Fri Mar 27, 2009 3:52 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
ramires wrote: |
and a ps -elf | grep DataFlow or ps -elf | grep bipservice ?
The output you show here is unexecpected |
$ ps -ef | grep bipservice
mqsiprd 590076 1 0 21:10:35 - 0:00 bipservice ConfigMgr
mqsiprd 278844 1 0 Feb 15 - 0:09 bipservice EAIPRBR1_BROKER
mqsiprd 819484 786820 0 07:50:21 pts/4 0:00 grep bipservice
$ ps -ef | grep bipservice
mqsiadm 831720 1 0 Mar 20 - 0:01 bipservice SEC_QM1_BROKER
mqsiadm 835628 1 0 Mar 20 - 0:01 bipservice SEC_QM2_BROKER
mqsiadm 917708 1 0 Mar 20 - 0:01 bipservice EAIDVBR1_BROKER
mqsiadm 1200280 1 0 21:10:36 - 0:00 bipservice ConfigMgr
mqsiadm 1212440 1425538 0 07:52:08 pts/2 0:00 grep bipservice |
|
Back to top |
|
 |
ramires |
Posted: Fri Mar 27, 2009 4:08 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
You missed an l
ps -elf bipservice will give you something like:
ps -elf |grep bipservice
40001 A mquser 716930 1 0 60 20 98e17590 1952 * 12:37:32 - 0:00 bipservice BROKER1
and
ps -elf |grep DataFlow something like this:
ps -elf |grep DataFlow
...
242001 A mquser 1331270 462904 0 60 20 7146c480 51988 * Mar 24 - 0:26 DataFlowEngine32 BROKER1 cda46d39-2501-0040-0280-ed375ff40c0e EGA 0
...
in this case I have a broker BROKER1 and a 32 bit exec group called EGA using 51988 K memory
Regards
ramires |
|
Back to top |
|
 |
shashivarungupta |
Posted: Fri Mar 27, 2009 4:11 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
ramires wrote: |
You missed an l
ps -elf bipservice will give you something like:
ps -elf |grep bipservice
40001 A mquser 716930 1 0 60 20 98e17590 1952 * 12:37:32 - 0:00 bipservice BROKER1
and
ps -elf |grep DataFlow something like this:
ps -elf |grep DataFlow
...
242001 A mquser 1331270 462904 0 60 20 7146c480 51988 * Mar 24 - 0:26 DataFlowEngine32 BROKER1 cda46d39-2501-0040-0280-ed375ff40c0e EGA 0
...
in this case I have a broker BROKER1 and a 32 bit exec group called EGA using 51988 K memory
Regards
ramires |
I apologize !!
$ ps -elf | grep bipservice
42001 A mqsiadm 831720 1 0 60 20 a1496400 1104 * Mar 20 - 0:01 bipservice SEC_QM1_BROKER
42001 A mqsiadm 835628 1 0 60 20 b1494400 1108 * Mar 20 - 0:01 bipservice SEC_QM2_BROKER
42001 A mqsiadm 917708 1 0 60 20 189433400 1108 * Mar 20 - 0:01 bipservice EAIDVBR1_BROKER
42001 A mqsiadm 1200280 1 0 64 22 1d903f400 1104 * 21:10:36 - 0:00 bipservice ConfigMgr
202001 A mqsiadm 1609834 1425538 0 60 20 2090c5400 220 f100010051d8e3b8 08:10:14 pts/2 0:00 grep bipservice
Got you !!
Thanks !!
 |
|
Back to top |
|
 |
shashivarungupta |
Posted: Mon Mar 30, 2009 10:25 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
ramires wrote: |
You missed an l
ps -elf bipservice will give you something like:
ps -elf |grep bipservice
40001 A mquser 716930 1 0 60 20 98e17590 1952 * 12:37:32 - 0:00 bipservice BROKER1
and
ps -elf |grep DataFlow something like this:
ps -elf |grep DataFlow
...
242001 A mquser 1331270 462904 0 60 20 7146c480 51988 * Mar 24 - 0:26 DataFlowEngine32 BROKER1 cda46d39-2501-0040-0280-ed375ff40c0e EGA 0
...
in this case I have a broker BROKER1 and a 32 bit exec group called EGA using 51988 K memory
Regards
ramires |
Quote: |
...in this case I have a broker BROKER1 and a 32 bit exec group called EGA using 51988 K memory... |
Is it that 51988 K memory being used by "both" broker BROKER1 and EGA together?
There were 2 statements with 2 diff. grep criteria.. one was bipservice and another was DataFlow. As stated above.
Sorry to pop up this post again.. but had confusion in that statement. So...
Could you please clarify. Thanks. |
|
Back to top |
|
 |
|