Difference between revisions of "Preventing cluster failover during policy install"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Check Point '''Back to Gaia''' During policy install, the gateway members may failover due excessive load. To prevent this, add this to $FWD...")
 
 
Line 10: Line 10:
 
Ensure that the cluster_id is set properly on each member  
 
Ensure that the cluster_id is set properly on each member  
 
  cphaconf cluster_id get
 
  cphaconf cluster_id get
 +
cphaconf cluster_id set 1..15
  
 
Add those values to $FWDIR/boot/modules/fwkern.conf
 
Add those values to $FWDIR/boot/modules/fwkern.conf

Latest revision as of 14:58, 8 March 2018

Back to Gaia

During policy install, the gateway members may failover due excessive load. To prevent this, add this to $FWDIR/boot/modules/fwkern.conf

fwha_freeze_state_machine_timeout=90


If the error persists, consider proceeding with the suggestions below: Ensure that the cluster_id is set properly on each member

cphaconf cluster_id get
cphaconf cluster_id set 1..15

Add those values to $FWDIR/boot/modules/fwkern.conf

fwha_monitor_if_link_state=1
fwha_wait_probing_link_up=15
fwha_timer_cpha_res=10