Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
ClusterXL shows Active Attention / Interface Active Check Error
Tuesday, 23 February 2010 13:21
This article will provide the required troubleshooting steps for resolving the issue of the "Interface Active Check" error within ClusterXL.
First of all you spot there is an error within ClusterXL using the following command,
Confirming the issue
To pinpoint which part of the ClusterXL Checkpoint is not happy with run the following command. (This will list all the ClusterXL components and there status`s)
From this you can see that the issue is based on the Interface Checking,
Checking the Monitored Interfaces
Now that we see the error we will need to look a bit closer at the state of the interfaces:
We can see here that eth1 is still being monitored but is showing as down. When I connect to the other cluster node I see that eth1 is also showing down.
Solution
So in order to ensure that Checkpoint completely ignores this interface we will need to add this interface to the file "$FWDIR/conf/discntd.if". Below shows you how the file should look once we add eth1 to it.
Once you have changed this file on both nodes, re-push the policy and the ClusterXL status should be back to Active/Standy and the output of "cphaprob list" should show no errors.
If it appears that this hasnt resolved the issue run a `cphaprob -a if` and confirm that this interface is now showing as disconnected. If the output of `cphaprob stat` is still not showing active/standby run a `cpstop && cpstart` on each node which then should resolve the problem.