CRS-0804, PROC-44, CRS-4535, PROC-44: Error in network address
Getting following error during CRS start. we had a server reboot post maintenance. CRS-0804, PROC-44, CRS-4535, PROC-44: Error in network address
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
CRS-4638: Oracle High Availability Services is online CRS-4535: Cannot communicate with Cluster Ready Services CRS-4529: Cluster Synchronization Services is online CRS-4534: Cannot communicate with Event Manager [crsd(12451930)]CRS-0804:Cluster Ready Service aborted due to Oracle Cluster Registry error [PROC-44: Error in network address and interface operations Network address and interface operations error [7]]. Details at (:CRSD00111:) in /grid/app/11.2.0.3/grid/log/sam-rac01/crsd/crsd.log. 2017-03-20 13:46:39.533: [CLWAL][1]clsw_Initialize: OLR initlevel [70000] 2017-03-20 13:46:42.946: [ OCRAPI][1]clsu_get_private_ip_addresses: no ip addresses found. [ OCRAPI][1]a_init_clsss: failed to call clsu_get_private_ip_addr (7) 2017-03-20 13:46:43.149: [ OCRAPI][1]a_init:13!: Clusterware init unsuccessful : [44] 2017-03-20 13:46:43.149: [ CRSOCR][1] OCR context init failure. Error: PROC-44: Error in network address and interface operations Network address and interface operat ions error [7] 2017-03-20 13:46:43.150: [ CRSMAIN][1] Created alert : (:CRSD00111:) : Could not init OCR, error: PROC-44: Error in network address and interface operations Network ad dress and interface operations error [7] 2017-03-20 13:46:43.150: [ CRSD][1][PANIC] CRSD exiting: Could not init OCR, code: 44 2017-03-20 13:46:43.150: [ CRSD][1] Done.</pre> |
Looking at the logs above this seems to be issue with network. Verify the same by comparing output of following two commands.
1 2 |
$GRID_HOME/bin/oifcfg iflist -p -n $GRID_HOME/bin/gpnptool get |
On output 1 the interface name for PRIVATE network is… Read More »