- CheckMates
- :
- Products
- :
- General Topics
- :
- Re: Best way to remove core dump files
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Best way to remove core dump files
Hi,
We're runnign frequent health check reports and see errors for core dump files created long time back. I want to know whats the best way to remove them so the report comes out clean. These are the core dump files on Gateways and Management server.
Sajid
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sajid,
Just delete them in expert mode - They reside in /var/log/dump/usermode/
You could also schedule a cron job to do that periodically.
Thanks,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sajid,
Just delete them in expert mode - They reside in /var/log/dump/usermode/
You could also schedule a cron job to do that periodically.
Thanks,
Ruan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is only true for processes in usermode - kernel crash dumps are located in /var/log/crash/<date>/vmcore, see sk44186: Enable generation of kernel core dump file on Check Point Security Gateway on SecurePlatfor... and sk92764: Core Dump Manager (CDM) for User Mode core dump files in Gaia OS for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ruan_Kotze is 100% right. Below is an example from my lab.
Andy
You can also do this:
quantum-firewall> set core-dump
quantum-firewall> set core-dump disable
CLINFR0519 Configuration lock present. Can not execute this command. To acquire the lock use the command 'lock database override'.
quantum-firewall> lock database overri
quantum-firewall> lock database override
quantum-firewall> set core-dump disable
quantum-firewall> save config
quantum-firewall> show core-du
quantum-firewall> show core-dump
per_process - show dumps amount limit per process
status - show enable / disable status of core-dump
total - show total space usage limit
quantum-firewall> show core-dump stat
quantum-firewall> show core-dump status
Core dumps disabled
quantum-firewall>
