Author |
Message
|
Mallik |
Posted: Tue Sep 07, 2004 9:06 am Post subject: FFST errors on /var/adm/messages on Solaris |
|
|
Acolyte
Joined: 29 Feb 2004 Posts: 53
|
We are seeing the following FFST errors on /var/adm/messages.
Platform: Solaris 8
MQ Server Version: 5.3.0
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (24,77,1,536895769) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (24,335,30,536895768) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (23,1,9,536895768) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
I have checked the /var/mqm/errors & /var/mqm/qmgrs/QMGR/errors, but don't see any errors at that particualr time.
Also this one. Looks like this one informs that there is an FDC created in /var/mqm/errors, whcih I can see.
Sep 1 23:07:37 "AAAHost" MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ23279.0.FDC
Sep 1 23:07:37 "AAAHost" MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ21659.0.FDC
Sep 1 23:07:37 "AAAHost" MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ21663.0.FDC
I have searched IBM site & mqseries.net, but couldn't find any hits.
Please let me know if anyone has come across this before? Every thing seems normal and the QMGR and applications are running fine.
Thanks, |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 07, 2004 9:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please post the first section of one of the FDCs.
Also, whenever you get an FFST or an FDC, you should open a problem ticket with IBM. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PGoodhart |
Posted: Tue Sep 07, 2004 9:18 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
If you want help, you need to open the FFST and FDC and look for what is causing them, post the part of the FFST or FDC that looks most like english. You will find some error codes and language that will help us understand your problem.
If you don't want to do that don't expect much. We can't read minds... _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin
Last edited by PGoodhart on Tue Sep 07, 2004 11:26 am; edited 1 time in total |
|
Back to top |
|
 |
Mallik |
Posted: Tue Sep 07, 2004 11:22 am Post subject: |
|
|
Acolyte
Joined: 29 Feb 2004 Posts: 53
|
I did notice that some FDC's are created with "Major Errorcode :- rrcE_BAD_DATA_RECEIVED", when some one telnet to MQ port. these are some thing that we don't need to worry about.
http://www-1.ibm.com/support/docview.wss?uid=swg21144695
I am more concerned about the errors that are occuring in /var/adm/messages, as these FDC files are not generated under /var/mqm/errors as it is complaining below. Again I don't see any problems with the queue manager.
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (24,77,1,536895769) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (24,335,30,536895768) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (23,1,9,536895768) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13) |
|
Back to top |
|
 |
Manikandan |
Posted: Tue Sep 07, 2004 11:49 pm Post subject: |
|
|
Voyager
Joined: 07 Jul 2004 Posts: 78
|
Look here errno 13 is permission denied.
check /usr/include/sys/errno.h
you do not have proper permissions for the user. |
|
Back to top |
|
 |
Mallik |
Posted: Wed Sep 08, 2004 6:51 am Post subject: |
|
|
Acolyte
Joined: 29 Feb 2004 Posts: 53
|
Manikandan,
These are the permissions on errno.h
-rw-r--r-- 1 root bin 7471 Nov 4 2003 errno.h
Who needs to have permissions on this file.
I do think its a permission problem, but the thing is when I telnet to MQ port and type some junk data, I see the following entry in /var/adm/messages and the correspondig FDC is created in /var/mqm/errors.
Sep 1 23:07:37 "AAAHost" MQSeries: [ID 483849 user.error] FFST record created in /var/mqm/errors/AMQ23279.0.FDC
SO my suspision is that only in some situations & for some users(?) the following failed error is occuring and nothing is written to /var/mqm/errors. Also root is part of mqm group.
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST
(24,77,1,536895769) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
Is there any significance for the 'ID 490664'? I checked the user id's in passwd file and don't see a user with that ID on the box.(Nor with the ID 483849, which is able to create FDC).
If we can make it to write the FDC to /var/mqm/errors we have a way to check the FDC and can identify the cause.
Thanks |
|
Back to top |
|
 |
EddieA |
Posted: Wed Sep 08, 2004 9:24 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
errno.h is the file that contains the definitions of the error codes.
It's the permissions on the MQ "errors" directory that are wrong.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Manikandan |
Posted: Wed Sep 08, 2004 7:49 pm Post subject: |
|
|
Voyager
Joined: 07 Jul 2004 Posts: 78
|
errno.h is the error definition file.There you can find the reason of errno 13 i.e permission denied.
Whether you do a telnet or anything errno13 defines that permission is denied for the user for that operation.
If you are doing a telnet to a port,it just tells you cannot and the permission is denied.make sure that the port is open for telnet.
Thanks, |
|
Back to top |
|
 |
Mallik |
Posted: Thu Sep 09, 2004 10:32 am Post subject: |
|
|
Acolyte
Joined: 29 Feb 2004 Posts: 53
|
Well the issue is not about telneting to MQ port but, the MQ's inability to create FDC's under /var/mqm/errors, in some cases as shown below.
Sep 7 05:13:11 "AAAHost" MQSeries: [ID 490664 user.error] FFST (24,77,1,536895769) failed: /var/mqm/errors/AMQ25791.19.FDC (errno=13)
These entries are reporting in /var/adm/messages every 15 mins. Is there any significance for the 'ID 490664' above?
Eddie, I have changed the permissions on errors directory to 777 still no luck. The FDC's are not created.
drwxrwxrwx 2 mqm mqm 3072 Sep 6 08:13 errors |
|
Back to top |
|
 |
PGoodhart |
Posted: Thu Sep 09, 2004 11:14 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
You wouldn't happen to have a large file named core laying somewhere?
You may have filed a file system with a core dump... _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
italo007 |
Posted: Wed Oct 01, 2008 12:35 pm Post subject: |
|
|
Newbie
Joined: 01 Oct 2008 Posts: 4
|
I need help, as did the procedures described above this topic.
However the error still persists, what do I take action to solve this problem?
______________________________________________
Oct 1 08:50:43 intgaudi1 MQSeries: [ID 490664 user.error] FFST (24,77,1,536895769) failed: /var/mqm/errors/AMQ26697.19.FDC (errno=13)
Oct 1 08:50:43 intgaudi1 MQSeries: [ID 490664 user.error] FFST (24,335,30,536895768) failed: /var/mqm/errors/AMQ26697.19.FDC (errno=13)
Oct 1 08:50:43 intgaudi1 MQSeries: [ID 490664 user.error] FFST (23,1,9,536895768) failed: /var/mqm/errors/AMQ26697.19.FDC (errno=13)
Oct 1 08:50:45 intgaudi1 MQSeries: [ID 490664 user.error] FFST (24,77,1,536895769) |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Oct 01, 2008 1:54 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Looks like ID refers more to a process ID. So who is running process id 490664 ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
|