Which of the following commands can be used to see the list of processes monitored by the Watch Dog process?

Which of the following commands can be used to see the list of processes monitored by the Watch Dog process?A . cpstat fw -f watchdogB . fw ctl get str watchdogC . cpwd_admin listD . ps -ef | grep watchdView AnswerAnswer: C Explanation: To see the list of processes monitored...

March 8, 2025 No Comments READ MORE +

What is the benefit of fw ctl debug over fw ctl zdebug?

What is the benefit of fw ctl debug over fw ctl zdebug?A . There is no difference Both are used for debugging kernelB . You don't need timestampsC . It allows you to debug multiple modules at the same timeD . You only need 1MB bufferView AnswerAnswer: C

March 3, 2025 No Comments READ MORE +

What is the correct syntax for this?

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 cant afford to fill up all the...

February 28, 2025 No Comments READ MORE +

What is NOT a benefit of the ‘fw ctl zdebug’ command?

What is NOT a benefit of the ‘fw ctl zdebug’ command?A . Automatically allocate a 1MB bufferB . Collect debug messages from the kernelC . Cannot be used to debug additional modulesD . Clean the bufferView AnswerAnswer: C

February 27, 2025 No Comments READ MORE +

What is the shorthand reference for a classification object?

What is the shorthand reference for a classification object?A . classobjB . CLOBC . COBJD . class.objView AnswerAnswer: C

February 26, 2025 No Comments READ MORE +

What command should you use to avoid that?

You are seeing output from the previous kernel debug. What command should you use to avoid that?A . fw ctl clean buffer = 0B . fw ctl debug 0C . fw ctl zdebug disableD . fw ctl debug = 0View AnswerAnswer: B

February 20, 2025 No Comments READ MORE +

Which of the following information is available in the core dump and may be used to identify the root cause of the crash?

When a User Mode process suddenly crashes, it may create a core dump file. Which of the following information is available in the core dump and may be used to identify the root cause of the crash? i. Program Counter ii. Stack Pointer iii. Memory management information iv. Other Processor...

February 8, 2025 No Comments READ MORE +

Which of the following file is commonly associated with troubleshooting crashes on a system such as the Security Gateway?

Which of the following file is commonly associated with troubleshooting crashes on a system such as the Security Gateway? A. tcpdump B. core dump C. fw monitor D. CPMIL dumpView AnswerAnswer: B Explanation: When troubleshooting crashes on a Security Gateway (or any Linux-based system), the file type that is typically...

February 4, 2025 No Comments READ MORE +

What should you do to resolve this issue?

During firewall kernel debug with fw ctl zdebug you received less information that expected. You noticed that a lot of messages were lost since the time the debug was started. What should you do to resolve this issue?A . Increase debug buffer Use fw ctl debug -buf 32768B . Redirect...

February 4, 2025 No Comments READ MORE +

Which command is used to enable the core-dumping via GAIA clish?

When a User process or program suddenly crashes, a core dump is often used to examine the problem. Which command is used to enable the core-dumping via GAIA clish?A . set core-dump enableB . set core-dump totalC . set user-dump enableD . set core-dump per_processView AnswerAnswer: A Explanation: In Check...

January 24, 2025 No Comments READ MORE +