Author |
Message
|
jeevan |
Posted: Thu Mar 17, 2016 4:42 am Post subject: FIP porocess, and FDC with probe id AD033000 |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am seeing process named fip0/fip1 etc in my MQ server. I do not remember seeing them earlier. I am really puzzled.
Also, in one of the qmgr, I am seeing a lot of FDC are being generated with prove id AD033000.
I can see RC=31 from mkdir just under the Prove Discretion header of the FDC
I would appreciate your input
J |
|
Back to top |
|
 |
exerk |
Posted: Thu Mar 17, 2016 5:24 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Try Google with the Probe Id and see what you get... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 17, 2016 5:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Are these fip processes running as the mqm user? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
jeevan |
Posted: Thu Mar 17, 2016 5:45 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
mqjeff wrote: |
Are these fip processes running as the mqm user? |
Yes, and associated MQ process is amqzlaa which is qmgr agent process. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 17, 2016 5:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Did you enable FIPS protection on any of your channels ... ? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
jeevan |
Posted: Thu Mar 17, 2016 5:51 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
mqjeff wrote: |
Did you enable FIPS protection on any of your channels ... ? |
I am not aware of it, we were talking once, not sure security guys might have done ? (how they can do without MQ guys being involved I do not know), we are two MQ folks and both of us do not know, Are these fip processes related to fips ? i guessed but was not sure.
Even we do not have ssl yet. |
|
Back to top |
|
 |
exerk |
Posted: Thu Mar 17, 2016 7:20 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Are you doing Pub/Sub? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
umatharani |
Posted: Thu Mar 17, 2016 7:48 am Post subject: |
|
|
Apprentice
Joined: 23 Oct 2008 Posts: 39
|
I think the processes are amqzlaa0 and the ps output likely to
show the process name as shown below.
/opt/mqm/bin/amqzlaa0 -m<qmgr name> -fip0
Regarding the FDC I think mkdir call is failing with EMLINK error.
Is the queue manager running on AIX platform with pub/sub applications connecting to the queue manager?
What is the MQ version? |
|
Back to top |
|
 |
jeevan |
Posted: Thu Mar 17, 2016 8:19 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
umatharani wrote: |
I think the processes are amqzlaa0 and the ps output likely to
show the process name as shown below.
/opt/mqm/bin/amqzlaa0 -m<qmgr name> -fip0
Regarding the FDC I think mkdir call is failing with EMLINK error.
Is the queue manager running on AIX platform with pub/sub applications connecting to the queue manager?
What is the MQ version? |
The queue manager is in solaris 11 and MQ version is 7.1.0.5
We figured it out what is causing the issue. It is onitoring app which is creating hundred and thousand of perm/dynamic queues. We change the def of of model queues which and deleted these queues. Also, we stopped the monitoring app. Now, it stopped to generate FDCs.
FIP, I will research
Thanks All |
|
Back to top |
|
 |
|