Policy installation / fetch fails on Centrally Managed
The fix is included since:
- Check Point R77.20 HFA 10 (R77.20.10) for 600 / 1100 / 1200R Appliance
- Check Point R77.20 for 600 / 1100 / 1200R Appliance
- Check Point R75.20 HFA 70 (R75.20.70) for 600 / 1100 Appliance and Security Gateway 80
As an immediate workaround, manually delete the temporary policy files on the SMB Appliance:
Connect to the command line on SMB Appliance.
Log in to Expert mode.
Delete the temporary policy files:
#rm $FWDIR/state/__tmp/FW1/*
To increase the size of the partition on-the-fly:
[Expert@HostName]# mount tmpfs /fwtmp -t tmpfs -o size=250m,remount
Install the policy again.
the size of the partition permanently:
Backup the current start up script /pfrm2.0/etc/userScript:
[Expert@HostName]# cp /pfrm2.0/etc/userScript /pfrm2.0/etc/userScript_ORG
Note: The userScript file does not exist by default. It should be created.
Edit the current start up script /pfrm2.0/etc/userScript
[Expert@HostName]# vi /pfrm2.0/etc/userScript
Add the following command in this script:
mount tmpfs /fwtmp -t tmpfs -o size=250m,remount
Save the changes and exit from Vi editor.
Reboot the appliance.