Lot of Trace files under udump,bdump with error: Ioctl ASYNC_CONFIG error, errno = 1 [message #446866] |
Wed, 10 March 2010 14:28 |
Ricky_1362002
Messages: 111 Registered: February 2009
|
Senior Member |
|
|
Hello All,
We have Oracle 10.2.0.4 on HP-UX 11.31.
We are having an issue of a lot of trace files being generated under the udump and bdump directories.
And when we see inside one of the trace files, it has the basic information about the Oracle_home, System name, version, Instance Name and at the end has an error:
Ioctl ASYNC_CONFIG error, errno = 1
I did search a lot, and found one interesting solution in metalink:
Quote:
[ID:] 302801.1
Disable async_io on Oracle in HP-UX to avoid this message in trace file:
Ioctl ASYNC_CONFIG error, errno = 1
Since the Oracle 10.2 version, the problem is resolved as these settings stop the tracing:
disk_asynch_io=FALSE
filesystemio_options=none
I was wondering if making these changes affect the database performance in any way?
I would appreciate if someone would throw some light on this issue, about this initialization parameter disk_asynch_io
Thanks,
Munna
|
|
|
|
|
|
Re: Lot of Trace files under udump,bdump with error: Ioctl ASYNC_CONFIG error, errno = 1 [message #447026 is a reply to message #447024] |
Thu, 11 March 2010 10:46 |
Ricky_1362002
Messages: 111 Registered: February 2009
|
Senior Member |
|
|
Great, thanks Mahesh.
Do you think it will have any performance issues, coz i have read in some other forums that the DBWr has to be increased when the DISK_ASYNCH_IO parameter is set to false.
Currently, i did set the DISK_ASYNCH_IO parameter to FALSE and the filesystemio_options parameter to NONE (as said in Metalink) in one of our Test instances, to test if the above set parameter makes any change in the DB performance, i will let you know by posting here.
Thanks much Mahesh.
Have a good day ahead.
-
Munna
|
|
|
|
|
|
Re: Lot of Trace files under udump,bdump with error: Ioctl ASYNC_CONFIG error, errno = 1 [message #447039 is a reply to message #446866] |
Thu, 11 March 2010 11:51 |
Ricky_1362002
Messages: 111 Registered: February 2009
|
Senior Member |
|
|
Ok cookiemaster, thank you.
But i got the document from Oracle Metalink ([ID:] 302801.1)
Quote:
Disable async_io on Oracle in HP-UX to avoid this message in trace file:
Ioctl ASYNC_CONFIG error, errno = 1
Since the Oracle 10.2 version, the problem is resolved as these settings stop the tracing:
disk_asynch_io=FALSE
filesystemio_options=none
So i think it should be accurate, i already did the changes and will be checking the trace files and lets see how it goes, and will let you all know here.
Thanks again,
Munna
[Updated on: Thu, 11 March 2010 11:55] Report message to a moderator
|
|
|