Database Error Messages

PRVH-00510

IPC protocol used by ASM instances is inconsistent across the cluster nodes. ASM instances use the "{0}" protocol on nodes "{1}" and "{2}" protocol on nodes "{3}".

Cause

Configuration Verification Utility (CVU) found that IPC protocol used by ASM instances was not consistent across the cluster nodes.


Action

Ensure that ASM instances use the same protocol on all the cluster nodes for IPC communication. Run the command 'make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk ipc_rds ioracle' to change the protocol to 'rds' or command 'make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk ipc_g ioracle' to change the protocol to 'udp' on the applicable nodes to make the IPC protocol consistent across the cluster nodes. Refer to MOS note 2345406.1 for more details.