ORA-09925 Error When Adding a New Node To an Existing Cluster
(Doc ID 2281374.1)
Last updated on JUNE 02, 2020
Applies to:
Oracle Database - Standard Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
ORA-09925 error appear when adding a new node to an existing cluster.
addNodeActions2017-06-15_01-42-30PM.log:
sNativeVolName:/u01/app/grid/
m_asNodeArray:node1,node2
m_sLocalNode:node1
INFO: Updating files in Oracle home '$GRID_HOME' to remote nodes '<nodename2>'.
INFO: InstallProgressMonitor: Starting phase 256
INFO: List of files to be excluded from:crs/install/install.excl
INFO: Updating files in Oracle home '$GRID_HOME' to remote nodes '<nodename2>'.
INFO: Updating files in Oracle home '$GRID_HOME' to remote nodes '<nodename2>'.
INFO: Copying Oracle home '$GRID_HOME' to remote nodes '<nodename2>'.
INFO: Copying Oracle home '$GRID_HOME' to remote nodes '<nodename2>'.
--------The line above is the last entry in the log ---------
oraInstall2017-06-15_01-42-30PM.err:
oracle.ops.mgmt.cluster.SharedDeviceException: PRKC-1025 : Failed to create a file under the filepath /u01 because the filepath is not executable or writable
at oracle.ops.mgmt.nativesystem.UnixSystem.checkSharedFileSystemPath(UnixSystem.java:1718)
at oracle.ops.mgmt.nativesystem.UnixSystem.isSharedPath(UnixSystem.java:1615)
at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:1117)
.
.
.
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:682)
...
Exception in thread "AddNode API Thread" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.io.File.listFiles(File.java:1056)
The cluster alert.log in remote node shows:
2017-06-08 16:19:52.184+ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 13: Permission denied
Additional information: 9925
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 13: Permission denied
Additional information: 9925
. For details refer to "(:CLSN00107:)" in "$TRACE/ohasd_oraagent_grid.trc".
2017-06-08 16:19:52.185 [ORAAGENT(4966)]CRS-5011: Check of resource "ora.asm" failed: details at "(:CLSN00006:)" in "$TRACE/ohasd_oraagent_grid.trc"
Changes
Adding a new node to an existing cluster
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |