Visit Counter

Thursday, November 2, 2017

The avahi-Daemon service must be disabled.



While installing  Oracle 12c Grid Software Geeting error.


Checking daemon "avahi-daemon" is not configured and running daemon not configured check
failed for process "avahi-daemon"
check failed on nodes: rac01,rac02




Stop on both cluster nodes.

rac01

[root@rac01]# service avahi-daemon status
avahi-daemon (pid 1132) is running....
[root@rac01]#service avahi-daemon stop
shutting down Avahi Daemon:                       [OK]
[root@rac01]#
[root@rac01]#/sbin/chkconfig avahi-daemon off
[root@rac01]#

rac02



[root@rac02]# service avahi-daemon status
avahi-daemon (pid 1144) is running....
[root@rac02]#service avahi-daemon stop
shutting down Avahi Daemon:                       [OK]
[root@rac02]#
[root@rac02]#/sbin/chkconfig avahi-daemon off
[root@rac02]#

Package: cvuqdisk-1.0.9-1.rpm



Check Failed on Nodes [rac01,rac02]


Goto Oracle 12c Grid software directory

Package location : cvuqdisk-1.0.9-1.rpm


/ora/oracle/Desktop/Grid/rpm/cvuqdisk-1.0.9-1.rpm


Install it on both cluster nodes

INS-40927 Interfaces with common subnets that have different names

While Install GRID 12c software getting below error.




INS-40927 Interfaces with common subnets that have different names







Question:  How do I fix the INS-40927 error? I am getting the "INS-40927: Interfaces with common subnets have different names on different nodes." error when trying to install Oracle 11g r2 Grid control:

 


Answer: The oerr utility says this for the INS-40927 error:
INS-40927: Interfaces with common subnets have different names on different nodes.
Cause: The following nodes have interfaces in common subnets that have different interface names: string
Action: Ensure that the names of interfaces defined on common subnets are the same on all cluster member nodes

All interfaces have to use the same name. The interface (e.g. a public LAN), must have the same name on all nodes, same naming ruke for the interconnect. 


Solution:

First of all, stop all virtual machines. Goto virtual machine setting and remove network cards and add one by one in each virtual machine and startup machines.








PRVF-5410 check of common NTP Time Server failed


Do it on all cluster nodes


Either configure NTP, or make sure it is not configured so the Oracle Cluster Time Synchronization Service (ctssd) can synchronize the times of the RAC nodes. In this case we will deconfigure NTP.
# service ntpd stop
Shutting down ntpd:                                        [FAILED]
# chkconfig ntpd off
# mv /etc/ntp.conf /etc/ntp.conf.orig
# rm /var/run/ntpd.pid