2-21-2014+9-20-57+AM.png?resize=303%2C3202-21-2014+9-20-57+AM.png?resize=303%2C320

Got this issue in the morning. Searched the Checkpoint Support Site and found sk72440

CAUSE
clear.gif?w=100%25&ssl=1clear.gif?w=100%25&ssl=1
$FWDIR/conf/applications.C* and $FWDIR/conf/CPMILinks* files have become corrupted on Management Server / Multi-Domain CMA.
clear.gif?w=100%25&ssl=1clear.gif?w=100%25&ssl=1
SOLUTION
clear.gif?w=100%25&ssl=1clear.gif?w=100%25&ssl=1
To resolve this issue, remove the $FWDIR/conf/applications.C* and $FWDIR/conf/CPMILinksMgr.* files from the Management Server.
On Management Server: 
  1. Stop Check Point services:

    [[email protected]]# cpstop

  2. Go to $FWDIR/conf/ directory and remove applications.C* and CPMILinks* files:

    [[email protected]]# cd $FWDIR/conf/
    [[email protected]]# mkdir backup_cache
    [[email protected]]# mv $FWDIR/conf/applications.C* $FWDIR/conf/backup_cache/
    [[email protected]]# mv $FWDIR/conf/CPMILinks* $FWDIR/conf/backup_cache/

  3. Start Check Point services:

    [[email protected]]# cpstart

  4. Connect with SmartDashboard to Management Server.
Notes:
  • $FWDIR/conf/applications.C and $FWDIR/conf/CPMILinksMgr.db will be created again automatically.
  • The ‘$FWDIR/conf/backup_cache‘ directory can be removed after the solution is verified.