Ioctl ASYNC_CONFIG error, errno = 1
After further analysis on MetaLink, and assistance from Support, we determined that asynch IO was not configured. The following are the steps that we did as root to resolve the issue:
- created /etc/privgroup. Added the following entries in the file:
- dba RTPRIO RTSCHED MLOCK
- oinstall RTPRIO RTSCHED MLOCK
- /usr/sbin/setprivgrp -f /etc/privgroup
- getprivgrp dba
- getprivgroup oinstall
- cd /dev/async
- chown oracle:dba async
- chmod 660 async
We just had to say "Isn't that interesting..."
No comments:
Post a Comment