unable to bring the Node up in two Node cluster

Submitted by manik on Tue, 2008-02-26 04:49.

Hi,

I have modelled a two Node cluster with a 2N redundancy model.Where an active would run on Node-1 and Standby would run on Node2.
On bringing up the Node1, I am getting following errors:(in log/Node1I0.log )

***************************************************************************

Tue Feb 26 17:14:44 2008 (Node1I0.28103 : AMF.CPM.BOO.00001 : NOTICE) Welcome to OpenClovis ASP! Starting up middleware...
Tue Feb 26 17:14:44 2008 (Node1I0.28103 : AMF.---.---.00041 : NOTICE) AMF server fully up
Tue Feb 26 17:14:44 2008 (Node1I0.28103 : AMF.CPM.LCM.00043 : NOTICE) Launching binary image [asp_logd] as component [logServer_Node1I0]...
Tue Feb 26 17:14:44 2008 (Node1I0.28130 : LOG.---.---.00061 : NOTICE) Log Server partially up
Tue Feb 26 17:14:44 2008 (Node1I0.28103 : AMF.CPM.LCM.00048 : NOTICE) Launching binary image [asp_gms] as component [gmsServer_Node1I0]...
Tue Feb 26 17:14:44 2008 (Node1I0.28145 : GMS.GEN.---.00038 : NOTICE) OpenAis Logging Option missing in the config file [gmsconfig.xml]: using default OFF
Tue Feb 26 17:14:44 2008 (Node1I0.28145 : GMS.GEN.---.00039 : NOTICE) OpenAis Logging FILE Option missing in the config file [gmsconfig.xml]: using default OFF
Tue Feb 26 17:14:44 2008 (Node1I0.28145 : GMS.GEN.---.00042 : NOTICE) GMS server fully up
Tue Feb 26 17:14:45 2008 (Node1I0.28145 : GMS.---.---.00057 : ERROR) NodeId 1, is leaving before leader election timer expiry

Tue Feb 26 17:14:45 2008 (Node1I0.28145 : GMS.GEN.---.00058 : ERROR) Server Version Mismatch Detected
Tue Feb 26 17:14:50 2008 (Node1I0.28145 : GMS.LEA.---.00060 : CRITIC) No nodes in the cluster view to run leader election.
Tue Feb 26 17:14:50 2008 (Node1I0.28145 : GMS.LEA.---.00061 : CRITIC) - This could be because:
Tue Feb 26 17:14:50 2008 (Node1I0.28145 : GMS.LEA.---.00062 : CRITIC) - Firewall is enabled on your machine which is restricting multicast messages
Tue Feb 26 17:14:50 2008 (Node1I0.28145 : GMS.LEA.---.00063 : CRITIC) - Use 'iptables -F' to disable firewall
Tue Feb 26 17:14:50 2008 (Node1I0.28145 : GMS.LEA.---.00064 : ERROR) Error in boot time leader election. rc [0x11]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.CPM.GMS.00052 : ERROR) Failed to receive GMS cluster track callback, error [0x10014]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00053 : ERROR) Unable to initialize GMS, rc=[0x10014]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00054 : ERROR) Unable to set required boot level [2], rc=[0x10014]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00056 : ERROR) Unable to reach default boot level [2], rc=[0x10014]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00058 : ERROR) Unable to reach default boot level [5], rc=[0x10014]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00059 : ERROR) Booting up process failure 10014, not aborting at this point

Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.---.---.00062 : ALERT) Shutting down the node [Node1I0]
Tue Feb 26 17:14:55 2008 (Node1I0.28145 : GMS.GEN.---.00066 : CRITIC) Server Got Termination Request. Started Shutting Down...
Tue Feb 26 17:14:55 2008 (Node1I0.28130 : LOG.FOW.DEL.00089 : WARN) FileOwner eo is getting deleted
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.CPM.AMS.00063 : CRITIC) CPM got IOC/TIPC component death notification for port [0x9]
Tue Feb 26 17:14:55 2008 (Node1I0.28103 : AMF.CPM.AMS.00064 : CRITIC) CPM got IOC/TIPC component death notification for port [0x4]

Tue Feb 26 17:14:56 2008 (Node1I0.28103 : AMF.---.---.00065 : CRITIC) Bad timer handle

*********************************************************************

Now , I also tried to fire some tipc commands before starting the Node

>>rmmod tipc
>>modprobe tipc

I did this becoz I thought that the tipc is pre-configured and so hence will be newly configured with the values given in "asp.conf"

Submitted by shridhar on Tue, 2008-02-26 23:18.

Hi Manik,

I see that the GMS server is reporting "Version Mismatch".
We had one known issue where due to alignment issues in the structure fields the data sent across the nodes was not properly detected on some of the hardware and this has been resolved in the latest GA release.

Could you please try this test with our latest release and let us know?

Regards, ShridharOpenClovis Inc