GIPCD Errors

Overiew

  • GIPCD deamon is testing its network/local interface every 5 seconds
  • GIPCD needs the local socket files in /var/tmp/.oracle for connecting to local CRS processes

Troubleshooting

  • Check OS messages files for any errors which may be related ( AVAHI deamon running, ifdown/ifup messages …)
  • Check cron for any running/starting scritps during that time
  • Check immediate the files in /var/tmp/.oracle before a cluster reboot renews these files
  • Run OSWatcher to check any network issues with the cluster interconnect

Deleting local socket descriptors in /var/tmp/.oracle – Error failed to retrieve GPnP profile

Errors: CLSGPNP_COMM_ERR, CLSGPNP_NO_DAEMON, CRS-2302, CRS-1013

Create failing scenario <-- Don't do that on a production cluster your CRS stack get down immediate

[root@grac43 .oracle]# cd /var/tmp/.oracle
[root@grac43 .oracle]# rm -rf *

GIPCD logs
Working case 
2014-10-11 08:43:31.486: [ CLSINET][3378468608] Returning NETDATA: 1 interfaces
2014-10-11 08:43:31.486: [ CLSINET][3378468608] # 0 Interface 'eth3',ip='192.168.3.103',mac='08-00-27-45-c3-47',mask='255.255.255.0',net='192.168.3.0',use='cluster_interconnect'
..
2014-10-11 08:43:36.489: [ CLSINET][3378468608] Returning NETDATA: 1 interfaces
2014-10-11 08:43:36.490: [ CLSINET][3378468608] # 0 Interface 'eth3',ip='192.168.3.103',mac='08-00-27-45-c3-47',mask='255.255.255.0',net='192.168.3.0',use='cluster_interconnect'
..

GIPC.log after deleting  Oracle socket descriptors   /var/tmp/.oracle

2014-10-11 08:43:41.490: [    GPNP][3378468608] clsgpnpm_doconnect: [at clsgpnpm.c:1210] GIPC gipcretConnectionRefused (29) gipcConnect(ipc-ipc://GPNPD_grac43)
2014-10-11 08:43:41.490: [    GPNP][3378468608] clsgpnpm_doconnect: [at clsgpnpm.c:1211] Result: (48) CLSGPNP_COMM_ERR. Failed to connect to call url "ipc://GPNPD_grac43"
2014-10-11 08:43:41.490: [    GPNP][3378468608] clsgpnpm_exchange: [at clsgpnpm.c:2072] Result: (13) CLSGPNP_NO_DAEMON. Failed to connect to call url "ipc://GPNPD_grac43", msg=0x7f15c01b6ea0 dom=0x7f15c02824a0
2014-10-11 08:43:41.490: [    GPNP][3378468608] clsgpnp_profileCallUrlInt: [at clsgpnp.c:2115] Result: (13) CLSGPNP_NO_DAEMON. Error in get-profile SOAP exchange to callurl "ipc://GPNPD_grac43".
2014-10-11 08:43:41.490: [    GPNP][3378468608] clsgpnp_profileCallUrlInt: [at clsgpnp.c:2243] Result: (13) CLSGPNP_NO_DAEMON. Error get-profile CALL to remote "ipc://GPNPD_grac43" disco ""
2014-10-11 08:43:41.490: [ CLSINET][3378468608] failed to retrieve GPnP profile, grv 13
2014-10-11 08:43:41.490: [GIPCDMON][3378468608] gipcdMonitorCheckInterfaces: failed to read private interface information ret 1
2014-10-11 08:43:42.592: [GIPCDCLT][3382671104] gipcdClientThread: req from local client of type gipcdmsgtypeInterfaceMetrics, endp 00000000000004f0
...
2014-10-11 08:43:46.495: [ CLSINET][3378468608] failed to retrieve GPnP profile, grv 13
2014-10-11 08:43:46.495: [GIPCDMON][3378468608] gipcdMonitorCheckInterfaces: failed to read private interface information ret 1
...
2014-10-11 08:43:56.496: [ CLSINET][3378468608] failed to retrieve GPnP profile, grv 13
2014-10-11 08:43:56.496: [GIPCDMON][3378468608] gipcdMonitorCheckInterfaces: failed to read private interface information ret 1
..
2014-10-11 08:44:11.501: [ CLSINET][3378468608] failed to retrieve GPnP profile, grv 13
2014-10-11 08:44:11.501: [GIPCDMON][3378468608] gipcdMonitorCheckInterfaces: failed to read private interface information ret 1

Reference 

UNABLE TO STOP CRS - ORA-29785_GPNP ATTRIBUTE GET FAILED WITH ERROR_CLSGPNP_NO_DAEMON (Doc ID 1904315.1)    
NOTE:1545159.1  - DB Instance Restarted Automaticaly with Media Failure Error ( ORA-01114 )
BUG: 16785476   - ORA-29785: GPNP ATTRIBUTE GET FAILED WITH ERROR [CLSGPNP_NO_DAEMON]
NOTE:1249614.1  - GPNPD Crashed Because it Could Not Establish a TCP Connection to Remote Servers

Leave a Reply

Your email address will not be published. Required fields are marked *