Receiving ASM traces for errors: ORA-27090, LINUX-X86_64 ERROR: 17

简介: Receiving ASM traces for errors: ORA-27090, LINUX-X86_64 ERROR:
 Increased audit files evidenced in the audit directory

CAUSE
The increased auditing is normal behaviour:
If your database generated 1 million files in 45 days it means that the ASM instance generated almost 2000 files every day

This is not so unusual for an ASM instance that has many rebalance operations or new disks added. The best thing to do in this situation is to create a purge job as per note 1298957.1.

With this in place the audit files will not accumulate .

SOLUTION
 1.  The increased auditing is not the reason for the error:  ORA-27090: Unable to reserve kernel resources for asynchronous disk I/O
Linux-x86_64 Error: 17: File exists

The auditing is normal for an ASM instance with heavy activity.

2.  However the ORA-27090 error does indicate that you are running into an OS resourcing issue.

The number of aio requests (aio-nr) is likely high during this error  (in this case 1661256).

And may have reached the aio-max-nr value.  Please check with your system administrator

To determine the cause of the high number of current system-wide number of asynchronous I/O

requests seen.

3.  Example of aio values:

[oracle@test ~]$ cat /proc/sys/fs/aio-nr
  1661256
  [oracle@test ~]$ cat /proc/sys/fs/aio-max-nr
  3145728
相关文章
|
7月前
|
Ubuntu Linux
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
134 0
|
1月前
|
Kubernetes Java Linux
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
700 0
|
8月前
|
关系型数据库 MySQL Linux
【Linux环境】centos安装mysql5.7.26报 ./mysqld: error while loading shared libraries: libaio.so.1: cannot op
【Linux环境】centos安装mysql5.7.26报 ./mysqld: error while loading shared libraries: libaio.so.1: cannot op
149 0
|
Linux C语言
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
760 0
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
|
26天前
|
Linux 固态存储
linux ext4-fs error,[求助]EXT4-fs error (device sdb4) ext4_find_entry
linux ext4-fs error,[求助]EXT4-fs error (device sdb4) ext4_find_entry
linux ext4-fs error,[求助]EXT4-fs error (device sdb4) ext4_find_entry
|
1月前
|
Prometheus Cloud Native Linux
Linux|错误集锦|prometheus Error on ingesting samples that are too old or are too far into the future的解决
Linux|错误集锦|prometheus Error on ingesting samples that are too old or are too far into the future的解决
198 0
Linux|错误集锦|prometheus Error on ingesting samples that are too old or are too far into the future的解决
|
9月前
|
Linux
Linux报错:tar: Error Is Not Recoverable: Exiting Now
Linux报错:tar: Error Is Not Recoverable: Exiting Now
493 0
|
11月前
|
安全 Ubuntu Linux
嵌入式Linux开发环境搭建之十一 --- Putty连接虚拟机Centos出现:Network error:Connection refused的解决方法
嵌入式Linux开发环境搭建之十一 --- Putty连接虚拟机Centos出现:Network error:Connection refused的解决方法
332 0
|
12月前
|
监控 Linux
Linux ls 命令提示 Input/output error
Linux ls 命令提示 Input/output error
414 0
|
12月前
|
Linux 数据安全/隐私保护
Linux系统重启操作系统后报错提示An error occurred d
Linux系统重启操作系统后报错提示An error occurred d
184 0