Exam 156-585 All QuestionsBrowse all questions from this exam
Question 31

You need to run a kernel debug over a longer period of time as the problem occurs only once or twice a week. Therefore, you need to add a timestamp to the kernel debug and write the output to a file but you can’t afford to fill up all the remaining disk space and you only have 10 GB free for saving the debugs. What is the correct syntax for this?

    Correct Answer: A

    The correct syntax for running a kernel debug with a timestamp and writing the output to a file while capping the file size to avoid filling up the disk space is 'fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename'. This command uses -T for the timestamp, -f to follow the log output, -m to specify the maximum log size in megabytes, -s to specify the maximum file size in bytes, and -o to specify the output file name.

Discussion
lacostaOption: A

Answer A... https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_NextGenSecurityGateway_Guide/Topics-FWG/Kernel-Debug/Kernel-Debug-Syntax.htm?tocpath=Kernel%20Debug%20on%20Security%20Gateway%7C_____1

castieltelOption: A

A is the answer

nmrouterOption: A

Correct answer is A.

SamoojOption: A

The correct answer is A