Author |
Message
|
jack_the_ripper |
Posted: Fri Feb 13, 2004 1:02 pm Post subject: fmcamain process name in AIX |
|
|
 Apprentice
Joined: 12 Feb 2003 Posts: 46 Location: NJ
|
All,
We have two Workflow Server Configurations on a single AIX box, namely WF1 and WF2. The process names for the corresponding fmcamain s doesnt show the configuration value,
ie I only see two processes with
fmcamain -y.
instead of (rather this is what I expected)
fmcamain -y WF1 and
fmcamain -y WF2.
As we want to enable tivoli monitoring on one of these configurations, the process name is needed.
Let me know if anyone has ideas? _________________ Jack,
IBM Certified in Websphere MQSeries
IBM Certified in Websphere MQSI
IBM Certified in Websphere MQWorkflow |
|
Back to top |
|
 |
vennela |
Posted: Fri Feb 13, 2004 1:29 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
How are you starting your workflow server
Start them as
Code: |
fmcamain -y=WF1
fmcamain -y=WF2
|
Not
Code: |
fmcamain -y WF1
fmcamain -y WF2
|
Note that the = is missing in the second one
-------
Venny |
|
Back to top |
|
 |
jack_the_ripper |
Posted: Fri Feb 13, 2004 1:45 pm Post subject: |
|
|
 Apprentice
Joined: 12 Feb 2003 Posts: 46 Location: NJ
|
Is this documented anywhere in the manual? Anyway why does starting 'em without =, makes the config value disappear from the process name ? _________________ Jack,
IBM Certified in Websphere MQSeries
IBM Certified in Websphere MQSI
IBM Certified in Websphere MQWorkflow |
|
Back to top |
|
 |
vennela |
Posted: Fri Feb 13, 2004 2:03 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
Is this documented anywhere in the manual? |
No
That's from my experience. |
|
Back to top |
|
 |
jmac |
Posted: Fri Feb 13, 2004 3:15 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Venny:
This is off the main topic... but are there other instances like that? I.E where using the = gives different results. Lazy guy that I am I never use a space or an equal sign, I may have to change the way I work
THANKS _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Mon Feb 16, 2004 3:40 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
but are there other instances like that? |
I haven't noticed others. I just tested the admin utility (fmcautil) and it doesn't have the affect of the spaces or =. It shows the config ID either way.
Maybe this (fmcamain) is the only one that is of this kind. Someday I'll test others like fmcibie, fmcemain, fmcsmain, fmczchk etc. |
|
Back to top |
|
 |
|