How to Disable Asynch_io on HP to Avoid Ioctl Async_config Error

教程发布:风哥 教程分类:ITPUX技术网 更新日期:2022-02-12 浏览学习:617

本帖最后由 paulyi 于 2014-2-11 09:47 编辑

[table=98%]
[td=4,1]How to Disable Asynch_io on HP to Avoid Ioctl Async_config Error Errno = 1 [ID 302801.1][td=2,1]
[td=6,1]
[td=2,1,25%][td=3,1,50%][i]修改时间 22-OCT-2009 [i]类型 HOWTO [i]状态 PUBLISHED
In this Document
Goal
Solution
References

Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0.1 to 11.1.0.7
HP-UX Itanium
HP-UX PA-RISC (64-bit)
GoalHow to disable async_io on Oracle in HP-UX to avoid this message in trace file:
Ioctl ASYNC_CONFIG error, errno = 1 SolutionIf /dev/async is present and correctly configured, Oracle (for HP only) will use it for memory locking which is needed for async i/o for SGA memory pages via ioctl.
Oracle (for HP only) opens /dev/async successfully only if the /dev/async HP-UX device driver is properly configured for read and write.
This is irrespective of whether the DISK_ASYNC_IO parameter is set to TRUE.
Problem is Oracle (for HP only) still uses async I/O regardless of the value of init settings
(disk_asynch_io=FALSE and filesystemio_options=none).
The parameter filesystemio_options=none doesn't work.

From the 9.2 until 10.1 version, to inactivate ASYNCH_IO with Oracle, the workaround is to:
[font=NSimsun]chown bin:bin /dev/async
chmod 660 /dev/async

Note: This may impact other applications that wish to use asynch I/O
Grant dba group the MLOCK privilege to avoid the Ioctl ASYNC_CONFIG trace file errors:
[font=NSimsun](1) # /usr/sbin/setprivgrp dba MLOCK
(2) # vi /etc/privgroup
-- This should contain dba MLOCK RTSCHED RTPRIO
(3) # cat /etc/privgroup
dba MLOCK RTSCHED RTPRIO

Since the Oracle 10.2 version, the problem is resolved as these settings stop the tracing:
disk_asynch_io=FALSE
filesystemio_options=none

本文标签:
网站声明:本文由风哥整理发布,转载请保留此段声明,本站所有内容将不对其使用后果做任何承诺,请读者谨慎使用!
【上一篇】
【下一篇】