OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

Failed to get the Registered data from Name Service #149

Open vnpraveendesu opened 10 years ago

vnpraveendesu commented 10 years ago

Issue seen in accessing the registered data from Name Service.

hoangle commented 10 years ago

Hi Praveen,

Do you mean below error:

Wed Jul 23 15:15:32.841 2014 [clNameMain.c:3678](SYS_CTRLI1.21104 : NAM.SVR.LOOKUP.00660 : DEBUG) Looking up service [multi_chassis_active_cm] at contextCookie [0xfffffff] at addr [5] Wed Jul 23 15:15:32.841 2014 [clNameMain.c:3695](SYS_CTRLI1.21104 : NAM.SVR.LOOKUP.00661 : DEBUG) Searching service [multi_chassis_active_cm] at context [0] Wed Jul 23 15:15:32.841 2014 [clNameMain.c:3721](SYS_CTRLI1.21104 : NAM.SVR.LOOKUP.00662 : DEBUG) Finding [multi_chassis_active_cm] at hashId [0x246b378] with cksum [1462250613] Wed Jul 23 15:15:32.841 2014 [clNameMain.c:3732](SYS_CTRLI1.21104 : NAM.SVR.LOOKUP.00663 : ERROR) Service [multi_chassis_active_cm] is not available at context [0] with rc[0x 280100] Wed Jul 23 15:15:32.841 2014 [clNameClient.c:699](SYS_CTRLI1.20997 : AMF.---.---.00664 : ERROR) clNameToObjectReferenceGet Failed, rc =280100 Wed Jul 23 15:15:32.841 2014 [clNameClient.c:701](SYS_CTRLI1.20997 : AMF.name_server.---.00665 : DEBUG) NS Query Database failed, rc=0x280100 Wed Jul 23 15:15:32.841 2014 [clCmApis.c:753](SYS_CTRLI1.20997 : AMF.---.---.00666 : ERROR) Name Service Access Failed[0x280100] Wed Jul 23 15:15:32.841 2014 [clCmApis.c:393](SYS_CTRLI1.20997 : AMF.---.---.00667 : ERROR) Failed :0x100 Wed Jul 23 15:15:32.841 2014 [clCmApis.c:712](SYS_CTRLI1.20997 : AMF.---.---.00668 : ERROR) clCmRmdWithMsg Call in to CM failed with rc:0x100

If not, please also take this into consideration

Thanks, Hoang

vnpraveendesu commented 10 years ago

Hi Hoang,

NS Query Database failed, rc=0x280100 is failed because Active Cm Does't registers it's address with name Service.

Currently I am looking the below Scenario.

  1. Active c7000 CM Registers it node Address and port Number with NameService.
    1. If we kill the Active C7000 cm, Standby C7000 CM takes the active role, Registers it
      Node address and port number with name service.
    2. If we Query the Name service with registered name, Sometimes Name Service provides old registered data not the newly registered data.

Thanks & Regards, Praveen