Contact Crossbeam support to receive a patched
app_status binary.
To delete the core files and free up the disk, you can utilize the command
find on the CPM unix command line:
CBS# unix su[[email protected] admin]# find /tftpboot -maxdepth 2 -name 'core.app_status.*' | xargs rm -vWorkaround
There are two available workarounds:
1. Change the IP addressing schema for the sync network so that the broadcast address doesn't match the above pattern.
2. Alternatively disable application monitoring for the VAP group running Check Point SG R75, e.g.:
CBS# configure vap-group fw no application monitor
CBS# unix su
[[email protected] admin]# chmod -x /tftpboot/fw_common/crossbeam/apps/app_statusThe first command allows the NPM to load balance traffic even if application status is Down. The other command removes the executable bit of the binary so that it doesn't run. It is required to stop filling up the disk with new core files. The bit needs to be restored when a corrected
app_status is installed (
chmod +x).