exam questions

Exam 156-587 All Questions

View all questions & answers for the 156-587 exam

Exam 156-587 topic 1 question 55 discussion

Actual exam question from Checkpoint's 156-587
Question #: 55
Topic #: 1
[All 156-587 Questions]

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.

  • A. Reduce debug buffer to 1024KB and run debug for several times
  • B. Use Check Point InfoView utility to analyze debug output
  • C. Use “fw ctl zdebug” because of 1024KB buffer size
  • D. Divide debug information into smaller files. Use “fw ctl kdebug -f -o “filename” -m 25 - s “1024”
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
keikei1228
1 month ago
Selected Answer: D
When dealing with a large debug file, it is often more practical to divide the information into smaller, more manageable files. The "fw ctl kdebug" command allows you to split the debug output into smaller chunks by specifying the maximum file size (-s) and the number of files to keep in rotation (-m). -f: Specifies the debug output file. -o: Specifies the output filename. -m: Sets the maximum number of files to keep in rotation. -s: Sets the maximum size (in KB) for each file. This approach ensures that the debug information is easier to analyze and does not overwhelm standard text editors.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...