What is the best way to resolve an issue caused by a frozen process?
What is the best way to resolve an issue caused by a frozen process? A. Power off the machine B. Restart the process C. Reboot the machine D. Kill the processView AnswerAnswer: D Explanation: When a process is frozen (hung or unresponsive), the typical method to resolve it is to...
What is the buffer size set by the fw ctl zdebug command?
What is the buffer size set by the fw ctl zdebug command?A . 8GBB . 1 MBC . 1 GBD . 8 MBView AnswerAnswer: B
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...
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
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...
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
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
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
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...
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...