Check Point Certified Cloud Specialist (CCCS) R82 — Question 69
After kernel debug with “fw ctl debug” you received a huge amount of information. It was saved in a very large file that is difficult to open and analyze with standard text editors. Suggest a solution to solve this issue.
Answer options
- A. Use “fw ctl debug” because of 1024KB buffer size
- B. Divide debug information into smaller files. Use “fw ctl debug -f -o “filename” -m 25 -s “1024”
- C. Reduce debug buffer to 1024KB and run debug for several times
- D. Use Check Point InfoView utility to analyze debug output
Correct answer: C
Explanation
The correct answer is C because reducing the buffer size to 1024KB and running the debug multiple times allows the output to be manageable and easier to analyze. Option A doesn't address the file size issue, while option B, though useful, may not be necessary if the buffer is managed correctly. Option D suggests using a specific tool, but it doesn't resolve the issue of the large file size directly.