Link to home
Start Free TrialLog in
Avatar of ktpoitm
ktpoitm

asked on

CheckPoint Log Purger

I need step by step help with trying to purge Check Point log data. please see the error below> When I try to back up I get a disk space error, but when I try to purge I get a message that states no files to remove.

**************************************

[Expert@KTP037FWMG]# backup --tftp 10.0.3.111
Are you sure you want to proceed (y/n) [y]? y

Creating backup package...
|Cannot complete the backup process: not enough space in /var/log/CPbackup/backups .

Backup operation failed.


[Expert@KTP037FWMG]# backup --purge 10
There are no backup packages to remove.
[Expert@KTP037FWMG]#
***************************************************************************
Avatar of deimark
deimark
Flag of United Kingdom of Great Britain and Northern Ireland image

The error is due to no physical disk space. Your purge command is only for the backups previously created so if you don't have any then there will be none to purge.

I suspect you will have a few extra files that are not needed on your system.

What kind if system are you trying to run this on? I assume it's a SPLAT based open server or CP appliance?  If so the you can determine where the lack of space is most prominent.

Log in as the expert user and cd into the root dir and run the following commands

cd /
du

This will give you an idea of what partition is full.

Then cd into that dir and run "df -sh --max-depth 1

This will give you a listing of the largest files and folders. You can then iterate through all the large folders and either delete or backup the errant files to free up space.

HTH
ASKER CERTIFIED SOLUTION
Avatar of ktpoitm
ktpoitm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial