|
Hi Erman,
I am currently in the process of installing Oracle RAC 19c on a Linux machine, and I have encountered an issue while executing the root.sh script on node 1. The installation has completed all prerequisite checks, but during the execution of the root.sh script, I am receiving an error that causes the process to fail. Below are the details: [root@rac1 ~]# /u01/app/19c/grid/root.sh Performing root user operation. The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/19c/grid Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite. The contents of "oraenv" have not changed. No need to overwrite. The contents of "coraenv" have not changed. No need to overwrite. Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed. Relinking oracle with rac_on option Using configuration parameter file: /u01/app/19c/grid/crs/install/crsconfig_params The log of current session can be found at: /u01/app/oracle/crsdata/rac1/crsconfig/rootcrs_rac1_2024-11-21_03-20-25PM.log 2024/11/21 15:20:30 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'. 2024/11/21 15:20:30 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'. 2024/11/21 15:20:30 CLSRSC-363: User ignored prerequisites during installation 2024/11/21 15:20:30 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'. 2024/11/21 15:20:31 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector. 2024/11/21 15:20:32 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'. 2024/11/21 15:20:33 CLSRSC-594: Executing installation step 5 of 19: 'SetupOSD'. 2024/11/21 15:20:33 CLSRSC-594: Executing installation step 6 of 19: 'CheckCRSConfig'. 2024/11/21 15:20:33 CLSRSC-594: Executing installation step 7 of 19: 'SetupLocalGPNP'. 2024/11/21 15:20:34 CLSRSC-594: Executing installation step 8 of 19: 'CreateRootCert'. 2024/11/21 15:20:40 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'. 2024/11/21 15:20:41 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'. 2024/11/21 15:21:14 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'. 2024/11/21 15:21:14 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'. 2024/11/21 15:21:17 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'. 2024/11/21 15:21:22 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'. 2024/11/21 15:21:28 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'. 2024/11/21 15:21:33 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'. CRS-4123: Oracle High Availability Services has been started. CRS-2672: Attempting to start 'ora.evmd' on 'rac1' CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1' CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded CRS-2676: Start of 'ora.evmd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1' CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1' CRS-2672: Attempting to start 'ora.gipcd' on 'rac1' CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded CRS-2674: Start of 'ora.cssdmonitor' on 'rac1' failed CRS-2679: Attempting to clean 'ora.cssdmonitor' on 'rac1' CRS-2678: 'ora.cssdmonitor' on 'rac1' has experienced an unrecoverable failure CRS-0267: Human intervention required to resume its availability. CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1' CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded CRS-5802: Unable to start the agent process CRS-4000: Command Start failed, or completed with errors. 2024/11/21 15:38:50 CLSRSC-119: Start of the exclusive mode cluster failed Died at /u01/app/19c/grid/crs/install/crsinstall.pm line 2439. |
|
Administrator
|
Seems like an OS side issue. A missing RPM, an unnecessary file or lack of a permission..
But we need more data to diagnose. **We need the trace/log of the cssdmonitor... Gathered info: 2024-11-21 15:38:50: CLSRSC-119: Start of the exclusive mode cluster failed 2024-11-21 15:38:50: ###### Begin DIE Stack Trace ###### 2024-11-21 15:38:50: Package File Line Calling 2024-11-21 15:38:50: --------------- -------------------- ---- ---------- 2024-11-21 15:38:50: 1: main rootcrs.pl 355 crsutils::dietrap 2024-11-21 15:38:50: 2: crsinstall crsinstall.pm 2439 main::__ANON__ 2024-11-21 15:38:50: 3: crsinstall crsinstall.pm 2334 crsinstall::perform_initial_config 2024-11-21 15:38:50: 4: crsinstall crsinstall.pm 1026 crsinstall::perform_init_config 2024-11-21 15:38:50: 5: crsinstall crsinstall.pm 1184 crsinstall::init_config 2024-11-21 15:38:50: 6: crsinstall crsinstall.pm 446 crsinstall::CRSInstall 2024-11-21 15:38:50: 7: main rootcrs.pl 552 crsinstall::new 2024-11-21 15:38:50: ####### End DIE Stack Trace ####### Gathered info: > CRS-2674: Start of 'ora.cssdmonitor' on 'rac1' failed > CRS-2679: Attempting to clean 'ora.cssdmonitor' on 'rac1' > CRS-2678: 'ora.cssdmonitor' on 'rac1' has experienced an unrecoverable failure *Similar error stack /but unrelated issue -> Installation Grid Fails With: ORA-29783: GPnP Attribute SET Failed With Error [CLSGPNP_RD_ERR] (Doc ID 2981876.1) |
|
Hi Erman,
The issue was not resolved . When I again run root.sh script on node 1 , it encountered the following error : [root@rac1 oraInventory]# /u01/app/19c/grid/root.sh Performing root user operation. The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/19c/grid Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite. The contents of "oraenv" have not changed. No need to overwrite. The contents of "coraenv" have not changed. No need to overwrite. Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed. Relinking oracle with rac_on option Using configuration parameter file: /u01/app/19c/grid/crs/install/crsconfig_params The log of current session can be found at: /u01/app/oracle/crsdata/rac1/crsconfig/rootcrs_rac1_2024-11-25_03-18-22PM.log 2024/11/25 15:18:33 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'. 2024/11/25 15:18:33 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'. 2024/11/25 15:18:34 CLSRSC-363: User ignored prerequisites during installation 2024/11/25 15:18:34 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'. 2024/11/25 15:18:34 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector. 2024/11/25 15:18:35 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'. 2024/11/25 15:18:36 CLSRSC-594: Executing installation step 5 of 19: 'SetupOSD'. 2024/11/25 15:18:36 CLSRSC-594: Executing installation step 6 of 19: 'CheckCRSConfig'. 2024/11/25 15:18:37 CLSRSC-594: Executing installation step 7 of 19: 'SetupLocalGPNP'. 2024/11/25 15:18:37 CLSRSC-594: Executing installation step 8 of 19: 'CreateRootCert'. 2024/11/25 15:18:42 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'. 2024/11/25 15:18:43 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'. 2024/11/25 15:19:15 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'. 2024/11/25 15:19:16 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'. 2024/11/25 15:19:16 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service' 2024/11/25 15:20:48 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'. 2024/11/25 15:20:57 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'. 2024/11/25 15:21:03 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'. 2024/11/25 15:21:09 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'. CRS-2672: Attempting to start 'ora.evmd' on 'rac1' CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1' CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded CRS-2676: Start of 'ora.evmd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1' CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1' CRS-2672: Attempting to start 'ora.gipcd' on 'rac1' CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded CRS-2674: Start of 'ora.gipcd' on 'rac1' failed CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac1' CRS-2677: Stop of 'ora.cssdmonitor' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1' CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1' CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.evmd' on 'rac1' CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded CRS-4000: Command Start failed, or completed with errors. 2024/11/25 15:22:39 CLSRSC-119: Start of the exclusive mode cluster failed Died at /u01/app/19c/grid/crs/install/crsinstall.pm line 2439 I have attached output logfile. rootcrs_rac1_2024-11-25_03-18-22PM.log |
|
Administrator
|
Send me the gipcd.trc under <ORACLE_BASE>/diag/crs/<HOSTNAME>/crs/trace folder
reference and possible solution: CLSRSC-119: Start of the exclusive mode cluster failed While Running root.sh While Installing Grid Infrastructure 19c (Doc ID 2568395.1) -- but your cluster name is rac-cluster (11 chars long) anyways lets see that trace.. |
|
I have removed the previous failed installation. I will proceed with the installation again and will share the results with you once it's complete.
|
|
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
|
Today I performed a fresh installation of Oracle Grid 19c on a linux server 9.
During the Grid configuration process, I have the same error: > CRS-4000: Command Start failed, or completed with errors. >End Command output 2026-04-20 11:50:55: The exlusive mode cluster start failed, see Clusterware alert log for more information 2026-04-20 11:50:55: Executing cmd: /oracle/grid/19.3.0/gi_home/bin/clsecho -p has -f clsrsc -m 119 2026-04-20 11:50:55: Executing cmd: /oracle/grid/19.3.0/gi_home/bin/clsecho -p has -f clsrsc -m 119 2026-04-20 11:50:55: Command output: > CLSRSC-119: Start of the exclusive mode cluster failed >End Command output 2026-04-20 11:50:55: CLSRSC-119: Start of the exclusive mode cluster failed 2026-04-20 11:50:55: ###### Begin DIE Stack Trace ###### 2026-04-20 11:50:55: Package File Line Calling 2026-04-20 11:50:55: --------------- -------------------- ---- ---------- 2026-04-20 11:50:55: 1: main rootcrs.pl 361 crsutils::dietrap 2026-04-20 11:50:55: 2: crsinstall crsinstall.pm 2583 main::__ANON__ 2026-04-20 11:50:55: 3: crsinstall crsinstall.pm 2481 crsinstall::perform_initial_config 2026-04-20 11:50:55: 4: crsinstall crsinstall.pm 1104 crsinstall::perform_init_config 2026-04-20 11:50:55: 5: crsinstall crsinstall.pm 1262 crsinstall::init_config 2026-04-20 11:50:55: 6: crsinstall crsinstall.pm 506 crsinstall::CRSInstall 2026-04-20 11:50:55: 7: main rootcrs.pl 562 crsinstall::new 2026-04-20 11:50:55: ####### End DIE Stack Trace ####### 2026-04-20 11:50:55: ROOTCRS_BOOTCFG checkpoint has failed 2026-04-20 11:50:55: ckpt: -ckpt -oraclebase /oracle/grid/19.3.0/gi_home/base -chkckpt -name ROOTCRS_BOOTCFG The cluster name has 7 characters. 2026-04-20 11:39:27: CLUSTER_NAME=bsdbipp Is it possible to get instructions to fix error CLSRSC-119: Regrafs! Hine |
|
Administrator
|
Send me the gipcd.trc.
|
|
Administrator
|
In reply to this post by Hine
Check the -> gipcd.trc.
but we may need to check other log and traces in <ORACLE_BASE>/diag/crs/<HOSTNAME>/crs/trace as well. |
|
In reply to this post by ErmanArslansOracleBlog
Trace file /oracle/grid/19.3.0/gi_home/base/diag/crs/bsdbipp-rc/crs/trace/gipcd.trc
Oracle Database 19c Clusterware Release 19.0.0.0.0 - Production
Version 19.26.0.0.0 Copyright 1996, 2025 Oracle. All rights reserved.
Build label: HAS_19.26.0.0.0OCWRU_LINUX.X64_250116
ORACLE_HOME: /oracle/grid/19.3.0/gi_home
System name: Linux
Node name: bsdbipp-rc.bsi.si
Release: 6.12.0-105.51.5.el9uek.x86_64
Version: #1 SMP PREEMPT_DYNAMIC Tue Oct 14 19:55:41 PDT 2025
Machine: x86_64
CLID: P
*** 2026-04-21T14:12:52.356184+02:00
default:1599802048: 1: clskec:has:CLSU:910 4 args[clsdAdr_CLSK_err][mod=clsdadr.c][loc=(:CLSD00302:)][msg=2026-04-21 14:12:52.329 (:CLSD00302:) Trace file size and number of segments fetched from environment variable: ORA_DAEMON_TRACE_FILE_OPTIONS filesize=26214400,numsegments=10 Detected in function clsdAdrGetEnvVar_TFO at line number 6881. ]
CLSB:1599802048: [ INFO] Argument count (argc) for this daemon is 1
CLSB:1599802048: [ INFO] Argument 0 is: /oracle/grid/19.3.0/gi_home/bin/gipcd.bin
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdMain: gipcd Started
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name CLNTCOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: to set trace level to 2 for gipclib module CLNTCOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name NODECOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: to set trace level to 2 for gipclib module NODECOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name MONTCOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: to set trace level to 2 for gipclib module MONTCOMM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCD
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCDNDE
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCDCLT
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCDMON
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 0, module name CLSINET
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCLIB
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCLIB level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCGEN
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCGEN level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCTRAC
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCTRAC level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCWAIT
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCWAIT level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCXCPT
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCXCPT level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCOSD
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCOSD level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCBASE
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCBASE level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCCLSA
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCCLSA level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCCLSC
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCCLSC level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCEXMP
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCEXMP level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCGMOD
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCGMOD level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHEAD
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHEAD level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCMUX
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCMUX level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCNET
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCNET level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCNULL
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCNULL level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCPKT
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCPKT level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCSMEM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCSMEM level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHAUP
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHAUP level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHALO
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHALO level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHTHR
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHTHR level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHGEN
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHGEN level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHLCK
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHLCK level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHDEM
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHDEM level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHWRK
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHWRK level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCTLS
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCTLS level 2
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: level 2, module name GIPCHGNS
2026-04-21 14:12:52.365 : GIPCD:1599802048: gipcdConfig_vir2phyID_setunit: modifying the log of module GIPCHGNS level 2
2026-04-21 14:12:52.366 : CLSDMT:1427334720: [ INFO] PID for the Process [111946], connkey GIPCD
2026-04-21 14:12:53.312 : GIPCD:1599802048: gipcd_CLSDMInit: clsdm inited
2026-04-21 14:12:53.312 : GIPCD:1427334720: gipcd_CheckCB: GIPC Daemon is NOT yet READY for business ...
2026-04-21 14:12:53.312 : GIPCLIB:1599802048: gipclibGetClusterGuid: retrieved cluster guid 46afcfffdb94cfedff954066c4c7c6da
2026-04-21 14:12:53.312 : GIPCLIB:1599802048: gipclibGetClusterGuid: retrieved cluster guid 46afcfffdb94cfedff954066c4c7c6da
2026-04-21 14:12:53.313 :GIPCDCLT:1599802048: gipcdMain: It is fresh start, creating brand new shared memory
2026-04-21 14:12:53.313 : GIPC:1599802048: sgipcGetCrsUser: successfully fetched CRS user name oracle id 1000
2026-04-21 14:12:53.313 :GIPCDCLT:1599802048: gipcdMain: created new gipcMemory() successfully
2026-04-21 14:12:53.313 : GIPCD:1599802048: gipcdMain: Starting GIPCD, FNDD OSDCTX (nil), flags 0x55f, FNDD CTX (nil)
2026-04-21 14:12:53.313 : GIPCD:1599802048: gipcdMain: Starting GIPCD, FNDD OSDCTX (nil), flags 0x55f, FNDD CTX (nil)
2026-04-21 14:12:53.313 : GIPCD:1599802048: gipcdMain: FNDD is not enabled
2026-04-21 14:12:53.314 : GIPCD:1067435584: gipcdSetThreadState: changing the status of eventThread. current status (uknown) desired status gipcdThreadStatusInit
2026-04-21 14:12:53.314 :GIPCDEVENT:1067435584: gipcdEventThread: gipcdEventThread started
2026-04-21 14:12:53.314 : GIPCD:1067435584: gipcdSetThreadState: changing the status of eventThread. current status gipcdThreadStatusInit desired status gipcdThreadStatusReady
2026-04-21 14:12:53.314 : GIPCD:1071638080: gipcdSetThreadState: changing the status of nodeThread. current status gipcdThreadStatusOffline desired status gipcdThreadStatusInit
2026-04-21 14:12:53.314 : GIPCD:1073739328: gipcdSetThreadState: changing the status of clientThread. current status gipcdThreadStatusOffline desired status gipcdThreadStatusInit
2026-04-21 14:12:53.314 :GIPCDCLT:1073739328: gipcdClientThread: connection str ipc://gipcd_bsdbipp-rc
2026-04-21 14:12:53.314 :GIPCDCLT:1073739328: gipcdScanMemory: scanning the shared memory for restoring the registered clients info
2026-04-21 14:12:53.314 :GIPCDCLT:1073739328: gipcdScanMemory: no clients are registered with GIPCD
2026-04-21 14:12:53.315 :GIPCDCLT:1073739328: gipcdClientThread: gipcdClientThread started
2026-04-21 14:12:53.315 : GIPCD:1073739328: gipcdSetThreadState: changing the status of clientThread. current status gipcdThreadStatusInit desired status gipcdThreadStatusReady
2026-04-21 14:12:53.315 :GIPCHGEN:1071638080: gipchaInternalRegister: Initializing HA GIPC global flags 0x1000003
2026-04-21 14:12:53.316 : default:1071638080: clsvactversion:4: Retrieving Active Version from local storage.
2026-04-21 14:12:53.317 : GIPCD:1069536832: gipcdSetThreadState: changing the status of monitorThread. current status gipcdThreadStatusOffline desired status gipcdThreadStatusInit
2026-04-21 14:12:53.317 :GIPCDMON:1069536832: gipcdMonitorThread: gipcdMonitorThread started
2026-04-21 14:12:53.317 : GIPCD:1069536832: gipcdSetThreadState: changing the status of monitorThread. current status gipcdThreadStatusInit desired status gipcdThreadStatusReady
2026-04-21 14:12:53.317 :GIPCHGEN:1071638080: gipchaInternalGetActiveSoftVersion: active version 19.0.0.0.0 [318767104] softwareVersion 19.0.0.0.0 [318767104]
2026-04-21 14:12:53.317 : GIPCGEN:1071638080: gipchaInternalIsDualPortODA: hctx->activeVersion 318767104, vsnNum 301989888, hctx 0x55b110c56000 [0000000000000011] { gipchaContext : host 'bsdbipp-rc', name 'gipcd_ha_name', luid '', name2 , numNode 0, numInf 0, maxPriority 0, clientMode 1, nodeIncarnation 00000000-00000000 usrFlags 0x0, flags 0x1c000 }
2026-04-21 14:12:53.321 :GIPCHGEN:1071638080: gipchaNodeCreate: adding new node 0x7f24300bb550 { host '', haName 'gipcd_ha_name', srcLuid 71c119ee-00000000, dstLuid 00000000-00000000 numInf 0, sentRegister 0, localMonitor 0, baseStream 0x7f24300cbec0 type gipchaNodeType12001 (20), nodeIncarnation 00000000-00000000, incarnation 0, cssIncarnation 0, negDigest 4294967295, roundTripTime 4294967295 lastSeenPingAck 0 nextPingId 1 latencySrc 0 latencyDst 0 flags 0x200001}
2026-04-21 14:12:53.322 :GIPCXCPT:1071638080: gipchaInternalReadGpnp: No HAIP network info configured in GPNP profile, using defaults, ret gipcretFail (1)
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: configuring default IPV4 multicast addresses
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: configuring default IPV6 multicast addresses
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: configuring default bootstrap communications modes
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: configuring bootstrap communications using: broadcast and multicast
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: mcast address[ 0 ] 224.0.0.251
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: mcast address[ 1 ] 230.0.1.0
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaInternalReadGpnp: mcast address[ 0 ] [FF02::FB]
2026-04-21 14:12:53.322 :GIPCHGEN:1071638080: gipchaGetClusterMode: gipchaGetClusterMode():REGULAR Cluster mode
2026-04-21 14:12:53.323 : GIPC:1071638080: gipchaInternalRegister: TLS flag 1
2026-04-21 14:12:53.323 :GIPCHTHR:1065334336: gipchaWorkerThread: starting worker thread hctx 0x55b110c56000 [0000000000000011] { gipchaContext : host 'bsdbipp-rc', name 'gipcd_ha_name', luid '71c119ee-00000000', name2 bsdbipp-rc-0001b54a-3-000000010045f032, numNode 0, numInf 0, maxPriority 0, clientMode 1, nodeIncarnation 00000000-00000000 usrFlags 0x0, flags 0x5c860 }
2026-04-21 14:12:53.324 : GIPCLIB:1065334336: gipclibGetClusterGuid: retrieved cluster guid 46afcfffdb94cfedff954066c4c7c6da
2026-04-21 14:12:53.324 : GIPC:1065334336: gipcdsInitializeF: gipcds init successful
2026-04-21 14:12:53.324 :GIPCHDEM:1063233088: gipchaDaemonThread: starting daemon thread hctx 0x55b110c56000 [0000000000000011] { gipchaContext : host 'bsdbipp-rc', name 'gipcd_ha_name', luid '71c119ee-00000000', name2 bsdbipp-rc-0001b54a-3-000000010045f032, numNode 0, numInf 0, maxPriority 0, clientMode 1, nodeIncarnation 00000000-00000000 usrFlags 0x0, flags 0x5c860 }
2026-04-21 14:12:53.325 :GIPCDNDE:1071638080: gipcdGetConnectionString: connection string for host bsdbipp-rc is gipcha://bsdbipp-rc:gipcdha_bsdbipp-rc_
2026-04-21 14:12:53.325 : GIPCLIB:1063233088: gipclibGetClusterGuid: retrieved cluster guid 46afcfffdb94cfedff954066c4c7c6da
2026-04-21 14:12:53.325 :GIPCHDEM:1063233088: gipchaDaemonConnect: connecting to daemon addr ipc://gipcd_bsdbipp-rc
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: active cipher list:
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_RSA_WITH_AES_128_GCM_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_RSA_WITH_AES_128_CBC_SHA256
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
2026-04-21 14:12:53.333 : GIPCTLS:1071638080: gipclibTlsGetActiveCipherList: TLS_RSA_WITH_AES_128_CBC_SHA
2026-04-21 14:12:53.340 :GIPCHGEN:1063233088: gipchaNodeMarkInfAsTransientF [gipchaDaemonCheckInterfaces : gipchaDaemonThread.c : 8893]: marking infs of node 0x7f24300bb550 { host '', haName 'gipcd_ha_name', srcLuid 71c119ee-00000000, dstLuid 00000000-00000000 numInf 0, sentRegister 0, localMonitor 0, baseStream 0x7f24300cbec0 type gipchaNodeType12001 (20), nodeIncarnation 00000000-00000000, incarnation 0, cssIncarnation 0, negDigest 4294967295, roundTripTime 4294967295 lastSeenPingAck 0 nextPingId 1 latencySrc 0 latencyDst 0 flags 0x200001} as TRANSIENT
2026-04-21 14:12:53.341 :GIPCHGEN:1063233088: gipchaNodeAddInterfaceF [gipchaDaemonCheckInterfaces : gipchaDaemonThread.c : 8931]: adding interface info 0x7f242014eaa0 { host '', haName 'gipcd_ha_name', local (nil), ip '192.168.194.85', subnet '192.168.194.84', mask '255.255.255.252', mac '20-3a-43-14-71-98', ifname 'bond0.1010', numRef 0, numFail 0, idxBoot 0, flags 0x1841 }
2026-04-21 14:12:53.341 :GIPCHDEM:1063233088: gipchaDaemonProcessClientReq: processing req 0x7f2430114f20 type gipchaClientReqTypePublish (1)
2026-04-21 14:12:53.341 :GIPCHTHR:1065334336: gipchaWorkerCreateInterface: created local interface for node 'bsdbipp-rc', haName 'gipcd_ha_name', inf 'udp://192.168.194.85:25770' inf 0x7f242014eaa0
2026-04-21 14:12:53.341 :GIPCHTHR:1065334336: gipchaWorkerCreateInterface: created local bootstrap multicast interface for node 'bsdbipp-rc', haName 'gipcd_ha_name', inf 'mcast://224.0.0.251:42424/192.168.194.85' inf 0x7f242014eaa0
2026-04-21 14:12:53.345 :GIPCHTHR:1065334336: gipchaWorkerCreateInterface: created local bootstrap multicast interface for node 'bsdbipp-rc', haName 'gipcd_ha_name', inf 'mcast://230.0.1.0:42424/192.168.194.85' inf 0x7f242014eaa0
2026-04-21 14:12:53.345 :GIPCHTHR:1065334336: gipchaWorkerCreateInterface: created local bootstrap broadcast interface for node 'bsdbipp-rc', haName 'gipcd_ha_name', inf 'udp://192.168.194.87:42424' inf 0x7f242014eaa0
2026-04-21 14:12:53.345 :GIPCHDEM:1063233088: gipchaDaemonProcessClientReq: processing req 0x7f242c06f660 type gipchaClientReqTypeInfPublish (7)
2026-04-21 14:12:53.345 : GIPCTLS:1071638080: gipcmodTlsGetWalletObjFromCred: using rootCredDomName: NULL, baseCredDomName:nodecert
2026-04-21 14:12:53.346 : GIPCTLS:1071638080: gipcmodTlsGetWalletObjFromCred: found base dom: nodecert
2026-04-21 14:12:53.348 : GIPCTLS:1071638080: gipcmodTlsGetWalletObjFromCred: found one certificate
2026-04-21 14:12:53.354 : GIPC:1071638080: gipclibTlsTraceCallback: function: nzosReadCertParams
2026-04-21 14:12:53.354 : GIPC:1071638080: sslconf.ora location is..
2026-04-21 14:12:53.354 : GIPC:1071638080: gipclibTlsTraceCallback: function: nzosReadCertParams
2026-04-21 14:12:53.354 : GIPC:1071638080: /oracle/grid/19.3.0/gi_home/ldap/admin/sslconf.ora
2026-04-21 14:12:53.354 : GIPC:1071638080: gipclibTlsTraceCallback: function: nzosReadConfFile
2026-04-21 14:12:53.354 : GIPC:1071638080: sslconf.ora file could not be opened. Continuing.
2026-04-21 14:12:53.356 : GIPCTLS:1071638080: gipcmodTlsGetWalletObjFromBuffer: using wallet buffer
2026-04-21 14:12:53.356 : GIPCTLS:1071638080: gipcmodTlsSetAuthFlags: nzcred auth (global 1) flags, feature: 32, optional:0
2026-04-21 14:12:53.356 : GIPCTLS:1071638080: gipcmodTlsSetCreds: [nzGlobalCtx]: certLen 1, gcertparamsLen 1
2026-04-21 14:12:53.357 : GIPCTLS:1071638080: gipcmodTlsAuthInit: server credentails set
2026-04-21 14:12:53.357 : GIPCTLS:1071638080: gipcmodTlsSetAuthFlags: nzcred auth (global 0) flags, feature: 32, optional:0
2026-04-21 14:12:53.357 : GIPCTLS:1071638080: gipcmodTlsAuthInit: tls context initialized successfully
2026-04-21 14:12:53.357 :GIPCDNDE:1071638080: gipcdNodeThread: gipcdNodeThread started
2026-04-21 14:12:53.357 : GIPCD:1071638080: gipcdSetThreadState: changing the status of nodeThread. current status gipcdThreadStatusInit desired status gipcdThreadStatusReady
2026-04-21 14:12:53.357 : GIPCD:1599802048: gipcdSetThreadState: changing the status of clientThread. current status gipcdThreadStatusReady desired status gipcdThreadStatusOnline
2026-04-21 14:12:53.357 : GIPCD:1599802048: gipcdSetThreadState: changing the status of nodeThread. current status gipcdThreadStatusReady desired status gipcdThreadStatusOnline
2026-04-21 14:12:53.357 : GIPCD:1599802048: gipcdSetThreadState: changing the status of monitorThread. current status gipcdThreadStatusReady desired status gipcdThreadStatusOnline
2026-04-21 14:12:53.357 : GIPCD:1599802048: gipcdSetThreadState: changing the status of eventThread. current status gipcdThreadStatusReady desired status gipcdThreadStatusOnline
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdClientThread: gipcreqtypeAccept
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdAddLocalEndp: Endp 0000000000000285, 0000000000000000 added to the list of local clients
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdClientCheckHaThreadHealth: failed to find con object for endp(0000000000000285, 0000000000000000)
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdClientThread: req from local client of type gipcdmsgtypeEstablish, endp 0000000000000285
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdClientEstablish: Received type(gipcdmsgtypeEstablish), endp(0000000000000285), len(1024), buf(0x7f2438107028):[hostname(bsdbipp-rc), retStatus(gipcretSuccess)]
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdInitClientEntry: client 111946 entry initialized client memid:0000015800000000, haname:gipcd_ha_name procName gipcd
2026-04-21 14:12:53.357 :GIPCDCLT:1073739328: gipcdClientEstablish: added client 111946 entry to shared memory. haname :gipcd_ha_name mid: 0000015800000000 inc 2
2026-04-21 14:12:53.375 :GIPCDCLT:1073739328: gipcdUpdateLocalClient: successfully sent the inf update
2026-04-21 14:12:53.375 :GIPCDCLT:1073739328: gipcdClientEstablish: Establish from process gipcd pid 111946 endp 0000000000000285, 0000000000000000
2026-04-21 14:12:53.375 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(type(gipcdmsgtypeInterfaceUpdate), endp(0000000000000285), len(1024), buf(0x7f24381c2100):[hostname(bsdbipp-rc), req cookie(0000000000000000), haname(),update(ip: 192.168.194.85, mask: 255.255.255.252, subnet: 192.168.194.84, mac: 20-3a-43-14-71-98, ifname: bond0.1010), state(gipcdadapterstateUp), retStatus(gipcretSuccess)])
2026-04-21 14:12:53.375 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(FailTransientInfs host bsdbipp-rc haname gipcd_ha_name)
2026-04-21 14:12:53.375 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(type(gipcdmsgtypeEstablishAck), endp(0000000000000285), len(1024), buf(0x7f2438131fb0):[hostname(), retStatus(gipcretSuccess)])
2026-04-21 14:12:54.344 :GIPCDCLT:1073739328: gipcdClientThread: gipcreqtypeAccept
2026-04-21 14:12:54.344 :GIPCDCLT:1073739328: gipcdAddLocalEndp: Endp 000000000000028d, 0000000000000000 added to the list of local clients
2026-04-21 14:12:54.359 :GIPCDCLT:1073739328: gipcdClientThread: req from local client of type gipcdmsgtypeEstablish, endp 000000000000028d
2026-04-21 14:12:54.359 :GIPCDCLT:1073739328: gipcdClientEstablish: Received type(gipcdmsgtypeEstablish), endp(000000000000028d), len(1024), buf(0x7f24380f7278):[hostname(bsdbipp-rc), retStatus(gipcretSuccess)]
2026-04-21 14:12:54.359 :GIPCDCLT:1073739328: gipcdInitClientEntry: client 111243 entry initialized client memid:0000029800000000, haname:CLSFRAME_bsdbipp procName ohasd
2026-04-21 14:12:54.359 :GIPCDCLT:1073739328: gipcdAddClientEntry: added client 111243 to shared memory. client memid: 0000029800000000, haname CLSFRAME_bsdbipp
2026-04-21 14:12:54.359 :GIPCDCLT:1073739328: gipcdClientEstablish: added client 111243 entry to shared memory. haname :CLSFRAME_bsdbipp mid: 0000029800000000 inc 2
2026-04-21 14:12:54.375 :GIPCHDEM:1063233088: gipchaDaemonProcessInfUpdate: ip 192.168.194.85 subnet 192.168.194.84 mask 255.255.255.252 state 1 inc 0 flags 0x101
2026-04-21 14:12:54.375 :GIPCHDEM:1063233088: gipchaDaemonProcessInfUpdate: completed interface update host 'bsdbipp-rc', haName '', hctx 0x55b110c56000 [0000000000000011] { gipchaContext : host 'bsdbipp-rc', name 'gipcd_ha_name', luid '71c119ee-00000000', name2 bsdbipp-rc-0001b54a-3-000000010045f032, numNode 0, numInf 1, maxPriority 0, clientMode 1, nodeIncarnation 00000000-00000000 usrFlags 0x0, flags 0x50865 }
2026-04-21 14:12:54.375 :GIPCHDEM:1063233088: gipchaDaemonProcessFailTransientInfs: failed transient interfaces (if any) for host bsdbipp-rc haname gipcd_ha_name
2026-04-21 14:12:54.377 :GIPCDCLT:1073739328: gipcdUpdateLocalClient: successfully sent the inf update
2026-04-21 14:12:54.377 :GIPCDCLT:1073739328: gipcdClientEstablish: Establish from process ohasd pid 111243 endp 000000000000028d, 0000000000000000
2026-04-21 14:12:54.377 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(type(gipcdmsgtypeInterfaceUpdate), endp(000000000000028d), len(1024), buf(0x7f243835ab70):[hostname(bsdbipp-rc), req cookie(0000000000000000), haname(),update(ip: 192.168.194.85, mask: 255.255.255.252, subnet: 192.168.194.84, mac: 20-3a-43-14-71-98, ifname: bond0.1010), state(gipcdadapterstateUp), retStatus(gipcretSuccess)])
2026-04-21 14:12:54.377 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(FailTransientInfs host bsdbipp-rc haname CLSFRAME_bsdbipp)
2026-04-21 14:12:54.377 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(type(gipcdmsgtypeEstablishAck), endp(000000000000028d), len(1024), buf(0x7f24381802a0):[hostname(), retStatus(gipcretSuccess)])
2026-04-21 14:12:56.360 : CLSCEVT:1069536832: clsce_subscribe 0x7f2434033060 filter='^(GPNP_PROFILE_CLUSTER_EVENT|GPNP_PROFILE_EVENT)', flags=0, handler=0x55b0d2a5dd66, arg=0x7f243fbf1630
2026-04-21 14:12:56.361 : CLSCEVT:1069536832: (:CLSCE0022:)clsce_subscribe 0x7f2434033060 successfully subscribed : 0
2026-04-21 14:12:56.361 :GIPCDMON:1069536832: gipcdMonitorCheckProfileUpdateEvent: successfully subscribed for profile update event
2026-04-21 14:12:57.477 :GIPCDNDE:1069536832: gipcdEnqueueMsgForClient: Enqueuing a msg for client : req: 0x7f243426a4b0 [hostname(), id (0000000000000000, 0000000000000000), len(200), req cookie(0000000000000000), type(gipcdReqTypeMonitorNoInfCache)]
2026-04-21 14:12:57.477 :GIPCDMON:1069536832: gipcdMonitorUpdate: interface UP - [ ip 192.168.194.85, subnet 192.168.194.84, mask 255.255.255.252, mac 20-3a-43-14-71-98, ifname bond0.1010 ]
2026-04-21 14:12:57.477 :GIPCDMON:1069536832: gipcdMonitorUpdate: Published GIPCD IF UPDATE event
2026-04-21 14:12:57.477 :GIPCDNDE:1069536832: gipcdEnqueueMsgForClient: Enqueuing a msg for client : req: 0x7f2434280100 [hostname(), id (0000000000000000, 0000000000000000), len(672), req cookie(0000000000000000), type(gipcdReqTypeMonitorUpdate)]
2026-04-21 14:12:57.477 :GIPCDMON:1069536832: gipcdMonitorUpdate: msg sent to client thread (0x7f2434280100)
2026-04-21 14:12:57.477 :GIPCDNDE:1069536832: gipcdEnqueueMsgForClient: Enqueuing a msg for client : req: 0x7f243426ddd0 [hostname(), id (0000000000000000, 0000000000000000), len(200), req cookie(0000000000000000), type(gipcdReqTypeFailTransientInf)]
2026-04-21 14:12:57.477 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processing event thread queue
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdProcessNodeRequest: Dequeued req from host , type: gipcdReqTypeMonitorNoInfCache, id: 0000000000000000, 0000000000000000
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdBcastAllLocalClients: broadcasting msg gipcdmsgtypeMarkInfAsTransient to all local clients
2026-04-21 14:12:57.477 : GIPCLIB:1067435584: clsde_clsceevt_publish: Clusterwide event
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdProcessNodeRequest: Dequeued req from host , type: gipcdReqTypeMonitorUpdate, id: 0000000000000000, 0000000000000000
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdRawInterfaceUpdates: ([update(ip: 192.168.194.85, mask: 255.255.255.252, subnet: 192.168.194.84, mac: 20-3a-43-14-71-98, ifname: bond0.1010), state(gipcdadapterstateUp)])
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdBcastAllLocalClients: broadcasting msg gipcdmsgtypeInterfaceUpdate to all local clients
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdProcessNodeRequest: Dequeued req from host , type: gipcdReqTypeFailTransientInf, id: 0000000000000000, 0000000000000000
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdBcastAllLocalClients: broadcasting msg gipcdmsgtypeFailTransientInfs to all local clients
2026-04-21 14:12:57.477 :GIPCHGEN:1063233088: gipchaNodeMarkInfAsTransientF [gipchaDaemonProcessMarkInfAsTransient : gipchaDaemonThread.c : 7611]: marking infs of node 0x7f24300bb550 { host '', haName 'gipcd_ha_name', srcLuid 71c119ee-00000000, dstLuid 00000000-00000000 numInf 1, sentRegister 0, localMonitor 0, baseStream 0x7f24300cbec0 type gipchaNodeType12001 (20), nodeIncarnation 00000000-00000000, incarnation 0, cssIncarnation 0, negDigest 4294967295, roundTripTime 4294967295 lastSeenPingAck 0 nextPingId 1 latencySrc 0 latencyDst 0 flags 0x200001} as TRANSIENT
2026-04-21 14:12:57.477 :GIPCHDEM:1063233088: gipchaDaemonProcessMarkInfAsTransient: marked all the local inf as TRANSIENT
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(MonitorMarkInfAsTransinet)
2026-04-21 14:12:57.477 :GIPCHDEM:1063233088: gipchaDaemonProcessInfUpdate: ip 192.168.194.85 subnet 192.168.194.84 mask 255.255.255.252 state 1 inc 0 flags 0x1
2026-04-21 14:12:57.477 :GIPCHGEN:1063233088: gipchaNodeAddInterfaceF: recovered TRANSIENT inf 0x7f242014eaa0 { host '', haName 'gipcd_ha_name', local (nil), ip '192.168.194.85:25770', subnet '192.168.194.84', mask '255.255.255.252', mac '20-3a-43-14-71-98', ifname 'bond0.1010', numRef 0, numFail 0, idxBoot 0, flags 0x184d }
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(MonitorMarkInfAsTransinet)
2026-04-21 14:12:57.477 :GIPCHDEM:1063233088: gipchaDaemonProcessInfUpdate: completed interface update host 'bsdbipp-rc', haName '', hctx 0x55b110c56000 [0000000000000011] { gipchaContext : host 'bsdbipp-rc', name 'gipcd_ha_name', luid '71c119ee-00000000', name2 bsdbipp-rc-0001b54a-3-000000010045f032, numNode 0, numInf 1, maxPriority 0, clientMode 1, nodeIncarnation 182e17fb-0045f028 usrFlags 0x0, flags 0x50865 }
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(type(gipcdmsgtypeInterfaceUpdate), endp(000000000000028d), len(1024), buf(0x7f24381b0a40):[hostname(bsdbipp-rc), req cookie(0000000000000000), haname(),update(ip: 192.168.194.85, mask: 255.255.255.252, subnet: 192.168.194.84, mac: 20-3a-43-14-71-98, ifname: bond0.1010), state(gipcdadapterstateUp), retStatus(gipcretSuccess)])
2026-04-21 14:12:57.477 :GIPCHDEM:1063233088: gipchaDaemonProcessFailTransientInfs: failed transient interfaces (if any) for host bsdbipp-rc haname
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 000000000000028d:(FailTransientInfs host bsdbipp-rc haname )
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(type(gipcdmsgtypeInterfaceUpdate), endp(0000000000000285), len(1024), buf(0x7f24382162a0):[hostname(bsdbipp-rc), req cookie(0000000000000000), haname(),update(ip: 192.168.194.85, mask: 255.255.255.252, subnet: 192.168.194.84, mac: 20-3a-43-14-71-98, ifname: bond0.1010), state(gipcdadapterstateUp), retStatus(gipcretSuccess)])
2026-04-21 14:12:57.477 :GIPCDCLT:1073739328: gipcdClientThread: Sent req to local client on endp 0000000000000285:(FailTransientInfs host bsdbipp-rc haname )
2026-04-21 14:12:57.478 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processed event thread queue
2026-04-21 14:12:57.478 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processing event thread queue
2026-04-21 14:12:57.478 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processed event thread queue
2026-04-21 14:13:02.581 :GIPCDMON:1069536832: gipcdMonitorSaveInfMetrics: saving:
2026-04-21 14:13:02.581 :GIPCDMON:1069536832: gipcdMonitorSaveInfMetrics: dump inf metrics into OLR
2026-04-21 14:13:02.581 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processing event thread queue
2026-04-21 14:13:02.581 :GIPCDEVENT:1067435584: gipcdEventProcessReqQ: processed event thread queue
2026-04-21 14:13:23.503 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30180 loopCount 35 sendCount 2 recvCount 0 postCount 4 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:13:23.905 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30580 loopCount 40
2026-04-21 14:13:23.997 : GIPCLIB:1069536832: gipclibGetClusterGuid: retrieved cluster guid 46afcfffdb94cfedff954066c4c7c6da
2026-04-21 14:13:23.997 : GIPC:1069536832: gipcdsMemoryScan: found key gipc_latency_time mid 00000e3800000000
2026-04-21 14:13:23.997 : GIPC:1069536832: gipcdsMemoryScan: found key gipc_round_trip_time mid 000003a800000000
2026-04-21 14:13:23.997 : GIPC:1069536832: gipcdsMemoryScan: memory scan completed
2026-04-21 14:13:23.997 : GIPC:1069536832: gipcdsMemorySubscribeMap: successfully subscribed the map file
2026-04-21 14:13:23.997 : GIPC:1069536832: gipcdsInitializeF: gipcds init successful
2026-04-21 14:13:23.997 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: successfully open KEY gipc_round_trip_time, handle 0x7f2434282090
2026-04-21 14:13:23.997 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: successfully open KEY gipc_latency_time, handle 0x7f24342b4130
2026-04-21 14:13:23.997 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4612654 value <>
2026-04-21 14:13:53.535 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:13:54.606 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4642684 value <>
2026-04-21 14:13:54.736 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30840 loopCount 33
2026-04-21 14:14:23.567 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30040 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:14:25.568 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:14:27.226 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4672714 value <>
2026-04-21 14:14:53.597 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:14:56.400 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:14:59.955 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4702754 value <>
2026-04-21 14:15:23.629 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:15:27.232 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:15:32.683 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4732784 value <>
2026-04-21 14:15:53.660 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:15:58.064 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:16:05.302 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4762814 value <>
2026-04-21 14:16:23.692 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:16:28.896 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30840 loopCount 33
2026-04-21 14:16:36.910 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4792844 value <>
2026-04-21 14:16:53.723 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:16:59.728 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:17:08.647 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4822874 value <>
2026-04-21 14:17:23.754 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:17:30.559 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:17:39.264 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4852904 value <>
2026-04-21 14:17:53.786 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:18:01.391 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:18:11.982 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4882934 value <>
2026-04-21 14:18:23.816 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30040 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:18:32.223 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:18:44.712 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4912964 value <>
2026-04-21 14:18:53.847 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:19:03.055 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:19:16.329 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 4943004 value <>
2026-04-21 14:19:23.876 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:19:33.887 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30840 loopCount 33
2026-04-21 14:19:48.056 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 4973024 value <>
2026-04-21 14:19:53.907 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:20:04.719 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:20:18.783 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 5003064 value <>
2026-04-21 14:20:23.938 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:20:35.552 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:20:51.511 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 5033094 value <>
2026-04-21 14:20:53.969 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:21:06.384 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:21:23.130 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 5093154 value <>
2026-04-21 14:21:24.001 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:21:37.215 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:21:54.032 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:21:54.866 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 5123184 value <>
2026-04-21 14:22:08.047 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30840 loopCount 32
2026-04-21 14:22:24.063 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:22:25.582 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 5153214 value <>
2026-04-21 14:22:38.878 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:22:54.095 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:22:58.201 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 5183244 value <>
2026-04-21 14:23:09.710 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:23:24.124 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:23:30.829 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 5213274 value <>
2026-04-21 14:23:40.542 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 32
2026-04-21 14:23:54.155 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:24:03.548 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_round_trip_time handle 0x7f2434282090 writeTime 5243304 value <>
2026-04-21 14:24:11.373 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:24:24.186 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30040 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:24:35.166 :GIPCDMON:1069536832: gipcdMonitorPublishDiags: key gipc_latency_time handle 0x7f24342b4130 writeTime 5273334 value <>
2026-04-21 14:24:42.204 :GIPCHTHR:1063233088: gipchaDaemonWork: DaemonThread heart beat, time interval since last heartBeat 30830 loopCount 33
2026-04-21 14:24:54.216 :GIPCHTHR:1065334336: gipchaWorkerWork: workerThread heart beat, time interval since last heartBeat 30030 loopCount 30 sendCount 0 recvCount 0 postCount 0 sendCmplCount 0 recvCmplCount 0
2026-04-21 14:25:05.138 : GIPCD:1427334720: gipcd_ExitCB: Received a shutdown message from agent framework
2026-04-21 14:25:05.138 :GIPCDMON:1069536832: gipcdMonitorThread: GIPCD received a shutdown msg from agent framework or some other thread died
2026-04-21 14:25:05.138 :GIPCDCLT:1073739328: gipcdClientThread: GIPCD received a shutdown msg from agent framework or node thread died
2026-04-21 14:25:05.138 :GIPCDNDE:1071638080: gipcdNodeThread: GIPCD received a shutdown msg from agent framework or client thread died
2026-04-21 14:25:05.138 :GIPCDNDE:1071638080: gipcdNodeThreadShutdown: deleting all the peer connections
2026-04-21 14:25:05.138 :GIPCDCLT:1073739328: gipcdClientThreadShutdown: Deleted connection with local client with endpid (0000000000000285, 0000000000000000)
2026-04-21 14:25:05.138 : GIPC:1069536832: gipcdsMemoryUnsubscribeMap: successfully un-subscribed the map file smid 000018c800000000 tot 0
2026-04-21 14:25:05.138 : GIPCTLS:1071638080: gipcmodTlsDisconnect: [tls] disconnect issued on endp 0x7f24300c7480 [00000000000003f2] { gipcEndpoint : localAddr 'gipcha://bsdbipp-rc:gipcdha_bsdbipp-rc_', remoteAddr '', numPend 1, numReady 0, numDone 0, numDead 0, numTransfer 0, objFlags 0x0, pidPeer 0, readyRef (nil), ready 0, wobj 0x7f24301221a0, sendp (nil) status 0flags 0x26038607, flags-2 0x90, usrFlags 0x0 }
2026-04-21 14:25:05.138 :GIPCDCLT:1073739328: gipcdClientThreadShutdown: Deleted connection with local client with endpid (000000000000028d, 0000000000000000)
2026-04-21 14:25:05.138 :GIPCGMOD:1071638080: gipcmodGipcDisconnect: [gipc] Issued endpoint close for endp 0x7f24300c7480 [00000000000003f2] { gipcEndpoint : localAddr 'gipcha://bsdbipp-rc:gipcdha_bsdbipp-rc_', remoteAddr '', numPend 1, numReady 0, numDone 0, numDead 0, numTransfer 0, objFlags 0x0, pidPeer 0, readyRef (nil), ready 0, wobj 0x7f24301221a0, sendp (nil) status 0flags 0x26038607, flags-2 0x90, usrFlags 0x0 }
2026-04-21 14:25:05.139 :GIPCDEVENT:1067435584: gipcdEventThread: GIPCD received a shutdown msg from agent framework or some other thread died
2026-04-21 14:25:05.139 : GIPCD:1071638080: gipcdSetThreadState: changing the status of nodeThread. current status gipcdThreadStatusOnline desired status gipcdThreadStatusOffline
2026-04-21 14:25:05.139 :GIPCDNDE:1071638080: gipcdNodeThread: Node thread has exited
2026-04-21 14:25:05.139 : GIPCD:1067435584: gipcdSetThreadState: changing the status of eventThread. current status gipcdThreadStatusOnline desired status gipcdThreadStatusOffline
2026-04-21 14:25:05.139 :GIPCDEVENT:1067435584: gipcdEventThread: Event thread is exiting..
2026-04-21 14:25:05.139 : GIPCD:1073739328: gipcdSetThreadState: changing the status of clientThread. current status gipcdThreadStatusOnline desired status gipcdThreadStatusOffline
2026-04-21 14:25:05.139 :GIPCDCLT:1073739328: gipcdClientThread: Client thread has exited
2026-04-21 14:25:05.139 :GIPCHGEN:1063233088: gipchaNodeMarkInfAsTransientF [gipchaDaemonProcessDisconnect : gipchaDaemonThread.c : 8469]: marking infs of node 0x7f24300bb550 { host '', haName 'gipcd_ha_name', srcLuid 71c119ee-00000000, dstLuid 00000000-00000000 numInf 1, sentRegister 0, localMonitor 0, baseStream 0x7f24300cbec0 type gipchaNodeType12001 (20), nodeIncarnation 00000000-00000000, incarnation 0, cssIncarnation 0, negDigest 4294967295, roundTripTime 4294967295 lastSeenPingAck 0 nextPingId 1 latencySrc 0 latencyDst 0 flags 0x200001} as TRANSIENT
2026-04-21 14:25:05.139 :GIPCHDEM:1063233088: gipchaDaemonConnect: connecting to daemon addr ipc://gipcd_bsdbipp-rc
2026-04-21 14:25:05.139 : CLSCEVT:1069536832: (:CLSCE0028:)clsce_unsubscribe 0x7f2434033060 successfully unsubscribed : 0
2026-04-21 14:25:05.139 : GIPCD:1069536832: gipcdSetThreadState: changing the status of monitorThread. current status gipcdThreadStatusOnline desired status gipcdThreadStatusOffline
2026-04-21 14:25:05.139 :GIPCDMON:1069536832: gipcdMonitorThread: Monitor thread is exiting..
2026-04-21 14:25:05.140 :GIPCHGEN:1063233088: gipchaNodeMarkInfAsTransientF [gipchaDaemonCheckInterfaces : gipchaDaemonThread.c : 8893]: marking infs of node 0x7f24300bb550 { host '', haName 'gipcd_ha_name', srcLuid 71c119ee-00000000, dstLuid 00000000-00000000 numInf 1, sentRegister 0, localMonitor 0, baseStream 0x7f24300cbec0 type gipchaNodeType12001 (20), nodeIncarnation 00000000-00000000, incarnation 0, cssIncarnation 0, negDigest 4294967295, roundTripTime 4294967295 lastSeenPingAck 0 nextPingId 1 latencySrc 0 latencyDst 0 flags 0x200001} as TRANSIENT
2026-04-21 14:25:05.140 :GIPCHGEN:1063233088: gipchaNodeAddInterfaceF: recovered TRANSIENT inf 0x7f242014eaa0 { host '', haName 'gipcd_ha_name', local (nil), ip '192.168.194.85:25770', subnet '192.168.194.84', mask '255.255.255.252', mac '20-3a-43-14-71-98', ifname 'bond0.1010', numRef 0, numFail 0, idxBoot 0, flags 0x184d }
2026-04-21 14:25:05.151 : GIPCD:1599802048: gipcdMain: All threads terminated
2026-04-21 14:25:05.151 : GIPCD:1599802048: gipcdMain: GIPCD terminated
|
|
Administrator
|
Error: gipchaInternalReadGpnp: No HAIP network info configured in GPNP profile, using defaults, ret gipcretFail
This is the network stack trace, so probably it is not the reason but result.. gipcd only cares about inter-process and inter-node communication, but there are knowledge base records on MOS about it, so I wanted to check that, anyways; I think the real error is in traces and logs like rootcrs_nodename_... and alert log.. Check /var/log/message for any segfaults. Check those in GRID log & trace directories. rootcrs log can tell us about the real error.. |
| Free forum by Nabble | Edit this page |
