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
相关文章
|
11月前
|
Ubuntu Linux
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
171 0
|
5月前
|
Kubernetes Java Linux
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
1241 0
|
6天前
|
Oracle Java 关系型数据库
Linux下JDK环境的配置及 bash: /usr/local/java/bin/java: cannot execute binary file: exec format error问题的解决
如果遇到"exec format error"问题,文章建议先检查Linux操作系统是32位还是64位,并确保安装了与系统匹配的JDK版本。如果系统是64位的,但出现了错误,可能是因为下载了错误的JDK版本。文章提供了一个链接,指向Oracle官网上的JDK 17 Linux版本下载页面,并附有截图说明。
Linux下JDK环境的配置及 bash: /usr/local/java/bin/java: cannot execute binary file: exec format error问题的解决
|
12月前
|
关系型数据库 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
239 0
|
2月前
|
Ubuntu Linux 编译器
在ubantu/linux系统出现parse error(语法错误)
本文讨论了在Ubuntu/Linux系统中遇到"parse error"(语法错误)的问题,并提供了将非声明语句移动到所有声明语句下方以解决该问题的解决方案。
在ubantu/linux系统出现parse error(语法错误)
|
2月前
|
Java Linux Shell
【Azure 应用服务】部署Jar到App Service for Linux,因启动命令路径配置错误而引起:( Application Error 问题
【Azure 应用服务】部署Jar到App Service for Linux,因启动命令路径配置错误而引起:( Application Error 问题
|
2月前
|
Oracle Java 关系型数据库
简单记录在Linux上安装JDK环境的步骤,以及解决运行Java程序时出现Error Could not find or load main class XXX问题
本文记录了在Linux系统上安装JDK环境的步骤,并提供了解决运行Java程序时出现的"Error Could not find or load main class XXX"问题的方案,主要是通过重新配置和刷新JDK环境变量来解决。
74 0
|
4月前
|
Unix Docker 容器
使用docker 启动naocs 报错出现:standard_init_linux.go:241: exec user process caused "exec format error"
```markdown Error in Docker container startup: "standard_init_linux.go:241: exec user process caused \"exec format error\"". Occurred at 2024-06-29 09:26:19.910, followed by a failed hook with a syslog delivery error at 09:27:20.193. Seeking solutions from experts. ```
|
5月前
|
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
|
5月前
|
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的解决
419 0
Linux|错误集锦|prometheus Error on ingesting samples that are too old or are too far into the future的解决
下一篇
无影云桌面