PRCR-1013 : Failed to start resource ora.proxy_advm + ORA-09925: Unable to create audit trail file
Symptoms :
# srvctl start asm -proxy -n asmcloud1
PRCR-1013 : Failed to start resource ora.proxy_advm
PRCR-1064 : Failed to start resource ora.proxy_advm on node asmcloud1
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 20: Not a directory
Additional information: 9925
Cause:
Affected node shows the "audit" as a file instead of a directory
Solution :
Remove the audit file and create audit directory as grid user and restart cluster.
step 1:
$> rm /u01/app/12.1.0.2/grid/rdbms/audit
Step 2 : As Grid User
$> mkdir /u01/app/12.1.0.2/grid/rdbms/audit
Step 3: Restart Cluster:
# crsctl stop crs -f
# crsctl start crs
# crsctl stat res -t
Symptoms :
# srvctl start asm -proxy -n asmcloud1
PRCR-1013 : Failed to start resource ora.proxy_advm
PRCR-1064 : Failed to start resource ora.proxy_advm on node asmcloud1
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 20: Not a directory
Additional information: 9925
Cause:
Affected node shows the "audit" as a file instead of a directory
Solution :
Remove the audit file and create audit directory as grid user and restart cluster.
step 1:
$> rm /u01/app/12.1.0.2/grid/rdbms/audit
Step 2 : As Grid User
$> mkdir /u01/app/12.1.0.2/grid/rdbms/audit
Step 3: Restart Cluster:
# crsctl stop crs -f
# crsctl start crs
# crsctl stat res -t